OCLGDec 15, 2025

Better LMO-based Momentum Methods with Second-Order Information

arXiv:2512.13227v13 citationsh-index: 11
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in optimization for machine learning practitioners by providing faster convergence guarantees in arbitrary norm settings, though it is incremental as it builds on existing momentum and LMO methods.

The paper tackled the slow convergence of stochastic momentum methods in non-Euclidean settings by integrating Hessian-Corrected Momentum into the LMO framework, achieving an improved O(1/K^{1/3}) rate and validating it on MLP and LSTM training tasks.

The use of momentum in stochastic optimization algorithms has shown empirical success across a range of machine learning tasks. Recently, a new class of stochastic momentum algorithms has emerged within the Linear Minimization Oracle (LMO) framework--leading to state-of-the-art methods, such as Muon, Scion, and Gluon, that effectively solve deep neural network training problems. However, traditional stochastic momentum methods offer convergence guarantees no better than the ${O}(1/K^{1/4})$ rate. While several approaches--such as Hessian-Corrected Momentum (HCM)--have aimed to improve this rate, their theoretical results are generally restricted to the Euclidean norm setting. This limitation hinders their applicability in problems, where arbitrary norms are often required. In this paper, we extend the LMO-based framework by integrating HCM, and provide convergence guarantees under relaxed smoothness and arbitrary norm settings. We establish improved convergence rates of ${O}(1/K^{1/3})$ for HCM, which can adapt to the geometry of the problem and achieve a faster rate than traditional momentum. Experimental results on training Multi-Layer Perceptrons (MLPs) and Long Short-Term Memory (LSTM) networks verify our theoretical observations.

Foundations

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

Your Notes