paper-with-me

홈 › Papers

Field theory for optimal signal propagation in ResNets

2023-05-12 · Kirsten Fischer, David Dahmen, Moritz Helias

Residual networks have significantly better trainability and thus performance than feed-forward networks at large depth. Introducing skip connections facilitates signal propagation to deeper layers. In addition, previous works found that adding a scaling parameter for the residual branch further improves generalization performance. While they empirically identified a particularly beneficial range of values for this scaling parameter, the associated performance improvement and its universality across network hyperparameters yet need to be understood. For feed-forward networks, finite-size theories have led to important insights with regard to signal propagation and hyperparameter tuning. We here derive a systematic finite-size field theory for residual networks to study signal propagation and its dependence on the scaling for the residual branch. We derive analytical expressions for the response function, a measure for the network's sensitivity to inputs, and show that for deep networks the empirically found values for the scaling parameter lie within the range of maximal sensitivity. Furthermore, we obtain an analytical expression for the optimal scaling parameter that depends only weakly on other network hyperparameters, such as the weight variance, thereby explaining its universality across hyperparameters. Overall, this work provides a theoretical framework to study ResNets at finite size.

📄 PDF Abstract BibTeX arXiv:2305.07715

Code (0)

등록된 구현이 없습니다.

Tasks

Sensitivity

Similar Papers 제목 키워드 기반

Characterizing signal propagation to close the performance gap in unnormalized ResNets

2021-01-21 · ICLR 2021 1 · Andrew Brock, Soham De, Samuel L. Smith

Batch Normalization is a key component in almost all state-of-the-art image classifiers, but it also introduces practical challenges: it breaks the independence between training examples within a batch, can incur compute…

ReZero is All You Need: Fast Convergence at Large Depth

2020-03-10 · Thomas Bachlechner, Bodhisattwa Prasad Majumder, Huanru Henry Mao, Garrison W. Cottrell 외

Deep networks often suffer from vanishing or exploding gradients due to inefficient signal propagation, leading to long training times or convergence difficulties. Various architecture designs, sophisticated residual-sty…

AllLanguage ModelingLanguage Modelling

Depthwise Hyperparameter Transfer in Residual Networks: Dynamics and Scaling Limit

2023-09-28 · Blake Bordelon, Lorenzo Noci, Mufan Bill Li, Boris Hanin 외

The cost of hyperparameter tuning in deep learning has been rising with model sizes, prompting practitioners to find new tuning methods using a proxy of smaller networks. One such proposal uses $\mu$P parameterized netwo…

Towards Training Without Depth Limits: Batch Normalization Without Gradient Explosion

2023-10-03 · Alexandru Meterez, Amir Joudaki, Francesco Orabona, Alexander Immer 외

Normalization layers are one of the key building blocks for deep neural networks. Several theoretical studies have shown that batch normalization improves the signal propagation, by avoiding the representations from beco…

Towards an Optimal Control Perspective of ResNet Training

2025-06-26 · Jens Püttschneider, Simon Heilig, Asja Fischer, Timm Faulwasser

We propose a training formulation for ResNets reflecting an optimal control problem that is applicable for standard architectures and general loss functions. We suggest bridging both worlds via penalizing intermediate ou…