English

Data-Efficient Generation for Dataset Distillation

Computer Vision and Pattern Recognition 2024-09-09 v1

Abstract

While deep learning techniques have proven successful in image-related tasks, the exponentially increased data storage and computation costs become a significant challenge. Dataset distillation addresses these challenges by synthesizing only a few images for each class that encapsulate all essential information. Most current methods focus on matching. The problems lie in the synthetic images not being human-readable and the dataset performance being insufficient for downstream learning tasks. Moreover, the distillation time can quickly get out of bounds when the number of synthetic images per class increases even slightly. To address this, we train a class conditional latent diffusion model capable of generating realistic synthetic images with labels. The sampling time can be reduced to several tens of images per seconds. We demonstrate that models can be effectively trained using only a small set of synthetic images and evaluated on a large real test set. Our approach achieved rank 11 in The First Dataset Distillation Challenge at ECCV 2024 on the CIFAR100 and TinyImageNet datasets.

Keywords

Cite

@article{arxiv.2409.03929,
  title  = {Data-Efficient Generation for Dataset Distillation},
  author = {Zhe Li and Weitong Zhang and Sarah Cechnicka and Bernhard Kainz},
  journal= {arXiv preprint arXiv:2409.03929},
  year   = {2024}
}

Comments

13 pages, 7 figures

R2 v1 2026-06-28T18:35:57.404Z