paper-with-me

홈 › Papers

Initialization of ReLUs for Dynamical Isometry

2018-06-17 · NeurIPS 2019 12 · Rebekka Burkholz, Alina Dubatovka

Deep learning relies on good initialization schemes and hyperparameter choices prior to training a neural network. Random weight initializations induce random network ensembles, which give rise to the trainability, training speed, and sometimes also generalization ability of an instance. In addition, such ensembles provide theoretical insights into the space of candidate models of which one is selected during training. The results obtained so far rely on mean field approximations that assume infinite layer width and that study average squared signals. We derive the joint signal output distribution exactly, without mean field assumptions, for fully-connected networks with Gaussian weights and biases, and analyze deviations from the mean field results. For rectified linear units, we further discuss limitations of the standard initialization scheme, such as its lack of dynamical isometry, and propose a simple alternative that overcomes these by initial parameter sharing.

📄 PDF Abstract BibTeX arXiv:1806.06362

Code (1)

alinadubatovka/information_propagation 공식 구현 tf

Similar Papers 제목 키워드 기반

Resurrecting the sigmoid in deep learning through dynamical isometry: theory and practice

2017-11-13 · NeurIPS 2017 12 · Jeffrey Pennington, Samuel S. Schoenholz, Surya Ganguli

It is well known that the initialization of weights in deep neural networks can have a dramatic impact on learning speed. For example, ensuring the mean squared singular value of a network's input-output Jacobian is $O(1…

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

Dynamical Isometry is Achieved in Residual Networks in a Universal Way for any Activation Function

2018-09-24 · Wojciech Tarnowski, Piotr Warchoł, Stanisław Jastrzębski, Jacek Tabor 외

We demonstrate that in residual neural networks (ResNets) dynamical isometry is achievable irrespectively of the activation function used. We do that by deriving, with the help of Free Probability and Random Matrix Theor…

Dynamical Isometry: The Missing Ingredient for Neural Network Pruning

2021-05-12 · Huan Wang, Can Qin, Yue Bai, Yun Fu

Several recent works [40, 24] observed an interesting phenomenon in neural network pruning: A larger finetuning learning rate can improve the final performance significantly. Unfortunately, the reason behind it remains e…

Network Pruning

The Spectrum of Fisher Information of Deep Networks Achieving Dynamical Isometry

2020-06-14 · Tomohiro Hayase, Ryo Karakida

The Fisher information matrix (FIM) is fundamental to understanding the trainability of deep neural nets (DNN), since it describes the parameter space's local metric. We investigate the spectral distribution of the condi…