paper-with-me

Papers

A Rod Flow Model for Adam at the Edge of Stability

2026-05-07 · Eric Regis, Sinho Chewi arxiv

Cohen et al. (arXiv:2207.14484) observed that adaptive gradient methods such as Adam operate at the edge of stability. While there has been significant work on continuous-time modeling of gradient descent at the edge of stability, extending these models to momentum methods remains underdeveloped. In the gradient descent setting, Regis et al. (arXiv:2602.01480) introduced rod flow, which models consecutive iterates as an extended one-dimensional object -- a "rod." Here we extend rod flow to Adam by working in the joint phase space of parameters and first moment $(w, m)$ and treating the second moment $ν$ as a smooth auxiliary variable. We also develop rod flows for heavy ball momentum, Nesterov momentum, and scalar and per-component versions of RMSProp, Adam, and NAdam. For all eight optimizers, we empirically evaluate rod flow on representative machine learning architectures, where it tracks the discrete iterates through the edge-of-stability regime significantly more accurately than the corresponding stable flow.

📄 PDF Abstract BibTeX arXiv:2605.06821

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Provable Edge-of-Stability for Adam on a One-Dimensional Quadratic

2026-08-21 · Yiman Fong, Heng Yang arxiv

The edge-of-stability (EoS) phenomenon of Adam has been widely observed, while its underlying dynamical mechanism is not yet fully understood. We study uncorrected Adam on a one-dimensional quadratic, a clean setting whe…

From Adam to Adam-Like Lagrangians: Second-Order Nonlocal Dynamics

2026-02-09 · Carlos Heredia arxiv

In this paper, we derive an accelerated continuous-time formulation of Adam by modeling it as a second-order integro-differential dynamical system. We relate this inertial nonlocal model to an existing first-order nonloc…

A Physics-Inspired Optimizer: Velocity Regularized Adam

2025-05-19 · Pranav Vaidhyanathan, Lucas Schorling, Natalia Ares, Michael A. Osborne

We introduce Velocity-Regularized Adam (VRAdam), a physics-inspired optimizer for training deep neural networks that draws on ideas from quartic terms for kinetic energy with its stabilizing effects on various system dyn…

image-classificationImage ClassificationImage GenerationLanguage Modeling+1

Adam-HNAG: A Convergent Reformulation of Adam with Accelerated Rate

2026-04-09 · Yaxin Yu, Long Chen, Zeyi Xu arxiv

Adam has achieved strong empirical success, but its theory remains incomplete even in the deterministic full-batch setting, largely because adaptive preconditioning and momentum are tightly coupled. In this work, a conve…

Adaptive Gradient Methods at the Edge of Stability

2022-07-29 · Jeremy M. Cohen, Behrooz Ghorbani, Shankar Krishnan, Naman Agarwal 외

Very little is known about the training dynamics of adaptive gradient methods like Adam in deep learning. In this paper, we shed light on the behavior of these algorithms in the full-batch and sufficiently large batch se…