Batch Normalization with Enhanced Linear Transformation
Yuhui Xu, Lingxi Xie, Cihang Xie, Jieru Mei, Siyuan Qiao, Wei Shen,, Hongkai Xiong, Alan Yuille

TL;DR
This paper introduces BNET, an enhanced linear transformation module for batch normalization that considers neuron neighborhoods, leading to improved performance, faster convergence, and better spatial information in deep networks.
Contribution
Proposes BNET, a simple yet effective enhancement to batch normalization's linear transformation that considers neuron neighborhoods for improved flexibility and performance.
Findings
BNET improves performance across various backbones and benchmarks.
BNET accelerates training convergence.
BNET enhances spatial information by weighting neurons based on importance.
Abstract
Batch normalization (BN) is a fundamental unit in modern deep networks, in which a linear transformation module was designed for improving BN's flexibility of fitting complex data distributions. In this paper, we demonstrate properly enhancing this linear transformation module can effectively improve the ability of BN. Specifically, rather than using a single neuron, we propose to additionally consider each neuron's neighborhood for calculating the outputs of the linear transformation. Our method, named BNET, can be implemented with 2-3 lines of code in most deep learning libraries. Despite the simplicity, BNET brings consistent performance gains over a wide range of backbones and visual benchmarks. Moreover, we verify that BNET accelerates the convergence of network training and enhances spatial information by assigning the important neurons with larger weights accordingly. The code is…
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
TopicsAdvanced Neural Network Applications · Human Pose and Action Recognition · Domain Adaptation and Few-Shot Learning
