English

Theoretical Analysis of Auto Rate-Tuning by Batch Normalization

Machine Learning 2018-12-11 v1 Machine Learning

Abstract

Batch Normalization (BN) has become a cornerstone of deep learning across diverse architectures, appearing to help optimization as well as generalization. While the idea makes intuitive sense, theoretical analysis of its effectiveness has been lacking. Here theoretical support is provided for one of its conjectured properties, namely, the ability to allow gradient descent to succeed with less tuning of learning rates. It is shown that even if we fix the learning rate of scale-invariant parameters (e.g., weights of each layer with BN) to a constant (say, 0.30.3), gradient descent still approaches a stationary point (i.e., a solution where gradient is zero) in the rate of T1/2T^{-1/2} in TT iterations, asymptotically matching the best bound for gradient descent with well-tuned learning rates. A similar result with convergence rate T1/4T^{-1/4} is also shown for stochastic gradient descent.

Keywords

Cite

@article{arxiv.1812.03981,
  title  = {Theoretical Analysis of Auto Rate-Tuning by Batch Normalization},
  author = {Sanjeev Arora and Zhiyuan Li and Kaifeng Lyu},
  journal= {arXiv preprint arXiv:1812.03981},
  year   = {2018}
}

Comments

22 pages

R2 v1 2026-06-23T06:37:56.594Z