paper-with-me

홈 › Papers

Signal Processing Meets SGD: From Momentum to Filter

2023-11-06 · Zhipeng Yao, Rui Yu, Guisong Chang, Ying Li, Yu Zhang, Dazhou Li

In deep learning, stochastic gradient descent (SGD) and its momentum-based variants are widely used for optimization. However, the internal dynamics of these methods remain underexplored. In this paper, we analyze gradient behavior through a signal processing lens, isolating key factors that influence gradient updates and revealing a critical limitation: momentum techniques lack the flexibility to adequately balance bias and variance components in gradients, resulting in gradient estimation inaccuracies. To address this issue, we introduce a novel method SGDF (SGD with Filter) based on Wiener Filter principles, which derives an optimal time-varying gain to refine gradient updates by minimizing the mean square error in gradient estimation. This method yields an optimal first-order gradient estimate, effectively balancing noise reduction and signal preservation. Furthermore, our approach could extend to adaptive optimizers, enhancing their generalization potential. Empirical results show that SGDF achieves superior convergence and generalization compared to traditional momentum methods, and performs competitively with state-of-the-art optimizers.

📄 PDF Abstract BibTeX arXiv:2311.02818

Code (1)

LilYau350/SGDF-Optimizer 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Dynamic Momentum Recalibration in Online Gradient Learning

2026-03-06 · Zhipeng Yao, Rui Yu, Guisong Chang, Ying 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 reint…

Denoise First, Orthogonalize Later: Understanding Momentum in Muon via Spectral Filtering

2026-06-02 · Xianliang Li, Zihan Zhang, Weiyang Liu, Han Bao arxiv

Muon has recently demonstrated strong empirical performance in large language model training, but the theoretical role of momentum in Muon remains unclear. Existing analyses of Muon either remove momentum to study spectr…

Momentum Attention: The Physics of In-Context Learning and Spectral Forensics for Mechanistic Interpretability

2026-02-03 · Kingsuk Maitra arxiv

The Mechanistic Interpretability (MI) program has mapped the Transformer as a precise computational graph. We extend this graph with a conservation law and time-varying AC dynamics, viewing it as a physical circuit. We i…

Graph Signal Processing Meets Mamba2: Adaptive Filter Bank via Delta Modulation

2026-03-20 · Yehjin Shin, Seojin Kim, Noseong Park arxiv

State-space models (SSMs) offer efficient alternatives to attention with linear-time recurrence. Mamba2, a recent SSM-based language model, uses selective input gating and a multi-head structure, enabling parallel comput…

ISP meets Deep Learning: A Survey on Deep Learning Methods for Image Signal Processing

2023-05-19 · Matheus Henrique Marques da Silva, Jhessica Victoria Santos da Silva, Rodrigo Reis Arrais, Wladimir Barroso Guedes de Araújo Neto 외

The entire Image Signal Processor (ISP) of a camera relies on several processes to transform the data from the Color Filter Array (CFA) sensor, such as demosaicing, denoising, and enhancement. These processes can be exec…

Deep LearningDemosaickingDenoising