paper-with-me

Papers

Backward Gradient Normalization in Deep Neural Networks

2021-06-17 · Alejandro Cabana, Luis F. Lago-Fernández

We introduce a new technique for gradient normalization during neural network training. The gradients are rescaled during the backward pass using normalization layers introduced at certain points within the network architecture. These normalization nodes do not affect forward activity propagation, but modify backpropagation equations to permit a well-scaled gradient flow that reaches the deepest network layers without experimenting vanishing or explosion. Results on tests with very deep neural networks show that the new technique can do an effective control of the gradient norm, allowing the update of weights in the deepest layers and improving network accuracy on several experimental conditions.

📄 PDF Abstract BibTeX arXiv:2106.09475

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Stability of Transformers under Layer Normalization

2025-10-10 · Kelvin Kan, Xingjian Li, Benjamin J. Zhang, Tuhin Sahai 외 arxiv

Despite their widespread use, training deep Transformers can be unstable. Layer normalization, a standard component, improves training stability, but its placement has often been ad-hoc. In this paper, we conduct a princ…

ANAct: Adaptive Normalization for Activation Functions

2022-08-29 · Yuan Peiwen, Henan Liu, Zhu Changsheng, Yuyi Wang

In this paper, we investigate the negative effect of activation functions on forward and backward propagation and how to counteract this effect. First, We examine how activation functions affect the forward and backward …

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…

Normalization Layer Per-Example Gradients are Sufficient to Predict Gradient Noise Scale in Transformers

2024-11-01 · Gavia Gray, Aman Tiwari, Shane Bergsma, Joel Hestness

Per-example gradient norms are a vital ingredient for estimating gradient noise scale (GNS) with minimal variance. Observing the tensor contractions required to compute them, we propose a method with minimal FLOPs in 3D …

Language ModelingLanguage Modelling

Towards Stabilizing Batch Statistics in Backward Propagation of Batch Normalization

2020-01-19 · ICLR 2020 1 · Junjie Yan, Ruosi Wan, Xiangyu Zhang, Wei zhang 외

Batch Normalization (BN) is one of the most widely used techniques in Deep Learning field. But its performance can awfully degrade with insufficient batch size. This weakness limits the usage of BN on many computer visio…