English

Dataset Distillation by Matching Training Trajectories

Computer Vision and Pattern Recognition 2022-03-23 v1 Artificial Intelligence Machine Learning

Abstract

Dataset distillation is the task of synthesizing a small dataset such that a model trained on the synthetic set will match the test accuracy of the model trained on the full dataset. In this paper, we propose a new formulation that optimizes our distilled data to guide networks to a similar state as those trained on real data across many training steps. Given a network, we train it for several iterations on our distilled data and optimize the distilled data with respect to the distance between the synthetically trained parameters and the parameters trained on real data. To efficiently obtain the initial and target network parameters for large-scale datasets, we pre-compute and store training trajectories of expert networks trained on the real dataset. Our method handily outperforms existing methods and also allows us to distill higher-resolution visual data.

Keywords

Cite

@article{arxiv.2203.11932,
  title  = {Dataset Distillation by Matching Training Trajectories},
  author = {George Cazenavette and Tongzhou Wang and Antonio Torralba and Alexei A. Efros and Jun-Yan Zhu},
  journal= {arXiv preprint arXiv:2203.11932},
  year   = {2022}
}

Comments

CVPR 2022 website: https://georgecazenavette.github.io/mtt-distillation/ code: https://github.com/GeorgeCazenavette/mtt-distillation

R2 v1 2026-06-24T10:22:24.913Z