Loss Landscape Features That Make Adam Stall: Definitions, Estimators, and the Preconditioned Hessian View
arXiv:2608.22145
2026
Optimization
1 ideas extracted · analyzed Aug 29, 2026
What the math gives to ML
The paper's transferable contribution is a matrix-free diagnosis of when Adam's diagonal scaling fails: the relevant object is the Hessian after Adam preconditioning, not the raw Hessian condition number. Its key distinction is between axis-aligned curvature, which diagonal scaling can fix, and cross-coupled curvature, which remains ill-conditioned in the preconditioned coordinates. A practical neural-network adaptation is a curvature-triggered hybrid optimizer that uses a few Hessian-vector products and Lanczos directions to add low-rank Newton corrections only when gradient energy lies in flat or badly conditioned preconditioned curvature bands. This preserves Adam's cheap default behavior while targeting the specific stall mechanism identified by the paper.
Ideas from this paper
✗ Mechanism failed
2026
Use Adam normally, but periodically estimate the spectrum of the Adam-preconditioned Hessian and add a damped low-rank Newton correction when the preconditioned curvature is strongly ill-conditioned or the gradient is concentrated in flat directions. The correction is computed only in a small Lanczos subspace, so the method targets cross-coupled ill-conditioning without materializing or inverting the full Hessian.
Useful7/10
Difficulty6/10
Novelty6/10