paper-with-me

홈 › Papers

Adaptive Momentum and Nonlinear Damping for Neural Network Training

2026-01-30 · Aikaterini Karoni, Rajit Rajpal, Benedict Leimkuhler, Gabriel Stoltz arxiv

Momentum Stochastic Gradient Descent (mSGD) relies on a fixed momentum coefficient shared across all parameters, failing to account for the heterogeneous structure of modern loss landscapes. In this work, we adopt a continuous-time formulation to introduce individual, adaptive momentum coefficients regulated by the kinetic energy of each model parameter. This mechanism automatically adjusts to evolving training dynamics to maintain stability without sacrificing convergence speed. We demonstrate that this adaptive friction is inextricably linked to cubic damping, a suppression mechanism from structural dynamics. We additionally introduce two optimization schemes by augmenting the continuous dynamics of mSGD and Adam with a cubic damping term. Empirically, our methods demonstrate robustness and match or outperform Adam on training ViT, BERT, and GPT2 tasks where mSGD typically struggles. We further provide theoretical results establishing the exponential convergence of the proposed schemes.

📄 PDF Abstract BibTeX arXiv:2602.00334

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Dyna: A Method of Momentum for Stochastic Optimization

2018-05-13 · Zhidong Han

An algorithm is presented for momentum gradient descent optimization based on the first-order differential equation of the Newtonian dynamics. The fictitious mass is introduced to the dynamics of momentum for regularizin…

Computational EfficiencyStochastic Optimization

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

FANoS-v2: Feedback-Controlled Momentum with Thermostat Damping for Lightweight Neural Optimization

2025-12-31 · Nalin Dhiman arxiv

\FANOS{} is a PyTorch optimizer that augments RMS-preconditioned momentum with a scalar feedback controller over update energy. The public reference implementation stores momentum in parameter-update units, applies a non…

Composite learning backstepping control with guaranteed exponential stability and robustness

2024-01-19 · Tian Shi, Changyun Wen, Yongping Pan

Adaptive backstepping control provides a feasible solution to achieve asymptotic tracking for mismatched uncertain nonlinear systems. However, input-to-state stability depends on high-gain feedback generated by nonlinear…

parameter estimation

Variational Schrödinger Momentum Diffusion

2025-01-28 · Kevin Rojas, Yixin Tan, Molei Tao, Yuriy Nevmyvaka 외

The momentum Schr\"odinger Bridge (mSB) has emerged as a leading method for accelerating generative diffusion processes and reducing transport costs. However, the lack of simulation-free properties inevitably results in …

DenoisingImage Generation