paper-with-me

Papers

The Loss Surface of Residual Networks: Ensembles and the Role of Batch Normalization

2016-11-08 · Etai Littwin, Lior Wolf

Deep Residual Networks present a premium in performance in comparison to conventional networks of the same depth and are trainable at extreme depths. It has recently been shown that Residual Networks behave like ensembles of relatively shallow networks. We show that these ensembles are dynamic: while initially the virtual ensemble is mostly at depths lower than half the network's depth, as training progresses, it becomes deeper and deeper. The main mechanism that controls the dynamic ensemble behavior is the scaling introduced, e.g., by the Batch Normalization technique. We explain this behavior and demonstrate the driving force behind it. As a main tool in our analysis, we employ generalized spin glass models, which we also use in order to study the number of critical points in the optimization of Residual Networks.

📄 PDF Abstract BibTeX arXiv:1611.02525

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

A Walk with SGD

2018-02-24 · Chen Xing, Devansh Arpit, Christos Tsirigotis, Yoshua Bengio

We present novel empirical observations regarding how stochastic gradient descent (SGD) navigates the loss landscape of over-parametrized deep neural networks (DNNs). These observations expose the qualitatively different…

Analysis on Gradient Propagation in Batch Normalized Residual Networks

2018-12-02 · ICLR 2018 1 · Abhishek Panigrahi, Yueru Chen, C. -C. Jay Kuo

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/explosio…

Distilling Ensembles Improves Uncertainty Estimates

2020-11-23 · pproximateinference AABI Symposium 2021 1 · Zelda E Mariet, Rodolphe Jenatton, Florian Wenzel, Dustin Tran

We seek to bridge the performance gap between batch ensembles (ensembles of deep networks with shared parameters) and deep ensembles on tasks which require not only predictions, but also uncertainty estimates for these …

Maximum and Leaky Maximum Propagation

2021-05-21 · Wolfgang Fuhl

In this work, we present an alternative to conventional residual connections, which is inspired by maxout nets. This means that instead of the addition in residual connections, our approach only propagates the maximum va…

Minibatch training of neural network ensembles via trajectory sampling

2023-06-23 · Jamie F. Mair, Luke Causer, Juan P. Garrahan

Most iterative neural network training methods use estimates of the loss function over small random subsets (or minibatches) of the data to update the parameters, which aid in decoupling the training time from the (often…