UDD: Dataset Distillation via Mining Underutilized Regions
Shiguang Wang, Zhongyu Zhang, Jian Cheng
TL;DR
UDD tackles the problem of underutilized regions in synthetic images produced by dataset distillation, which can limit performance when IPC is small. It introduces a utilization-sensitive framework with two policies—response-based and data jittering-based—to identify underutilized regions, and augments synthetic data by reusing these regions within a differentiable end-to-end pipeline. A Category-wise Feature Contrastive (CFC) loss complements gradient matching to enhance cross-class discrimination, with the overall objective $L_{syn} = L_g + L_c$ and a proxy network trained on real data to guide region utilization. Empirical results across MNIST, FashionMNIST, SVHN, CIFAR-10, and CIFAR-100 show state-of-the-art performance, particularly for IPC=1, along with a new mUE metric that correlates activation distribution with accuracy, underscoring improved data utilization and discriminability. The work offers practical gains for low-IPC condensation and provides a quantitative framework for measuring and optimizing synthetic data utilization.
Abstract
Dataset distillation synthesizes a small dataset such that a model trained on this set approximates the performance of the original dataset. Recent studies on dataset distillation focused primarily on the design of the optimization process, with methods such as gradient matching, feature alignment, and training trajectory matching. However, little attention has been given to the issue of underutilized regions in synthetic images. In this paper, we propose UDD, a novel approach to identify and exploit the underutilized regions to make them informative and discriminate, and thus improve the utilization of the synthetic dataset. Technically, UDD involves two underutilized regions searching policies for different conditions, i.e., response-based policy and data jittering-based policy. Compared with previous works, such two policies are utilization-sensitive, equipping with the ability to dynamically adjust the underutilized regions during the training process. Additionally, we analyze the current model optimization problem and design a category-wise feature contrastive loss, which can enhance the distinguishability of different categories and alleviate the shortcomings of the existing multi-formation methods. Experimentally, our method improves the utilization of the synthetic dataset and outperforms the state-of-the-art methods on various datasets, such as MNIST, FashionMNIST, SVHN, CIFAR-10, and CIFAR-100. For example, the improvements on CIFAR-10 and CIFAR-100 are 4.0\% and 3.7\% over the next best method with IPC=1, by mining the underutilized regions.
