Squeeze, Recover and Relabel: Dataset Condensation at ImageNet Scale From A New Perspective
Zeyuan Yin, Eric Xing, Zhiqiang Shen
TL;DR
This work addresses the scalability bottleneck of dataset condensation by introducing Squeeze, Recover and Relabel (SRe2L), a decoupled, unilevel training pipeline that avoids the computational burden of bilevel optimization. It first squeezes original data into a model, recovers condensed images by aligning BN statistics and applying crop-based regularization, and finally relabels with soft labels derived via crop-aware distillation. On Tiny-ImageNet and full ImageNet-1K, SRe2L achieves state-of-the-art results at IPC=50 (e.g., $60.8\%$ on ImageNet-1K) and delivers substantial speedups and memory savings over prior methods, while enabling condensation across resolutions and architectures including ViTs with BN adaptations. The approach also demonstrates robust cross-architecture generalization, improved visual quality of synthetic data, and applicability to continual learning, underscoring its practical impact for large-scale, resource-constrained data synthesis.
Abstract
We present a new dataset condensation framework termed Squeeze, Recover and Relabel (SRe$^2$L) that decouples the bilevel optimization of model and synthetic data during training, to handle varying scales of datasets, model architectures and image resolutions for efficient dataset condensation. The proposed method demonstrates flexibility across diverse dataset scales and exhibits multiple advantages in terms of arbitrary resolutions of synthesized images, low training cost and memory consumption with high-resolution synthesis, and the ability to scale up to arbitrary evaluation network architectures. Extensive experiments are conducted on Tiny-ImageNet and full ImageNet-1K datasets. Under 50 IPC, our approach achieves the highest 42.5% and 60.8% validation accuracy on Tiny-ImageNet and ImageNet-1K, outperforming all previous state-of-the-art methods by margins of 14.5% and 32.9%, respectively. Our approach also surpasses MTT in terms of speed by approximately 52$\times$ (ConvNet-4) and 16$\times$ (ResNet-18) faster with less memory consumption of 11.6$\times$ and 6.4$\times$ during data synthesis. Our code and condensed datasets of 50, 200 IPC with 4K recovery budget are available at https://github.com/VILA-Lab/SRe2L.
