paper-with-me

홈 › Papers

Mitigating Gradient Overlap in Deep Residual Networks with Gradient Normalization for Improved Non-Convex Optimization

2024-10-28 · Juyoung Yun

In deep learning, Residual Networks (ResNets) have proven effective in addressing the vanishing gradient problem, allowing for the successful training of very deep networks. However, skip connections in ResNets can lead to gradient overlap, where gradients from both the learned transformation and the skip connection combine, potentially resulting in overestimated gradients. This overestimation can cause inefficiencies in optimization, as some updates may overshoot optimal regions, affecting weight updates. To address this, we examine Z-score Normalization (ZNorm) as a technique to manage gradient overlap. ZNorm adjusts the gradient scale, standardizing gradients across layers and reducing the negative impact of overlapping gradients. Our experiments demonstrate that ZNorm improves training process, especially in non-convex optimization scenarios common in deep learning, where finding optimal solutions is challenging. These findings suggest that ZNorm can affect the gradient flow, enhancing performance in large-scale data processing where accuracy is critical.

📄 PDF Abstract BibTeX arXiv:2410.21564

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Learning

Similar Papers 제목 키워드 기반

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…

Taming Gradient Oversmoothing and Expansion in Graph Neural Networks

2024-10-07 · Moonjeong Park, Dongwoo Kim

Oversmoothing has been claimed as a primary bottleneck for multi-layered graph neural networks (GNNs). Multiple analyses have examined how and why oversmoothing occurs. However, none of the prior work addressed how optim…

Towards Understanding the Importance of Shortcut Connections in Residual Networks

2019-09-10 · NeurIPS 2019 12 · Tianyi Liu, Minshuo Chen, Mo Zhou, Simon S. Du 외

Residual Network (ResNet) is undoubtedly a milestone in deep learning. ResNet is equipped with shortcut connections between layers, and exhibits efficient training using simple first order algorithms. Despite of the grea…

RN-F: A Novel Approach for Mitigating Contaminated Data in Large Language Models

2025-05-19 · Le Vu Anh, Dinh Duc Nha Nguyen, Phi Long Nguyen

Large Language Models (LLMs) have become foundational in modern artificial intelligence, powering a wide range of applications from code generation and virtual assistants to scientific research and enterprise automation.…

Code Generation

Deep Gradient Boosting -- Layer-wise Input Normalization of Neural Networks

2019-07-29 · Erhan Bilal

Stochastic gradient descent (SGD) has been the dominant optimization method for training deep neural networks due to its many desirable properties. One of the more remarkable and least understood quality of SGD is that i…