Diffusion-Augmented Coreset Expansion for Scalable Dataset Distillation
Ali Abbasi, Shima Imani, Chenyang An, Gayathri Mahalingam, Harsh Shrivastava, Maurice Diesendruck, Hamed Pirsiavash, Pramod Sharma, Soheil Kolouri
TL;DR
This work tackles the scalability bottlenecks of dataset distillation by proposing a two-stage pipeline: (i) extract a compact coreset of informative image patches via patch-level cross-entropy using a trained teacher under a memory budget, and (ii) dynamically expand and super-resolve this coreset on-the-fly with Latent Diffusion Models to inject realism and controlled diversity. It further enhances diversity through latent-space mixup and anchors augmentations to real data, enabling high-quality, on-the-fly data generation during training. The method achieves significant gains on large-scale benchmarks and demonstrates strong cross-architecture transfer, addressing realism and diversity gaps that hinder prior approaches. Overall, diffusion-augmented coreset expansion offers a scalable, practical path toward high-fidelity, compact training data for diverse architectures with reduced storage and communication demands.
Abstract
With the rapid scaling of neural networks, data storage and communication demands have intensified. Dataset distillation has emerged as a promising solution, condensing information from extensive datasets into a compact set of synthetic samples by solving a bilevel optimization problem. However, current methods face challenges in computational efficiency, particularly with high-resolution data and complex architectures. Recently, knowledge-distillation-based dataset condensation approaches have made this process more computationally feasible. Yet, with the recent developments of generative foundation models, there is now an opportunity to achieve even greater compression, enhance the quality of distilled data, and introduce valuable diversity into the data representation. In this work, we propose a two-stage solution. First, we compress the dataset by selecting only the most informative patches to form a coreset. Next, we leverage a generative foundation model to dynamically expand this compressed set in real-time, enhancing the resolution of these patches and introducing controlled variability to the coreset. Our extensive experiments demonstrate the robustness and efficiency of our approach across a range of dataset distillation benchmarks. We demonstrate a significant improvement of over 10% compared to the state-of-the-art on several large-scale dataset distillation benchmarks. The code will be released soon.
