paper-with-me

Papers

A Physics-Inspired Optimizer: Velocity Regularized Adam

2025-05-19 · Pranav Vaidhyanathan, Lucas Schorling, Natalia Ares, Michael A. Osborne

We introduce Velocity-Regularized Adam (VRAdam), a physics-inspired optimizer for training deep neural networks that draws on ideas from quartic terms for kinetic energy with its stabilizing effects on various system dynamics. Previous algorithms, including the ubiquitous Adam, operate at the so called adaptive edge of stability regime during training leading to rapid oscillations and slowed convergence of loss. However, VRAdam adds a higher order penalty on the learning rate based on the velocity such that the algorithm automatically slows down whenever weight updates become large. In practice, we observe that the effective dynamic learning rate shrinks in high-velocity regimes, damping oscillations and allowing for a more aggressive base step size when necessary without divergence. By combining this velocity-based regularizer for global damping with per-parameter scaling of Adam to create a hybrid optimizer, we demonstrate that VRAdam consistently exceeds the performance against standard optimizers including AdamW. We benchmark various tasks such as image classification, language modeling, image generation and generative modeling using diverse architectures and training methodologies including Convolutional Neural Networks (CNNs), Transformers, and GFlowNets.

📄 PDF Abstract BibTeX arXiv:2505.13196

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationImage GenerationLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Adam 설명 없음
BASE 설명 없음
AdamW AdamW is a stochastic optimization method that modifies the typical implementation of weight decay in Adam, by decoupling [weight…

Similar Papers 제목 키워드 기반

Understanding Adam Optimizer via Online Learning of Updates: Adam is FTRL in Disguise

2024-02-02 · Kwangjun Ahn, ZhiYu Zhang, Yunbum Kook, Yan Dai

Despite the success of the Adam optimizer in practice, the theoretical understanding of its algorithmic components still remains limited. In particular, most existing analyses of Adam show the convergence rate that can b…

Averaged Adam accelerates stochastic optimization in the training of deep neural network approximations for partial differential equation and optimal control problems

2025-01-10 · Steffen Dereich, Arnulf Jentzen, Adrian Riekert

Deep learning methods - usually consisting of a class of deep neural networks (DNNs) trained by a stochastic gradient descent (SGD) optimization method - are nowadays omnipresent in data-driven learning problems as well …

image-classificationImage ClassificationStochastic Optimization

Dynamic Regret via Discounted-to-Dynamic Reduction with Applications to Curved Losses and Adam Optimizer

2026-02-09 · Yan-Feng Xie, Yu-Jie Zhang, Peng Zhao, Zhi-Hua Zhou arxiv

We study dynamic regret minimization in non-stationary online learning, with a primary focus on follow-the-regularized-leader (FTRL) methods. FTRL is important for curved losses and for understanding adaptive optimizers …

Optimizing the optimizer for data driven deep neural networks and physics informed neural networks

2022-05-16 · John Taylor, Wenyi Wang, Biswajit Bala, Tomasz Bednarz

We investigate the role of the optimizer in determining the quality of the model fit for neural networks with a small to medium number of parameters. We study the performance of Adam, an algorithm for first-order gradien…

KO: Kinetics-inspired Neural Optimizer with PDE Simulation Approaches

2025-05-20 · Mingquan Feng, Yixin Huang, Yifan Fu, Shaobo Wang 외

The design of optimization algorithms for neural networks remains a critical challenge, with most existing methods relying on heuristic adaptations of gradient-based approaches. This paper introduces KO (Kinetics-inspire…

Diversityimage-classificationImage Classificationtext-classification+1