Adaptive Momentum by Momentum for Deep Neural Network Training
作者:Tao Sun, Huaming Ling, Zuoqiang Shi, Dongsheng Li, Bao Wang · 年份:2026 · DOI:10.1145/3770855.3817666 · 研究领域:Computer science、Artificial intelligence、Mathematical optimization、Mathematics、Machine learning、Algorithm、Applied mathematics
Heavy-ball momentum accelerates gradient-based optimization methods in machine learning. A standard way to use momentum is to choose a fixed hyperparameter, but this choice often requires extensive tuning. Relying on a one-size-fits-all momentum parameter can prevent an optimizer from achieving its best performance. Motivated by the optimal heavy-ball momentum for quadratic objectives, this paper proposes a new adaptive momentum mechanism that reduces the burden of momentum tuning. The proposed mechanism improves the stability of SGD and Adam under large learning rates, leading to faster convergence and better generalization than standard SGD and Adam in our experiments. We demonstrate the effectiveness of the method on a wide range of machine learning benchmarks, including image classification, language modeling, machine translation, tabular learning, and time-series classification. We also provide convergence guarantees for SGD and Adam equipped with the proposed adaptive momentum.