Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Efficient Dataset Distillation via Minimax Diffusion

About

Dataset distillation reduces the storage and computational consumption of training a network by generating a small surrogate dataset that encapsulates rich information of the original large-scale one. However, previous distillation methods heavily rely on the sample-wise iterative optimization scheme. As the images-per-class (IPC) setting or image resolution grows larger, the necessary computation will demand overwhelming time and resources. In this work, we intend to incorporate generative diffusion techniques for computing the surrogate dataset. Observing that key factors for constructing an effective surrogate dataset are representativeness and diversity, we design additional minimax criteria in the generative training to enhance these facets for the generated images of diffusion models. We present a theoretical model of the process as hierarchical diffusion control demonstrating the flexibility of the diffusion process to target these criteria without jeopardizing the faithfulness of the sample to the desired distribution. The proposed method achieves state-of-the-art validation performance while demanding much less computational resources. Under the 100-IPC setting on ImageWoof, our method requires less than one-twentieth the distillation time of previous methods, yet yields even better performance. Source code and generated data are available in https://github.com/vimar-gu/MinimaxDiffusion.

Jianyang Gu, Saeed Vahidian, Vyacheslav Kungurtsev, Haonan Wang, Wei Jiang, Yang You, Yiran Chen• 2023

Related benchmarks

TaskDatasetResultRank
Image ClassificationAID (test)
Overall Accuracy48.96
208
Image ClassificationImageNet-1k (val)
Accuracy58.6
189
Image ClassificationImageNet-100 (val)
Top-1 Accuracy32.3
95
Image ClassificationUCM (test)
Overall Accuracy47.39
80
ClassificationNWPU (test)
OA0.1988
80
Image ClassificationImageWoof (val)
Accuracy54.4
66
Image ClassificationCIFAR-10 Long Tailed Imbalance Ratio 50 (test)
Top-1 Accuracy25.2
57
Long-Tailed Image ClassificationCIFAR10-LT imbalance factor 100 (test)
Top-1 Accuracy28
46
Image ClassificationCIFAR-10 Imbalance Factor 10 Long-Tailed (test)
Accuracy39.9
30
Image ClassificationCIFAR-10 Imbalance Factor 200 Long-Tailed (test)
Accuracy22.7
28
Showing 10 of 21 rows

Other info

Code

Follow for update