paper-with-me

Papers

Dynamic Momentum Recalibration in Online Gradient Learning

2026-03-06 · Zhipeng Yao, Rui Yu, Guisong Chang, Ying Li, Yu Zhang, Dazhou Li arxiv

Stochastic Gradient Descent (SGD) and its momentum variants form the backbone of deep learning optimization, yet the underlying dynamics of their gradient behavior remain insufficiently understood. In this work, we reinterpret gradient updates through the lens of signal processing and reveal that fixed momentum coefficients inherently distort the balance between bias and variance, leading to skewed or suboptimal parameter updates. To address this, we propose SGDF (SGD with Filter), an optimizer inspired by the principles of Optimal Linear Filtering. SGDF computes an online, time-varying gain to dynamically refine gradient estimation by minimizing the mean-squared error, thereby achieving an optimal trade-off between noise suppression and signal preservation. Furthermore, our approach could extend to other optimizers, showcasing its broad applicability to optimization frameworks. Extensive experiments across diverse architectures and benchmarks demonstrate SGDF surpasses conventional momentum methods and achieves performance on par with or surpassing state-of-the-art optimizers.

📄 PDF Abstract BibTeX arXiv:2603.06120

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GTAdam: Gradient Tracking with Adaptive Momentum for Distributed Online Optimization

2020-09-03 · Guido Carnevale, Francesco Farina, Ivano Notarnicola, Giuseppe Notarstefano

This paper deals with a network of computing agents aiming to solve an online optimization problem in a distributed fashion, i.e., by means of local computation and communication, without any central coordinator. We prop…

Distributed OptimizationGeneral Classificationimage-classificationImage Classification+1

Stochastic Gradient Descent with Nonlinear Conjugate Gradient-Style Adaptive Momentum

2020-12-03 · Bao Wang, Qiang Ye

Momentum plays a crucial role in stochastic gradient-based optimization algorithms for accelerating or improving training deep neural networks (DNNs). In deep learning practice, the momentum is usually weighted by a well…

Adversarial Robustness

Adaptive Memory Momentum via a Model-Based Framework for Deep Learning Optimization

2025-10-06 · Kristi Topollai, Anna Choromanska arxiv

The vast majority of modern deep learning models are trained with momentum-based first-order optimizers. The momentum term governs the optimizer's memory by determining how much each past gradient contributes to the curr…

High-dimensional limit theorems for SGD: Momentum and Adaptive Step-sizes

2025-11-06 · Aukosh Jagannath, Taj Jones-McCormick, Varnan Sarangian arxiv

We develop a high-dimensional scaling limit for Stochastic Gradient Descent with Polyak Momentum (SGD-M) and adaptive step-sizes. This provides a framework to rigourously compare online SGD with some of its popular varia…

On the Influence of Momentum Acceleration on Online Learning

2016-03-14 · Kun Yuan, Bicheng Ying, Ali H. Sayed

The article examines in some detail the convergence rate and mean-square-error performance of momentum stochastic gradient methods in the constant step-size and slow adaptation regime. The results establish that momentum…