Method · Optimization and training recipes
FYI
FYI: Flip Your Images for Dataset Distillation
Byunggwan Son, Youngmin Oh, Donghyeon Baek, Bumsub Ham
ECCV 2024 · first public 2024-07-11 · arXiv 2407.08113
In one paragraph
Identifies bilateral equivalence -- object parts appearing on one side of a real image tend to recur, mirrored, on other images in the dataset -- which pushes synthesis to duplicate discriminative parts on both sides of synthetic images and limits fine-grained discrimination; FYI embeds horizontal flipping into the distillation process to counter this without changing training objectives or architectures, and integrates into several state-of-the-art methods for consistent gains on CIFAR-10/100, Tiny-ImageNet and ImageNet.
Where it sits
- Optimization and training recipes (Orthogonal design choices)
- Setting: Image classification
Abstract (verbatim from arXiv)
Dataset distillation synthesizes a small set of images from a large-scale real dataset such that synthetic and real images share similar behavioral properties (e.g, distributions of gradients or features) during a training process. Through extensive analyses on current methods and real datasets, together with empirical observations, we provide in this paper two important things to share for dataset distillation. First, object parts that appear on one side of a real image are highly likely to appear on the opposite side of another image within a dataset, which we call the bilateral equivalence. Second, the bilateral equivalence enforces synthetic images to duplicate discriminative parts of objects on both the left and right sides of the images, limiting the recognition of subtle differences between objects. To address this problem, we introduce a surprisingly simple yet effective technique for dataset distillation, dubbed FYI, that enables distilling rich semantics of real images into synthetic ones. To this end, FYI embeds a horizontal flipping technique into distillation processes, mitigating the influence of the bilateral equivalence, while capturing more details of objects. Experiments on CIFAR-10/100, Tiny-ImageNet, and ImageNet demonstrate that FYI can be seamlessly integrated into several state-of-the-art methods, without modifying training objectives and network architectures, and it improves the performance remarkably.
BibTeX (generated; prefer the venue's official entry)
@article{son2024flip,
title = {FYI: Flip Your Images for Dataset Distillation},
author = {Byunggwan Son and Youngmin Oh and Donghyeon Baek and Bumsub Ham},
journal = {ECCV 2024},
year = {2024}
}Nearby in Optimization and training recipes
PTM-ST — Multimodal Dataset Distillation via Phased Teacher Models
Shengbin Guo, Hang Zhao, Senqiao Yang et al. · ICLR 2026notableVision–languagepaper ↗code ↗