Rethinking Large-scale Dataset Compression: Shifting Focus From Labels to Images
Lingao Xiao, Songhua Liu, Yang He, Xinchao Wang
TL;DR
The paper tackles inefficiencies and inconsistent benchmarking in large-scale dataset compression by proposing a unified evaluation for dataset distillation and pruning. It exposes how soft-label based methods can inflate gains and introduces the Prune, Combine, and Augment (PCA) framework, which relies on hard labels and image data alone. PCA uses pruning-guided image selection, image combination, and scaling-law aware augmentation to achieve strong performance at extreme compression while avoiding soft-label storage. Through extensive experiments on ImageNet-1K and across model architectures, the authors demonstrate PCA’s competitiveness and argue for a shift back toward image-centric, hard-label evaluation to improve reproducibility and practicality.
Abstract
Dataset distillation and dataset pruning are two prominent techniques for compressing datasets to improve computational and storage efficiency. Despite their overlapping objectives, these approaches are rarely compared directly. Even within each field, the evaluation protocols are inconsistent across various methods, which complicates fair comparisons and hinders reproducibility. Considering these limitations, we introduce in this paper a benchmark that equitably evaluates methodologies across both distillation and pruning literatures. Notably, our benchmark reveals that in the mainstream dataset distillation setting for large-scale datasets, which heavily rely on soft labels from pre-trained models, even randomly selected subsets can achieve surprisingly competitive performance. This finding suggests that an overemphasis on soft labels may be diverting attention from the intrinsic value of the image data, while also imposing additional burdens in terms of generation, storage, and application. To address these issues, we propose a new framework for dataset compression, termed Prune, Combine, and Augment (PCA), which focuses on leveraging image data exclusively, relies solely on hard labels for evaluation, and achieves state-of-the-art performance in this setup. By shifting the emphasis back to the images, our benchmark and PCA framework pave the way for more balanced and accessible techniques in dataset compression research. Our code is available at: https://github.com/ArmandXiao/Rethinking-Dataset-Compression
