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

arXiv:2608.20638 2026 Optimization 1 ideas extracted · analyzed Sep 1, 2026

What the math gives to ML

This paper isolates an optimizer-induced stability boundary for uncorrected Adam without relying on changing loss curvature or high-dimensional geometry. On a one-dimensional quadratic, freezing the second moment reduces Adam to a linear two-state recurrence whose spectral radius crosses one exactly at a normalized effective sharpness of 2, with momentum dependence absorbed by c=(1-beta_1)/(1+beta_1). The transferable asset is a computable stability diagnostic for Adam: estimate local curvature and compare c times eta times curvature divided by sqrt(v)+epsilon with the universal boundary 2. A practical adaptation is a layerwise controller that reduces Adam's learning rate before this effective sharpness becomes supercritical.

Ideas from this paper

✓✓ Beats tuned baseline 2026

Frozen-threshold Adam controller

Augment Adam with a layerwise stability monitor based on the paper's normalized frozen stability parameter. Estimate each layer's local sharpness and reduce that layer's learning rate whenever c eta S divided by sqrt(v)+epsilon approaches or exceeds 2. This directly tests whether the one-dimensional edge-of-stability boundary is useful as a safety controller in practical neural-network training.

Useful7/10
Difficulty5/10
Novelty7/10
Paper: Provable Edge-of-Stability for Adam on a One-Dimensional Quadratic arXiv:2608.20638