Toward Understanding the Importance of Noise in Training Neural Networks

Abstract

Numerous empirical evidence has corroborated that the noise plays a crucial rule in effective and efficient training of deep neural networks. The theory behind, however, is still largely unknown. This paper studies this fundamental problem through training a simple two-layer convolutional neural network model. Although training such a network requires to solve a non-convex optimization problem with a spurious local optimum and a global optimum, we prove that a perturbed gradient descent algorithm in conjunction with noise annealing is guaranteed to converge to a global optimum in polynomial time with arbitrary initialization. This implies that the noise enables the algorithm to efficiently escape from the spurious local optimum. Numerical experiments are provided to support our theory.

Cite

Text

Zhou et al. "Toward Understanding the Importance of Noise in Training Neural Networks." International Conference on Machine Learning, 2019.

Markdown

[Zhou et al. "Toward Understanding the Importance of Noise in Training Neural Networks." International Conference on Machine Learning, 2019.](https://mlanthology.org/icml/2019/zhou2019icml-understanding/)

BibTeX

@inproceedings{zhou2019icml-understanding,
  title     = {{Toward Understanding the Importance of Noise in Training Neural Networks}},
  author    = {Zhou, Mo and Liu, Tianyi and Li, Yan and Lin, Dachao and Zhou, Enlu and Zhao, Tuo},
  booktitle = {International Conference on Machine Learning},
  year      = {2019},
  pages     = {7594-7602},
  volume    = {97},
  url       = {https://mlanthology.org/icml/2019/zhou2019icml-understanding/}
}