English

Riemannian approach to batch normalization

Machine Learning 2017-11-01 v3

Abstract

Batch Normalization (BN) has proven to be an effective algorithm for deep neural network training by normalizing the input to each neuron and reducing the internal covariate shift. The space of weight vectors in the BN layer can be naturally interpreted as a Riemannian manifold, which is invariant to linear scaling of weights. Following the intrinsic geometry of this manifold provides a new learning rule that is more efficient and easier to analyze. We also propose intuitive and effective gradient clipping and regularization methods for the proposed algorithm by utilizing the geometry of the manifold. The resulting algorithm consistently outperforms the original BN on various types of network architectures and datasets.

Keywords

Cite

@article{arxiv.1709.09603,
  title  = {Riemannian approach to batch normalization},
  author = {Minhyung Cho and Jaehyung Lee},
  journal= {arXiv preprint arXiv:1709.09603},
  year   = {2017}
}

Comments

to appear at NIPS 2017

R2 v1 2026-06-22T21:56:53.059Z