English

New Interpretations of Normalization Methods in Deep Learning

Machine Learning 2020-06-17 v1 Machine Learning

Abstract

In recent years, a variety of normalization methods have been proposed to help train neural networks, such as batch normalization (BN), layer normalization (LN), weight normalization (WN), group normalization (GN), etc. However, mathematical tools to analyze all these normalization methods are lacking. In this paper, we first propose a lemma to define some necessary tools. Then, we use these tools to make a deep analysis on popular normalization methods and obtain the following conclusions: 1) Most of the normalization methods can be interpreted in a unified framework, namely normalizing pre-activations or weights onto a sphere; 2) Since most of the existing normalization methods are scaling invariant, we can conduct optimization on a sphere with scaling symmetry removed, which can help stabilize the training of network; 3) We prove that training with these normalization methods can make the norm of weights increase, which could cause adversarial vulnerability as it amplifies the attack. Finally, a series of experiments are conducted to verify these claims.

Keywords

Cite

@article{arxiv.2006.09104,
  title  = {New Interpretations of Normalization Methods in Deep Learning},
  author = {Jiacheng Sun and Xiangyong Cao and Hanwen Liang and Weiran Huang and Zewei Chen and Zhenguo Li},
  journal= {arXiv preprint arXiv:2006.09104},
  year   = {2020}
}

Comments

Accepted by AAAI 2020

R2 v1 2026-06-23T16:22:13.423Z