English

Dataset Distillation via Curriculum Data Synthesis in Large Data Era

Computer Vision and Pattern Recognition 2024-11-26 v2 Artificial Intelligence Machine Learning

Abstract

Dataset distillation or condensation aims to generate a smaller but representative subset from a large dataset, which allows a model to be trained more efficiently, meanwhile evaluating on the original testing data distribution to achieve decent performance. Previous decoupled methods like SRe2^2L simply use a unified gradient update scheme for synthesizing data from Gaussian noise, while, we notice that the initial several update iterations will determine the final outline of synthesis, thus an improper gradient update strategy may dramatically affect the final generation quality. To address this, we introduce a simple yet effective global-to-local gradient refinement approach enabled by curriculum data augmentation (CDA\texttt{CDA}) during data synthesis. The proposed framework achieves the current published highest accuracy on both large-scale ImageNet-1K and 21K with 63.2% under IPC (Images Per Class) 50 and 36.1% under IPC 20, using a regular input resolution of 224×\times224 with faster convergence speed and less synthetic time. The proposed model outperforms the current state-of-the-art methods like SRe2^2L, TESLA, and MTT by more than 4% Top-1 accuracy on ImageNet-1K/21K and for the first time, reduces the gap to its full-data training counterparts to less than absolute 15%. Moreover, this work represents the inaugural success in dataset distillation on the larger-scale ImageNet-21K dataset under the standard 224×\times224 resolution. Our code and distilled ImageNet-21K dataset of 20 IPC, 2K recovery budget are available at https://github.com/VILA-Lab/SRe2L/tree/main/CDA.

Keywords

Cite

@article{arxiv.2311.18838,
  title  = {Dataset Distillation via Curriculum Data Synthesis in Large Data Era},
  author = {Zeyuan Yin and Zhiqiang Shen},
  journal= {arXiv preprint arXiv:2311.18838},
  year   = {2024}
}

Comments

TMLR 2024 Camera-ready Version. Code and distilled ImageNet-21K dataset are available at https://github.com/VILA-Lab/SRe2L/tree/main/CDA

R2 v1 2026-06-28T13:37:27.988Z