Difficulty-guided Sampling: Bridging the Target Gap between Dataset Distillation and Downstream Tasks
Mingzhuo Li, Guang Li, Linfeng Ye, Jiafeng Mao, Takahiro Ogawa, Konstantinos N. Plataniotis, Miki Haseyama
TL;DR
This work tackles the target gap between dataset distillation objectives and downstream tasks by introducing difficulty-guided sampling (DGS), a post-stage sampling module that leverages the difficulty distribution of the original data to select distilled samples from an image pool. It also proposes difficulty-aware guidance (DAG) to directly generate samples that follow the desired difficulty distribution. Through extensive experiments on multiple ImageNet subsets and models, DGS consistently improves classification performance and, when combined with strong baselines like Minimax, achieves state-of-the-art results, while DAG demonstrates the broader potential of difficulty-based generation. The findings highlight the value of task-specific information in distillation, suggesting avenues for extending the approach to other domains and tasks beyond image classification, such as object detection or privacy-preserving settings.
Abstract
In this paper, we propose difficulty-guided sampling (DGS) to bridge the target gap between the distillation objective and the downstream task, therefore improving the performance of dataset distillation. Deep neural networks achieve remarkable performance but have time and storage-consuming training processes. Dataset distillation is proposed to generate compact, high-quality distilled datasets, enabling effective model training while maintaining downstream performance. Existing approaches typically focus on features extracted from the original dataset, overlooking task-specific information, which leads to a target gap between the distillation objective and the downstream task. We propose leveraging characteristics that benefit the downstream training into data distillation to bridge this gap. Focusing on the downstream task of image classification, we introduce the concept of difficulty and propose DGS as a plug-in post-stage sampling module. Following the specific target difficulty distribution, the final distilled dataset is sampled from image pools generated by existing methods. We also propose difficulty-aware guidance (DAG) to explore the effect of difficulty in the generation process. Extensive experiments across multiple settings demonstrate the effectiveness of the proposed methods. It also highlights the broader potential of difficulty for diverse downstream tasks.
