Emphasizing Discriminative Features for Dataset Distillation in Complex Scenarios
Kai Wang, Zekai Li, Zhi-Qi Cheng, Samir Khaki, Ahmad Sajedi, Ramakrishna Vedantam, Konstantinos N Plataniotis, Alexander Hauptmann, Yang You
TL;DR
This work tackles the challenge of dataset distillation in complex visual scenarios by introducing EDF, a method that emphasizes discriminative features via Grad-CAM-guided gradient weighting and selective supervision. EDF combines Common Pattern Dropout to suppress low-loss, non-discriminative signals with Discriminative Area Enhancement to bias updates toward highly activated regions, improving the fidelity of distilled data on complex datasets. To benchmark performance in realistic settings, the authors propose Comp-DD, a suite of ImageNet-1K subsets organized by complexity, and demonstrate SOTA gains, including lossless results on several subsets. Overall, EDF advances practical DD by targeting discriminative regions, providing a scalable benchmark, and showing robust cross-architecture generalization. The approach offers a concrete pathway to deploying compact distilled datasets in real-world, complex recognition tasks.
Abstract
Dataset distillation has demonstrated strong performance on simple datasets like CIFAR, MNIST, and TinyImageNet but struggles to achieve similar results in more complex scenarios. In this paper, we propose EDF (emphasizes the discriminative features), a dataset distillation method that enhances key discriminative regions in synthetic images using Grad-CAM activation maps. Our approach is inspired by a key observation: in simple datasets, high-activation areas typically occupy most of the image, whereas in complex scenarios, the size of these areas is much smaller. Unlike previous methods that treat all pixels equally when synthesizing images, EDF uses Grad-CAM activation maps to enhance high-activation areas. From a supervision perspective, we downplay supervision signals that have lower losses, as they contain common patterns. Additionally, to help the DD community better explore complex scenarios, we build the Complex Dataset Distillation (Comp-DD) benchmark by meticulously selecting sixteen subsets, eight easy and eight hard, from ImageNet-1K. In particular, EDF consistently outperforms SOTA results in complex scenarios, such as ImageNet-1K subsets. Hopefully, more researchers will be inspired and encouraged to improve the practicality and efficacy of DD. Our code and benchmark will be made public at https://github.com/NUS-HPC-AI-Lab/EDF.
