paper-with-me

Papers

Skip-connection and batch-normalization improve data separation ability

2019-03-20 · Yasutaka Furusho, Kazushi Ikeda

The ResNet and the batch-normalization (BN) achieved high performance even when only a few labeled data are available. However, the reasons for its high performance are unclear. To clear the reasons, we analyzed the effect of the skip-connection in ResNet and the BN on the data separation ability, which is an important ability for the classification problem. Our results show that, in the multilayer perceptron with randomly initialized weights, the angle between two input vectors converges to zero in an exponential order of its depth, that the skip-connection makes this exponential decrease into a sub-exponential decrease, and that the BN relaxes this sub-exponential decrease into a reciprocal decrease. Moreover, our analysis shows that the preservation of the angle at initialization encourages trained neural networks to separate points from different classes. These imply that the skip-connection and the BN improve the data separation ability and achieve high performance even when only a few labeled data are available.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Characterizing Well-Behaved vs. Pathological Deep Neural Networks

2018-11-07 · Antoine Labatie

We introduce a novel approach, requiring only mild assumptions, for the characterization of deep neural networks at initialization. Our approach applies both to fully-connected and convolutional networks and easily incor…

Batch Normalization has Multiple Benefits: An Empirical Study on Residual Networks

2019-09-25 · Soham De, Samuel L Smith

Many state of the art models rely on two architectural innovations; skip connections and batch normalization. However batch normalization has a number of limitations. It breaks the independence between training examples …

The Shattered Gradients Problem: If resnets are the answer, then what is the question?

2017-02-28 · ICML 2017 8 · David Balduzzi, Marcus Frean, Lennox Leary, JP Lewis 외

A long-standing obstacle to progress in deep learning is the problem of vanishing and exploding gradients. Although, the problem has largely been overcome via carefully constructed initializations and batch normalization…

Dynamical Isometry for Residual Networks

2022-10-05 · Advait Gadhikar, Rebekka Burkholz

The training success, training speed and generalization ability of neural networks rely crucially on the choice of random parameter initialization. It has been shown for multiple architectures that initial dynamical isom…

Diversity

A Mean Field Theory of Batch Normalization

2019-02-21 · ICLR 2019 5 · Greg Yang, Jeffrey Pennington, Vinay Rao, Jascha Sohl-Dickstein 외

We develop a mean field theory for batch normalization in fully-connected feedforward neural networks. In so doing, we provide a precise characterization of signal propagation and gradient backpropagation in wide batch-n…