Rectifying Soft-Label Entangled Bias in Long-Tailed Dataset Distillation
Chenyang Jiang, Hang Zhao, Xinyu Zhang, Zhengcen Li, Qiben Shan, Shaocong Wu, Jingyong Su
TL;DR
This work tackles soft-label bias in long-tailed dataset distillation by deriving an imbalance-aware generalization bound and identifying two entangled soft-label biases arising from the distillation model and distilled images. It introduces ADSA, a lightweight, post-hoc Adaptive Soft-label Alignment module that calibrates soft labels without altering training pipelines, leading to robust gains across multiple distillation methods and datasets. Empirically, ADSA yields tail-class improvements up to 11.8 percentage points and raises overall accuracy (e.g., 41.4% on ImageNet-LT with IPC=50), demonstrating strong generalization under limited label budgets. The approach offers a data-centric, plug-and-play solution for long-tailed recognition, with theoretical backing and practical efficacy across scales and settings.
Abstract
Dataset distillation compresses large-scale datasets into compact, highly informative synthetic data, significantly reducing storage and training costs. However, existing research primarily focuses on balanced datasets and struggles to perform under real-world long-tailed distributions. In this work, we emphasize the critical role of soft labels in long-tailed dataset distillation and uncover the underlying mechanisms contributing to performance degradation. Specifically, we derive an imbalance-aware generalization bound for model trained on distilled dataset. We then identify two primary sources of soft-label bias, which originate from the distillation model and the distilled images, through systematic perturbation of the data imbalance levels. To address this, we propose ADSA, an Adaptive Soft-label Alignment module that calibrates the entangled biases. This lightweight module integrates seamlessly into existing distillation pipelines and consistently improves performance. On ImageNet-1k-LT with EDC and IPC=50, ADSA improves tail-class accuracy by up to 11.8% and raises overall accuracy to 41.4%. Extensive experiments demonstrate that ADSA provides a robust and generalizable solution under limited label budgets and across a range of distillation techniques. Code is available at: https://github.com/j-cyoung/ADSA_DD.git.
