pith. sign in

arxiv: 2507.04619 · v1 · pith:WYC3NXYRnew · submitted 2025-07-07 · 💻 cs.LG · cs.AI· cs.CV· cs.IT· math.IT

Information-Guided Diffusion Sampling for Dataset Distillation

classification 💻 cs.LG cs.AIcs.CVcs.ITmath.IT
keywords mathrmdatasetinformationdiffusiondistillationsamplingapproachbeta
0
0 comments X
read the original abstract

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.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Pool-Select-Refine for Allocation-Aware Generative Dataset Distillation

    cs.CV 2026-06 unverdicted novelty 6.0

    Pool-Select-Refine decouples generation, selection, and refinement in diffusion-based dataset distillation to allocate a fixed synthetic sample budget more effectively, delivering consistent gains over prior baselines...

  2. Pool-Select-Refine for Allocation-Aware Generative Dataset Distillation

    cs.CV 2026-06 unverdicted novelty 6.0

    A two-stage framework that decouples generation, selection, and refinement to improve budget use in diffusion-based dataset distillation.