Diversity-Driven Generative Dataset Distillation Based on Diffusion Model with Self-Adaptive Memory
Mingzhuo Li, Guang Li, Jiafeng Mao, Takahiro Ogawa, Miki Haseyama
TL;DR
This work tackles insufficient diversity in generative dataset distillation by integrating diffusion models with a self-adaptive memory mechanism. The approach introduces two memory banks and minimax diffusion objectives to jointly promote representativeness of the distilled data with respect to the real data and to encourage diverse coverage of the distribution. Key contributions include a latent-diffusion distillation pipeline, two memory-driven loss terms, and a self-adaptive update rule that preserves memory diversity during training. Extensive experiments on ImageWoof, ImageNette, and ImageIDC demonstrate strong downstream performance gains over state-of-the-art methods, especially at low IPC, highlighting its practical impact for accelerating and improving distillation workflows in realistic settings.
Abstract
Dataset distillation enables the training of deep neural networks with comparable performance in significantly reduced time by compressing large datasets into small and representative ones. Although the introduction of generative models has made great achievements in this field, the distributions of their distilled datasets are not diverse enough to represent the original ones, leading to a decrease in downstream validation accuracy. In this paper, we present a diversity-driven generative dataset distillation method based on a diffusion model to solve this problem. We introduce self-adaptive memory to align the distribution between distilled and real datasets, assessing the representativeness. The degree of alignment leads the diffusion model to generate more diverse datasets during the distillation process. Extensive experiments show that our method outperforms existing state-of-the-art methods in most situations, proving its ability to tackle dataset distillation tasks.
