English

Task-Specific Generative Dataset Distillation with Difficulty-Guided Sampling

Computer Vision and Pattern Recognition 2025-07-18 v2 Artificial Intelligence Machine Learning

Abstract

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.

Keywords

Cite

@article{arxiv.2507.03331,
  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= {arXiv preprint arXiv:2507.03331},
  year   = {2025}
}

Comments

Accepted by The ICCV 2025 Workshop on Curated Data for Efficient Learning

R2 v1 2026-07-01T03:46:20.151Z