Method · Optimization and training recipes
Acc-DD
Accelerating Dataset Distillation via Model Augmentation
Lei Zhang, Jie Zhang, Bowen Lei, Subhabrata Mukherjee, Xiang Pan, Bo Zhao, Caiwen Ding, Yao Li, Dongkuan Xu
CVPR 2023 · first public 2022-12-12 · arXiv 2212.06152
In one paragraph
Speeds up gradient-matching dataset distillation with two model-augmentation strategies — sampling early-stage (partially trained) models and perturbing model parameters — instead of the thousands of randomly initialized models gradient matching otherwise needs, reporting up to 20x faster synthesis with accuracy comparable to prior gradient-matching methods.
Where it sits
- Optimization and training recipes (Orthogonal design choices)
- Setting: Image classification
Builds on
Abstract (verbatim from arXiv)
Dataset Distillation (DD), a newly emerging field, aims at generating much smaller but efficient synthetic training datasets from large ones. Existing DD methods based on gradient matching achieve leading performance; however, they are extremely computationally intensive as they require continuously optimizing a dataset among thousands of randomly initialized models. In this paper, we assume that training the synthetic data with diverse models leads to better generalization performance. Thus we propose two model augmentation techniques, i.e. using early-stage models and parameter perturbation to learn an informative synthetic set with significantly reduced training cost. Extensive experiments demonstrate that our method achieves up to 20x speedup and comparable performance on par with state-of-the-art methods.
BibTeX (generated; prefer the venue's official entry)
@article{zhang2022accelerating,
title = {Accelerating Dataset Distillation via Model Augmentation},
author = {Lei Zhang and Jie Zhang and Bowen Lei and Subhabrata Mukherjee and Xiang Pan and Bo Zhao and Caiwen Ding and Yao Li and Dongkuan Xu},
journal = {CVPR 2023},
year = {2022}
}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 ↗