LGOCMLAug 20, 2025

Enhancing Optimizer Stability: Momentum Adaptation of The NGN Step-size

arXiv:2508.15071v11 citationsh-index: 44
Originality Incremental advance
AI Analysis

This work addresses the challenge of resource-intensive hyperparameter tuning for deep learning practitioners, though it is incremental as it builds on existing NGN step-size methods.

The paper tackles the problem of hyperparameter sensitivity in optimization algorithms by introducing NGN-M, a momentum-based adaptation of the NGN step-size method, which achieves comparable or better performance than state-of-the-art optimizers while improving stability to step-size choices, as demonstrated empirically.

Modern optimization algorithms that incorporate momentum and adaptive step-size offer improved performance in numerous challenging deep learning tasks. However, their effectiveness is often highly sensitive to the choice of hyperparameters, especially the step-size. Tuning these parameters is often difficult, resource-intensive, and time-consuming. Therefore, recent efforts have been directed toward enhancing the stability of optimizers across a wide range of hyperparameter choices [Schaipp et al., 2024]. In this paper, we introduce an algorithm that matches the performance of state-of-the-art optimizers while improving stability to the choice of the step-size hyperparameter through a novel adaptation of the NGN step-size method [Orvieto and Xiao, 2024]. Specifically, we propose a momentum-based version (NGN-M) that attains the standard convergence rate of $\mathcal{O}(1/\sqrt{K})$ under less restrictive assumptions, without the need for interpolation condition or assumptions of bounded stochastic gradients or iterates, in contrast to previous approaches. Additionally, we empirically demonstrate that the combination of the NGN step-size with momentum results in enhanced robustness to the choice of the step-size hyperparameter while delivering performance that is comparable to or surpasses other state-of-the-art optimizers.

Foundations

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

Your Notes