English

Channel Normalization in Convolutional Neural Network avoids Vanishing Gradients

Machine Learning 2019-07-24 v1 Machine Learning

Abstract

Normalization layers are widely used in deep neural networks to stabilize training. In this paper, we consider the training of convolutional neural networks with gradient descent on a single training example. This optimization problem arises in recent approaches for solving inverse problems such as the deep image prior or the deep decoder. We show that for this setup, channel normalization, which centers and normalizes each channel individually, avoids vanishing gradients, whereas, without normalization, gradients vanish which prevents efficient optimization. This effect prevails in deep single-channel linear convolutional networks, and we show that without channel normalization, gradient descent takes at least exponentially many steps to come close to an optimum. Contrary, with channel normalization, the gradients remain bounded, thus avoiding exploding gradients.

Keywords

Cite

@article{arxiv.1907.09539,
  title  = {Channel Normalization in Convolutional Neural Network avoids Vanishing Gradients},
  author = {Zhenwei Dai and Reinhard Heckel},
  journal= {arXiv preprint arXiv:1907.09539},
  year   = {2019}
}

Comments

13 pages, 5 figures

R2 v1 2026-06-23T10:27:35.980Z