$L_2$BN: Enhancing Batch Normalization by Equalizing the $L_2$ Norms of Features
Zhennan Wang, Kehan Li, Runyi Yu, Yian Zhao, Pengchong Qiao, Chang, Liu, Fan Xu, Xiangyang Ji, Guoli Song, Jie Chen

TL;DR
This paper introduces $L_2$BN, a simple method that normalizes feature magnitudes before batch normalization to improve class discriminability and model generalization in image and acoustic classification tasks.
Contribution
The paper proposes $L_2$BN, a novel normalization technique that enhances batch normalization by equalizing feature norms without extra parameters.
Findings
Improves intra-class compactness of features.
Increases inter-class feature discrepancy.
Boosts generalization across models and tasks.
Abstract
In this paper, we analyze batch normalization from the perspective of discriminability and find the disadvantages ignored by previous studies: the difference in norms of sample features can hinder batch normalization from obtaining more distinguished inter-class features and more compact intra-class features. To address this issue, we propose a simple yet effective method to equalize the norms of sample features. Concretely, we -normalize each sample feature before feeding them into batch normalization, and therefore the features are of the same magnitude. Since the proposed method combines the normalization and batch normalization, we name our method BN. The BN can strengthen the compactness of intra-class features and enlarge the discrepancy of inter-class features. The BN is easy to implement and can exert its effect without any additional…
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
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Advanced Image and Video Retrieval Techniques
MethodsBatch Normalization
