Method · Diffusion-based synthesis
Task-Specific Generative Dataset Distillation with Difficulty-Guided Sampling
Mingzhuo Li, Guang Li, Jiafeng Mao, Linfeng Ye, Takahiro Ogawa, Miki Haseyama
ICCV 2025 Workshop · first public 2025-07-04 · arXiv 2507.03331
In one paragraph
Argues that prior generative distillation aligns the distilled set with the original dataset's overall distribution but ignores what the downstream classifier specifically needs, and proposes sampling from a larger generated image pool with a distribution matched to the original dataset's per-sample difficulty, applying a logarithmic transform to correct distributional bias, rather than matching representativeness alone.
Where it sits
- Diffusion-based synthesis (Generative priors)
- Setting: Image classification
Abstract (verbatim from arXiv)
To alleviate the reliance of deep neural networks on large-scale datasets, dataset distillation aims to generate compact, high-quality synthetic datasets that can achieve comparable performance to the original dataset. The integration of generative models has significantly advanced this field. However, existing approaches primarily focus on aligning the distilled dataset with the original one, often overlooking task-specific information that can be critical for optimal downstream performance. In this paper, focusing on the downstream task of classification, we propose a task-specific sampling strategy for generative dataset distillation that incorporates the concept of difficulty to consider the requirements of the target task better. The final dataset is sampled from a larger image pool with a sampling distribution obtained by matching the difficulty distribution of the original dataset. A logarithmic transformation is applied as a pre-processing step to correct for distributional bias. The results of extensive experiments demonstrate the effectiveness of our method and suggest its potential for enhancing performance on other downstream tasks. The code is available at https://github.com/SumomoTaku/DiffGuideSamp.
BibTeX (generated; prefer the venue's official entry)
@article{li2025task,
title = {Task-Specific Generative Dataset Distillation with Difficulty-Guided Sampling},
author = {Mingzhuo Li and Guang Li and Jiafeng Mao and Linfeng Ye and Takahiro Ogawa and Miki Haseyama},
journal = {ICCV 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 ↗