paper-with-me

Papers

Sample Variance Decay in Randomly Initialized ReLU Networks

2019-02-13 · Kyle Luther, H. Sebastian Seung

Before training a neural net, a classic rule of thumb is to randomly initialize the weights so the variance of activations is preserved across layers. This is traditionally interpreted using the total variance due to randomness in both weights \emph{and} samples. Alternatively, one can interpret the rule of thumb as preservation of the variance over samples for a fixed network. The two interpretations differ little for a shallow net, but the difference is shown to grow with depth for a deep ReLU net by decomposing the total variance into the network-averaged sum of the sample variance and square of the sample mean. We demonstrate that even when the total variance is preserved, the sample variance decays in the later layers through an analytical calculation in the limit of infinite network width, and numerical simulations for finite width. We show that Batch Normalization eliminates this decay and provide empirical evidence that preserving the sample variance instead of only the total variance at initialization time can have an impact on the training dynamics of a deep network.

📄 PDF Abstract BibTeX arXiv:1902.04942

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Finite Depth and Width Corrections to the Neural Tangent Kernel

2019-09-13 · ICLR 2020 1 · Boris Hanin, Mihai Nica

We prove the precise scaling, at finite depth and width, for the mean and variance of the neural tangent kernel (NTK) in a randomly initialized ReLU network. The standard deviation is exponential in the ratio of network …

A Johnson-Lindenstrauss Framework for Randomly Initialized CNNs

2021-09-29 · ICLR 2022 4 · Ido Nachum, Jan Hazla, Michael Gastpar, Anatoly Khina

How does the geometric representation of a dataset change after the application of each randomly initialized layer of a neural network? The celebrated Johnson-Lindenstrauss lemma answers this question for linear fully-co…

LEMMA

A Johnson--Lindenstrauss Framework for Randomly Initialized CNNs

2021-11-03 · Ido Nachum, Jan Hązła, Michael Gastpar, Anatoly Khina

How does the geometric representation of a dataset change after the application of each randomly initialized layer of a neural network? The celebrated Johnson--Lindenstrauss lemma answers this question for linear fully-c…

LEMMA

Which Neural Net Architectures Give Rise To Exploding and Vanishing Gradients?

2018-01-11 · NeurIPS 2018 12 · Boris Hanin

We give a rigorous analysis of the statistical behavior of gradients in a randomly initialized fully connected network N with ReLU activations. Our results show that the empirical variance of the squares of the entries i…

Compelling ReLU Networks to Exhibit Exponentially Many Linear Regions at Initialization and During Training

2023-11-29 · Max Milkert, David Hyde, Forrest Laine

A neural network with ReLU activations may be viewed as a composition of piecewise linear functions. For such networks, the number of distinct linear regions expressed over the input domain has the potential to scale exp…