LGAIAug 25, 2025

ANO : Faster is Better in Noisy Landscape

arXiv:2508.18258v2
Originality Incremental advance
AI Analysis

This addresses robustness issues in deep learning optimization for noisy applications like reinforcement learning, though it is an incremental improvement over existing sign-based methods.

The paper tackles the problem of stochastic optimizers degrading in noisy or non-stationary environments by introducing Ano, a novel optimizer that decouples direction and magnitude, resulting in substantial gains in noisy regimes while remaining competitive on low-noise tasks.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes