paper-with-me

Papers

Insights from Gradient Dynamics: Gradient Autoscaled Normalization

2025-09-03 · Vincent-Daniel Yun arxiv

Gradient dynamics play a central role in determining the stability and generalization of deep neural networks. In this work, we provide an empirical analysis of how variance and standard deviation of gradients evolve during training, showing consistent changes across layers and at the global scale in convolutional networks. Motivated by these observations, we propose a hyperparameter-free gradient normalization method that aligns gradient scaling with their natural evolution. This approach prevents unintended amplification, stabilizes optimization, and preserves convergence guarantees. Experiments on the challenging CIFAR-100 benchmark with ResNet-20, ResNet-56, and VGG-16-BN demonstrate that our method maintains or improves test accuracy even under strong generalization. Beyond practical performance, our study highlights the importance of directly tracking gradient dynamics, aiming to bridge the gap between theoretical expectations and empirical behaviors, and to provide insights for future optimization research.

📄 PDF Abstract BibTeX arXiv:2509.03677

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…

A Riemannian Mean Field Formulation for Two-layer Neural Networks with Batch Normalization

2021-10-17 · Chao Ma, Lexing Ying

The training dynamics of two-layer neural networks with batch normalization (BN) is studied. It is written as the training dynamics of a neural network without BN on a Riemannian manifold. Therefore, we identify BN's eff…

Adaptive Gradient Normalization and Independent Sampling for (Stochastic) Generalized-Smooth Optimization

2024-10-17 · Yufeng Yang, Erin Tripp, Yifan Sun, Shaofeng Zou 외

Recent studies have shown that many nonconvex machine learning problems satisfy a generalized-smooth condition that extends beyond traditional smooth nonconvex optimization. However, the existing algorithms are not fully…

GraN-GAN: Piecewise Gradient Normalization for Generative Adversarial Networks

2021-11-04 · Vineeth S. Bhaskara, Tristan Aumentado-Armstrong, Allan Jepson, Alex Levinshtein

Modern generative adversarial networks (GANs) predominantly use piecewise linear activation functions in discriminators (or critics), including ReLU and LeakyReLU. Such models learn piecewise linear mappings, where each …

Image Generation

A Theoretical Analysis of the Learning Dynamics under Class Imbalance

2022-07-01 · Emanuele Francazi, Marco Baity-Jesi, Aurelien Lucchi

Data imbalance is a common problem in machine learning that can have a critical effect on the performance of a model. Various solutions exist but their impact on the convergence of the learning dynamics is not understood…