paper-with-me

홈 › Papers

Convergence of Steepest Descent and Adam under Non-Uniform Smoothness

2026-05-28 · Sharan Vaswani, Yifan Sun, Reza Babanezhad arxiv

Recent work has analyzed the convergence of first-order methods under non-uniform smoothness assumptions that better model the loss landscape in machine learning tasks. We generalize this assumption to objectives whose curvature is an affine function of the objective value. This property is satisfied by a broad class of problems, including logistic regression, generalized linear models with a logistic link function, softmax policy gradient in reinforcement learning, and a class of neural networks. Under this assumption and gradient domination conditions, we establish a general convergence rate for the steepest descent method, and deterministic, diagonal variants of RMSProp and Adam. Our results imply that for logistic regression on separable data and the softmax policy gradient objective, sign GD converges linearly and is provably faster than GD. Furthermore, we show that for a class of two-layer neural networks on separable data, RMSProp and Adam can converge at a linear rate with a constant step-size and momentum parameter. Finally, we present a lower bound demonstrating that, under our assumption, RMSProp and Adam are provably faster than AdaGrad, AMSGrad, gradient descent, and heavy-ball momentum.

📄 PDF Abstract BibTeX arXiv:2605.30648

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Provable Benefit of Sign Descent: A Minimal Model Under Heavy-Tailed Class Imbalance

2025-11-30 · Robin Yadav, Shuo Xie, Tianhao Wang, Zhiyuan Li arxiv

Adaptive optimization methods (such as Adam) play a major role in LLM pretraining, significantly outperforming Gradient Descent (GD). Recent studies have proposed new smoothness assumptions on the loss function to explai…

Language Modelling

Never Saddle for Reparameterized Steepest Descent as Mirror Flow

2026-03-02 · Tom Jacobs, Chao Zhou, Rebekka Burkholz arxiv

How does the choice of optimization algorithm shape a model's ability to learn features? To address this question for steepest descent methods --including sign descent, which is closely related to Adam --we introduce ste…

The Implicit Bias of Adam and Muon on Smooth Homogeneous Neural Networks

2026-02-18 · Eitan Gronich, Gal Vardi arxiv

We study the implicit bias of momentum-based optimizers on smooth homogeneous models. We show that \textit{momentum steepest descent} algorithms like Muon (spectral norm), MomentumGD ($\ell_2$ norm), and Signum ($\ell_\i…

PowerStep: Memory-Efficient Adaptive Optimization via $\ell_p$-Norm Steepest Descent

2026-05-11 · Yao Lu, Dengdong Fan, Shixun Zhang, Yonghong Tian arxiv

Adaptive optimizers, most notably Adam, have become the default standard for training large-scale neural networks such as Transformers. These methods maintain running estimates of gradient first and second moments, incur…

Stochastic Optimization

Implicit Bias of AdamW: $\ell_\infty$ Norm Constrained Optimization

2024-04-05 · Shuo Xie, Zhiyuan Li

Adam with decoupled weight decay, also known as AdamW, is widely acclaimed for its superior performance in language modeling tasks, surpassing Adam with $\ell_2$ regularization in terms of generalization and optimization…

Language ModelingLanguage Modelling