paper-with-me

홈 › Papers

Stochastic Gradient Descent with Momentum is Algorithmically Stable

2026-05-27 · Yunwen Lei, Zimeng Wang, Xiaoming Yuan arxiv

Stochastic gradient descent with momentum (SGDM) is one of the most widely used optimization algorithms in machine learning. While optimization properties of SGDM have been extensively studied in the literature, it remains insufficiently understood whether and when SGDM can generalize well to unseen data. In particular, it has been conjectured that while momentum accelerates training, it may degrade generalization. In this paper, we close this gap by developing a comprehensive generalization analysis of SGDM through the lens of algorithmic stability. More specifically, we introduce a generalized SGDM framework that encompasses both Polyak's and Nesterov's momentum schemes, and establish tight on-average model stability bounds for smooth and convex problems. Notably, the obtained bounds exploit small optimization error bounds along the trajectory, apply to any momentum parameter in the interval $[0, 1)$, and do not require the commonly assumed Lipschitzness of loss functions. We further derive optimization error bounds for the generalized SGDM, and combine them with our generalization analyses to obtain optimal excess population risk bounds for SGDM with both Polyak's and Nesterov's momentum.

📄 PDF Abstract BibTeX arXiv:2605.28517

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Scaling transition from momentum stochastic gradient descent to plain stochastic gradient descent

2021-06-12 · Kun Zeng, Jinlan Liu, Zhixia Jiang, Dongpo Xu

The plain stochastic gradient descent and momentum stochastic gradient descent have extremely wide applications in deep learning due to their simple settings and low computational complexity. The momentum stochastic grad…

Losing momentum in continuous-time stochastic optimisation

2022-09-08 · Kexin Jin, Jonas Latz, ChenGuang Liu, Alessandro Scagliotti

The training of modern machine learning models often consists in solving high-dimensional non-convex optimisation problems that are subject to large-scale data. In this context, momentum-based stochastic optimisation alg…

image-classificationImage Classification

Momentum Does Not Reduce Stochastic Noise in Stochastic Gradient Descent

2024-02-04 · Naoki Sato, Hideaki Iiduka

For nonconvex objective functions, including those found in training deep neural networks, stochastic gradient descent (SGD) with momentum is said to converge faster and have better generalizability than SGD without mome…

Momentum and Stochastic Momentum for Stochastic Gradient, Newton, Proximal Point and Subspace Descent Methods

2017-12-27 · Nicolas Loizou, Peter Richtárik

In this paper we study several classes of stochastic optimization algorithms enriched with heavy ball momentum. Among the methods studied are: stochastic gradient descent, stochastic Newton, stochastic proximal point and…

Stochastic Optimization

First and Second Order Approximations to Stochastic Gradient Descent Methods with Momentum Terms

2025-04-18 · Eric Lu

Stochastic Gradient Descent (SGD) methods see many uses in optimization problems. Modifications to the algorithm, such as momentum-based SGD methods have been known to produce better results in certain cases. Much of thi…