English

Characterizing signal propagation to close the performance gap in unnormalized ResNets

Machine Learning 2021-01-28 v2 Computer Vision and Pattern Recognition Machine Learning

Abstract

Batch Normalization is a key component in almost all state-of-the-art image classifiers, but it also introduces practical challenges: it breaks the independence between training examples within a batch, can incur compute and memory overhead, and often results in unexpected bugs. Building on recent theoretical analyses of deep ResNets at initialization, we propose a simple set of analysis tools to characterize signal propagation on the forward pass, and leverage these tools to design highly performant ResNets without activation normalization layers. Crucial to our success is an adapted version of the recently proposed Weight Standardization. Our analysis tools show how this technique preserves the signal in networks with ReLU or Swish activation functions by ensuring that the per-channel activation means do not grow with depth. Across a range of FLOP budgets, our networks attain performance competitive with the state-of-the-art EfficientNets on ImageNet.

Keywords

Cite

@article{arxiv.2101.08692,
  title  = {Characterizing signal propagation to close the performance gap in unnormalized ResNets},
  author = {Andrew Brock and Soham De and Samuel L. Smith},
  journal= {arXiv preprint arXiv:2101.08692},
  year   = {2021}
}

Comments

Published as a conference paper at ICLR 2021

R2 v1 2026-06-23T22:23:40.278Z