Rethinking Classifier Re-Training in Long-Tailed Recognition: A Simple Logits Retargeting Approach
Han Lu, Siyu Sun, Yichen Xie, Liqing Zhang, Xiaokang Yang, Junchi Yan
TL;DR
This work rethinks classifier re-training in long-tailed recognition by evaluating methods under a unified feature representation and introducing Logits Magnitude and Regularized Standard Deviation as informative metrics. It argues that direct optimization of logits magnitude is challenging, and proposes Logits Retargeting (LORT), a simple, class-count-agnostic retraining strategy that reshapes labels so each class receives substantial negative probability mass, effectively shrinking Logits Magnitude. Empirically, LORT achieves state-of-the-art performance on CIFAR100-LT, ImageNet-LT, and iNaturalist2018 and demonstrates robustness to hyperparameters, while acting as a plug-and-play improvement for existing models. The practical impact is a simple, effective, and broadly applicable method for boosting minority-class performance in imbalanced recognition tasks, along with two metrics to better analyze and compare retraining strategies.
Abstract
In the long-tailed recognition field, the Decoupled Training paradigm has demonstrated remarkable capabilities among various methods. This paradigm decouples the training process into separate representation learning and classifier re-training. Previous works have attempted to improve both stages simultaneously, making it difficult to isolate the effect of classifier re-training. Furthermore, recent empirical studies have demonstrated that simple regularization can yield strong feature representations, emphasizing the need to reassess existing classifier re-training methods. In this study, we revisit classifier re-training methods based on a unified feature representation and re-evaluate their performances. We propose a new metric called Logits Magnitude as a superior measure of model performance, replacing the commonly used Weight Norm. However, since it is hard to directly optimize the new metric during training, we introduce a suitable approximate invariant called Regularized Standard Deviation. Based on the two newly proposed metrics, we prove that reducing the absolute value of Logits Magnitude when it is nearly balanced can effectively decrease errors and disturbances during training, leading to better model performance. Motivated by these findings, we develop a simple logits retargeting approach (LORT) without the requirement of prior knowledge of the number of samples per class. LORT divides the original one-hot label into small true label probabilities and large negative label probabilities distributed across each class. Our method achieves state-of-the-art performance on various imbalanced datasets, including CIFAR100-LT, ImageNet-LT, and iNaturalist2018.
