paper-with-me

Papers

A Control Theoretic Framework for Adaptive Gradient Optimizers in Machine Learning

2022-06-04 · Kushal Chakrabarti, Nikhil Chopra

Adaptive gradient methods have become popular in optimizing deep neural networks; recent examples include AdaGrad and Adam. Although Adam usually converges faster, variations of Adam, for instance, the AdaBelief algorithm, have been proposed to enhance Adam's poor generalization ability compared to the classical stochastic gradient method. This paper develops a generic framework for adaptive gradient methods that solve non-convex optimization problems. We first model the adaptive gradient methods in a state-space framework, which allows us to present simpler convergence proofs of adaptive optimizers such as AdaGrad, Adam, and AdaBelief. We then utilize the transfer function paradigm from classical control theory to propose a new variant of Adam, coined AdamSSM. We add an appropriate pole-zero pair in the transfer function from squared gradients to the second moment estimate. We prove the convergence of the proposed AdamSSM algorithm. Applications on benchmark machine learning tasks of image classification using CNN architectures and language modeling using LSTM architecture demonstrate that the AdamSSM algorithm improves the gap between generalization accuracy and faster convergence than the recent adaptive gradient methods.

📄 PDF Abstract BibTeX arXiv:2206.02034

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learningimage-classificationImage ClassificationLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
AdaGrad AdaGrad is a stochastic optimization method that adapts the learning rate to the parameters. It performs smaller updates for parameters associated with frequently occurring…
Adam 설명 없음
Adabelief 설명 없음

Similar Papers 제목 키워드 기반

A Convergence Analysis of Adaptive Optimizers under Floating-point Quantization

2025-10-24 · Xuan Tang, Jichu Li, Difan Zou arxiv

The rapid scaling of large language models (LLMs) has made low-precision training essential for reducing memory, improving efficiency, and enabling larger models and datasets. Existing convergence theories for adaptive o…

A Methodology Establishing Linear Convergence of Adaptive Gradient Methods under PL Inequality

2024-07-17 · Kushal Chakrabarti, Mayank Baranwal

Adaptive gradient-descent optimizers are the standard choice for training neural network models. Despite their faster convergence than gradient-descent and remarkable performance in practice, the adaptive optimizers are …

Revisiting the Generalization of Adaptive Gradient Methods

2020-01-01 · ICLR 2020 1 · Naman Agarwal, Rohan Anil, Elad Hazan, Tomer Koren 외

A commonplace belief in the machine learning community is that using adaptive gradient methods hurts generalization. We re-examine this belief both theoretically and experimentally, in light of insights and trends from r…

BIG-bench Machine Learning

Gradient Descent as Loss Landscape Navigation: a Normative Framework for Deriving Learning Rules

2025-10-30 · John J. Vastola, Samuel J. Gershman, Kanaka Rajan arxiv

Learning rules -- prescriptions for updating model parameters to improve performance -- are typically assumed rather than derived. Why do some learning rules work better than others, and under what assumptions can a give…

Continual LearningBayesian Inference

Dynamic Estimation of Learning Rates Using a Non-Linear Autoregressive Model

2024-10-13 · Ramin Okhrati

We introduce a new class of adaptive non-linear autoregressive (Nlar) models incorporating the concept of momentum, which dynamically estimate both the learning rates and momentum as the number of iterations increases. I…