Dataset Condensation Atlas

Method · The generator as the distilled artifact

Dataset Condensation via Generative Model

David Junhao Zhang, Heng Wang, Chuhui Xue, Rui Yan, Wenqing Zhang, Song Bai, Mike Zheng Shou

arXiv 2023 · first public 2023-09-14 · arXiv 2309.07698

paper ↗catalogued✓ abstract read

In one paragraph

Condenses a dataset into a trained generative model rather than pixels, so storage stays roughly constant as classes or resolution grow, with intra-class and inter-class losses that push same-class samples apart and separate class centers to increase diversity and discriminability; reports the first successful ImageNet-1K condensation using a generative-model artifact.

Where it sits

Design choices

What is storedgenerator-weights
Optimization regimegenerator-fine-tuning
Abstract (verbatim from arXiv)

Dataset condensation aims to condense a large dataset with a lot of training samples into a small set. Previous methods usually condense the dataset into the pixels format. However, it suffers from slow optimization speed and large number of parameters to be optimized. When increasing image resolutions and classes, the number of learnable parameters grows accordingly, prohibiting condensation methods from scaling up to large datasets with diverse classes. Moreover, the relations among condensed samples have been neglected and hence the feature distribution of condensed samples is often not diverse. To solve these problems, we propose to condense the dataset into another format, a generative model. Such a novel format allows for the condensation of large datasets because the size of the generative model remains relatively stable as the number of classes or image resolution increases. Furthermore, an intra-class and an inter-class loss are proposed to model the relation of condensed samples. Intra-class loss aims to create more diverse samples for each class by pushing each sample away from the others of the same class. Meanwhile, inter-class loss increases the discriminability of samples by widening the gap between the centers of different classes. Extensive comparisons with state-of-the-art methods and our ablation studies confirm the effectiveness of our method and its individual component. To our best knowledge, we are the first to successfully conduct condensation on ImageNet-1k.

BibTeX (generated; prefer the venue's official entry)
@article{zhang2023dataset,
  title   = {Dataset Condensation via Generative Model},
  author  = {David Junhao Zhang and Heng Wang and Chuhui Xue and Rui Yan and Wenqing Zhang and Song Bai and Mike Zheng Shou},
  journal = {arXiv preprint arXiv:2309.07698},
  year    = {2023}
}

Nearby in The generator as the distilled artifact

2025-01

Point Cloud DD — Point Cloud Dataset Distillation

Deyu Bo, Xinchao Wang · ICML 2025notableOther datapaper ↗

2023-03

DiM — DiM: Distilling Dataset into Generative Model

Kai Wang, Jianyang Gu, Daquan Zhou et al. · arXiv 2023corepaper ↗code ↗

2019-12

GTN — Generative Teaching Networks: Accelerating Neural Architecture Search by Learning to Generate Synthetic Training Data

Felipe Petroski Such, Aditya Rawal, Joel Lehman et al. · ICML 2020notablepaper ↗code ↗