Compound Batch Normalization for Long-tailed Image Classification
Lechao Cheng, Chaowei Fang, Dingwen Zhang, Guanbin Li, Gang Huang

TL;DR
This paper introduces a compound batch normalization method based on Gaussian mixtures to better handle data imbalance in long-tailed image classification, improving feature normalization and classification performance.
Contribution
It proposes a novel Gaussian mixture-based batch normalization and a dual-path learning framework to address class imbalance effects on feature normalization.
Findings
Outperforms existing methods on standard long-tailed datasets.
Effectively models feature space with multiple Gaussian components.
Reduces dominance of head classes in normalization statistics.
Abstract
Significant progress has been made in learning image classification neural networks under long-tail data distribution using robust training algorithms such as data re-sampling, re-weighting, and margin adjustment. Those methods, however, ignore the impact of data imbalance on feature normalization. The dominance of majority classes (head classes) in estimating statistics and affine parameters causes internal covariate shifts within less-frequent categories to be overlooked. To alleviate this challenge, we propose a compound batch normalization method based on a Gaussian mixture. It can model the feature space more comprehensively and reduce the dominance of head classes. In addition, a moving average-based expectation maximization (EM) algorithm is employed to estimate the statistical parameters of multiple Gaussian distributions. However, the EM algorithm is sensitive to initialization…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsBatch Normalization
