English

Generalizing Dataset Distillation via Deep Generative Prior

Computer Vision and Pattern Recognition 2023-05-05 v2 Artificial Intelligence Machine Learning

Abstract

Dataset Distillation aims to distill an entire dataset's knowledge into a few synthetic images. The idea is to synthesize a small number of synthetic data points that, when given to a learning algorithm as training data, result in a model approximating one trained on the original data. Despite recent progress in the field, existing dataset distillation methods fail to generalize to new architectures and scale to high-resolution datasets. To overcome the above issues, we propose to use the learned prior from pre-trained deep generative models to synthesize the distilled data. To achieve this, we present a new optimization algorithm that distills a large number of images into a few intermediate feature vectors in the generative model's latent space. Our method augments existing techniques, significantly improving cross-architecture generalization in all settings.

Keywords

Cite

@article{arxiv.2305.01649,
  title  = {Generalizing Dataset Distillation via Deep Generative Prior},
  author = {George Cazenavette and Tongzhou Wang and Antonio Torralba and Alexei A. Efros and Jun-Yan Zhu},
  journal= {arXiv preprint arXiv:2305.01649},
  year   = {2023}
}

Comments

CVPR 2023; Project Page at https://georgecazenavette.github.io/glad Code at https://github.com/GeorgeCazenavette/glad

R2 v1 2026-06-28T10:23:46.978Z