Normalizing Batch Normalization for Long-Tailed Recognition
Yuxiang Bao, Guoliang Kang, Linlin Yang, Xiaoyue Duan, Bo Zhao,, Baochang Zhang

TL;DR
This paper proposes a simple normalization technique for Batch Normalization parameters to address class imbalance in long-tailed recognition, leading to more balanced feature representations and improved performance.
Contribution
It introduces a novel BN parameter normalization method that explicitly rectifies feature bias in long-tailed recognition tasks.
Findings
Outperforms previous state-of-the-art methods on multiple benchmarks.
Effectively balances feature strength across classes.
Improves recognition accuracy for rare classes.
Abstract
In real-world scenarios, the number of training samples across classes usually subjects to a long-tailed distribution. The conventionally trained network may achieve unexpected inferior performance on the rare class compared to the frequent class. Most previous works attempt to rectify the network bias from the data-level or from the classifier-level. Differently, in this paper, we identify that the bias towards the frequent class may be encoded into features, i.e., the rare-specific features which play a key role in discriminating the rare class are much weaker than the frequent-specific features. Based on such an observation, we introduce a simple yet effective approach, normalizing the parameters of Batch Normalization (BN) layer to explicitly rectify the feature bias. To achieve this end, we represent the Weight/Bias parameters of a BN layer as a vector, normalize it into a unit one…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Fault Detection and Control Systems · Machine Learning and Algorithms
MethodsBatch Normalization
