paper-with-me

Papers

AdaNorm: Adaptive Gradient Norm Correction based Optimizer for CNNs

2022-10-12 · Shiv Ram Dubey, Satish Kumar Singh, Bidyut Baran Chaudhuri

The stochastic gradient descent (SGD) optimizers are generally used to train the convolutional neural networks (CNNs). In recent years, several adaptive momentum based SGD optimizers have been introduced, such as Adam, diffGrad, Radam and AdaBelief. However, the existing SGD optimizers do not exploit the gradient norm of past iterations and lead to poor convergence and performance. In this paper, we propose a novel AdaNorm based SGD optimizers by correcting the norm of gradient in each iteration based on the adaptive training history of gradient norm. By doing so, the proposed optimizers are able to maintain high and representive gradient throughout the training and solves the low and atypical gradient problems. The proposed concept is generic and can be used with any existing SGD optimizer. We show the efficacy of the proposed AdaNorm with four state-of-the-art optimizers, including Adam, diffGrad, Radam and AdaBelief. We depict the performance improvement due to the proposed optimizers using three CNN models, including VGG16, ResNet18 and ResNet50, on three benchmark object recognition datasets, including CIFAR10, CIFAR100 and TinyImageNet. Code: \url{https://github.com/shivram1987/AdaNorm}.

📄 PDF Abstract BibTeX arXiv:2210.06364

Code (1)

shivram1987/adanorm 공식 구현 pytorch

Tasks

Object Recognition

Methods 이 논문이 사용한 방법론

RAdam 설명 없음
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…
Adam 설명 없음

Similar Papers 제목 키워드 기반

A unified convergence theory for adaptive first-order methods in the nonconvex case, including AdaNorm, full and diagonal AdaGrad and Muon

2026-04-19 · S. Gratton, Ph. L. Toint arxiv

A unified framework for first-order optimization algorithms fornonconvex unconstrained optimization is proposed that uses adaptivelypreconditioned gradients and includes popular methods such as full anddiagonal AdaGrad, …

Understanding and Improving Layer Normalization

2019-11-16 · NeurIPS 2019 12 · Jingjing Xu, Xu sun, Zhiyuan Zhang, Guangxiang Zhao 외

Layer normalization (LayerNorm) is a technique to normalize the distributions of intermediate layers. It enables smoother gradients, faster training, and better generalization accuracy. However, it is still unclear where…

Machine TranslationTranslation

Evolving Deep Learning Optimizers

2025-12-05 · Mitchell Marfinetz arxiv

We present a genetic algorithm framework for automatically discovering deep learning optimization algorithms. Our approach encodes optimizers as genomes that specify combinations of primitive update terms (gradient, mome…

HadaNorm: Diffusion Transformer Quantization through Mean-Centered Transformations

2025-06-11 · Marco Federici, Riccardo Del Chiaro, Boris van Breugel, Paul Whatmough 외

Diffusion models represent the cutting edge in image generation, but their high memory and computational demands hinder deployment on resource-constrained devices. Post-Training Quantization (PTQ) offers a promising solu…

Image GenerationQuantization

Achieving All with No Parameters: Adaptive NormalHedge

2015-02-20 · Haipeng Luo, Robert E. Schapire

We study the classic online learning problem of predicting with expert advice, and propose a truly parameter-free and adaptive algorithm that achieves several objectives simultaneously without using any prior information…

All