Method · Diffusion-based synthesis
Information-Guided Diffusion Sampling for Dataset Distillation
Linfeng Ye, Shayan Mohajer Hamidi, Guang Li, Takahiro Ogawa, Miki Haseyama, Konstantinos N. Plataniotis
NeurIPS 2025 Workshop · first public 2025-07-07 · arXiv 2507.04619
In one paragraph
Steers diffusion-model sampling for dataset distillation by maximizing a combination of prototype information I(X;Y) and IPC-scaled contextual information H(X|Y), estimated with tractable variational lower bounds, to counter the low intra-class diversity of diffusion-sampled synthetic sets at small images-per-class; reports gains over existing diffusion-based distillation methods on Tiny-ImageNet and ImageNet subsets, especially at low IPC.
Where it sits
- Diffusion-based synthesis (Generative priors)
- Setting: Image classification
Design choices
| Prior / networks used | diffusion |
Abstract (verbatim from arXiv)
Dataset distillation aims to create a compact dataset that retains essential information while maintaining model performance. Diffusion models (DMs) have shown promise for this task but struggle in low images-per-class (IPC) settings, where generated samples lack diversity. In this paper, we address this issue from an information-theoretic perspective by identifying two key types of information that a distilled dataset must preserve: ($i$) prototype information $\mathrm{I}(X;Y)$, which captures label-relevant features; and ($ii$) contextual information $\mathrm{H}(X | Y)$, which preserves intra-class variability. Here, $(X,Y)$ represents the pair of random variables corresponding to the input data and its ground truth label, respectively. Observing that the required contextual information scales with IPC, we propose maximizing $\mathrm{I}(X;Y) + \beta \mathrm{H}(X | Y)$ during the DM sampling process, where $\beta$ is IPC-dependent. Since directly computing $\mathrm{I}(X;Y)$ and $\mathrm{H}(X | Y)$ is intractable, we develop variational estimations to tightly lower-bound these quantities via a data-driven approach. Our approach, information-guided diffusion sampling (IGDS), seamlessly integrates with diffusion models and improves dataset distillation across all IPC settings. Experiments on Tiny ImageNet and ImageNet subsets show that IGDS significantly outperforms existing methods, particularly in low-IPC regimes. The code will be released upon acceptance.
BibTeX (generated; prefer the venue's official entry)
@article{ye2025information,
title = {Information-Guided Diffusion Sampling for Dataset Distillation},
author = {Linfeng Ye and Shayan Mohajer Hamidi and Guang Li and Takahiro Ogawa and Miki Haseyama and Konstantinos N. Plataniotis},
journal = {NeurIPS 2025 Workshop},
year = {2025}
}Nearby in Diffusion-based synthesis
Learnability-guided diffusion — Learnability-Guided Diffusion for Dataset Distillation
Jeffrey A. Chan-Santiago, Mubarak Shah · CVPR 2026notablepaper ↗
ManifoldGD — ManifoldGD: Training-Free Hierarchical Manifold Guidance for Diffusion-Based Dataset Distillation
Ayush Roy, Wei-Yang Alex Lee, Rudrasis Chakraborty et al. · CVPR 2026notablepaper ↗code ↗