English

ANO : Faster is Better in Noisy Landscape

Machine Learning 2025-11-11 v2 Artificial Intelligence

Abstract

Stochastic optimizers are central to deep learning, yet widely used methods such as Adam and Adan can degrade in non-stationary or noisy environments, partly due to their reliance on momentum-based magnitude estimates. We introduce Ano, a novel optimizer that decouples direction and magnitude: momentum is used for directional smoothing, while instantaneous gradient magnitudes determine step size. This design improves robustness to gradient noise while retaining the simplicity and efficiency of first-order methods. We further propose Anolog, which removes sensitivity to the momentum coefficient by expanding its window over time via a logarithmic schedule. We establish non-convex convergence guarantees with a convergence rate similar to other sign-based methods, and empirically show that Ano provides substantial gains in noisy and non-stationary regimes such as reinforcement learning, while remaining competitive on low-noise tasks.

Keywords

Cite

@article{arxiv.2508.18258,
  title  = {ANO : Faster is Better in Noisy Landscape},
  author = {Adrien Kegreisz},
  journal= {arXiv preprint arXiv:2508.18258},
  year   = {2025}
}

Comments

Under Review for ICLR 2026, 25 pages total with appendix, 7 figures, 12 tables