LGMLDec 2, 2018

Analysis on Gradient Propagation in Batch Normalized Residual Networks

arXiv:1812.00342v1
Originality Synthesis-oriented
AI Analysis

This provides theoretical insights for deep learning practitioners working with residual networks, but it is incremental as it builds on existing understanding of batch normalization.

The paper tackled the problem of gradient vanishing/explosion in residual network training by analyzing how batch normalization and residual branches interact to confine gradient variance, showing that this avoids the issue.

We conduct mathematical analysis on the effect of batch normalization (BN) on gradient backpropogation in residual network training, which is believed to play a critical role in addressing the gradient vanishing/explosion problem, in this work. By analyzing the mean and variance behavior of the input and the gradient in the forward and backward passes through the BN and residual branches, respectively, we show that they work together to confine the gradient variance to a certain range across residual blocks in backpropagation. As a result, the gradient vanishing/explosion problem is avoided. We also show the relative importance of batch normalization w.r.t. the residual branches in residual networks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes