paper-with-me

홈 › Papers

You Only Need End-to-End Training for Long-Tailed Recognition

2021-12-11 · Zhiwei Zhang

The generalization gap on the long-tailed data sets is largely owing to most categories only occupying a few training samples. Decoupled training achieves better performance by training backbone and classifier separately. What causes the poorer performance of end-to-end model training (e.g., logits margin-based methods)? In this work, we identify a key factor that affects the learning of the classifier: the channel-correlated features with low entropy before inputting into the classifier. From the perspective of information theory, we analyze why cross-entropy loss tends to produce highly correlated features on the imbalanced data. In addition, we theoretically analyze and prove its impacts on the gradients of classifier weights, the condition number of Hessian, and logits margin-based approach. Therefore, we firstly propose to use Channel Whitening to decorrelate ("scatter") the classifier's inputs for decoupling the weight update and reshaping the skewed decision boundary, which achieves satisfactory results combined with logits margin-based method. However, when the number of minor classes are large, batch imbalance and more participation in training cause over-fitting of the major classes. We also propose two novel modules, Block-based Relatively Balanced Batch Sampler (B3RS) and Batch Embedded Training (BET) to solve the above problems, which makes the end-to-end training achieve even better performance than decoupled training. Experimental results on the long-tailed classification benchmarks, CIFAR-LT and ImageNet-LT, demonstrate the effectiveness of our method.

📄 PDF Abstract BibTeX arXiv:2112.05958

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Long-tailed Recognition by Learning from Latent Categories

2022-06-02 · Weide Liu, Zhonghua Wu, Yiming Wang, Henghui Ding 외

In this work, we address the challenging task of long-tailed image recognition. Previous long-tailed recognition methods commonly focus on the data augmentation or re-balancing strategy of the tail classes to give more a…

Data AugmentationDiversityLong-tail Learning

Range Loss for Deep Face Recognition With Long-Tailed Training Data

2017-10-01 · ICCV 2017 10 · Xiao Zhang, Zhiyuan Fang, Yandong Wen, Zhifeng Li 외

Deep convolutional neural networks have achieved significant improvements on face recognition task due to their ability to learn highly discriminative features from tremendous amounts of face images. Many large scale fac…

Face Recognition

Why Not Hyperparameter-Friendly Optimisation? A Monotonic Adaptive Norm Rescaling Approach For Long-Tailed Recognition

2026-06-01 · Shuo Zhang, Chenqi Li, Tingting Zhu arxiv

Long-tailed recognition poses a significant challenge for deep learning. The two-stage decoupling paradigm, which separates representation learning from classifier retraining, offers a promising solution. During the clas…

Representation Learning

The Devil is in the Tails: Fine-grained Classification in the Wild

2017-09-05 · Grant Van Horn, Pietro Perona

The world is long-tailed. What does this mean for computer vision and visual recognition? The main two implications are (1) the number of categories we need to consider in applications can be very large, and (2) the numb…

ClassificationGeneral ClassificationTransfer Learning

Divide, Weight, and Route: Difficulty-Aware Optimization with Dynamic Expert Fusion for Long-tailed Recognition

2025-08-27 · Xiaolei Wei, Yi Ouyang, Haibo Ye arxiv

Long-tailed visual recognition is challenging not only due to class imbalance but also because of varying classification difficulty across categories. Simply reweighting classes by frequency often overlooks those that ar…