paper-with-me

홈 › Papers

Momentum Streams for Optimizer-Inspired Transformers

2026-05-23 · Jingchu Gai, Nai-Chieh Huang, Jiayun Wu arxiv

The residual update of a pre-norm Transformer layer admits an interpretation as one step of a first-order optimizer acting on a surrogate token energy, wherein the attention and MLP sublayers function as gradient oracles. Based on this observation, we build a family of optimizer-inspired Transformers (triple-momentum, Adam/AdamW, Muon, SOAP) and compare them under matched compute. In our main pretraining experiment, the triple-momentum TMMFormer achieves the lowest validation loss, outperforming the vanilla Transformer and prior architectural variants. A controlled ablation and supporting theory show that momentum, not preconditioning, is the main source of the gain. We further show that TMMFormer and other momentum-based designs reach flatter minima than the vanilla Transformer, which leads to less forgetting and better generalization.

📄 PDF Abstract BibTeX arXiv:2605.24425

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SMMF: Square-Matricized Momentum Factorization for Memory-Efficient Optimization

2024-12-12 · Kwangryeol Park, Seulki Lee

We propose SMMF (Square-Matricized Momentum Factorization), a memory-efficient optimizer that reduces the memory requirement of the widely used adaptive learning rate optimizers, such as Adam, by up to 96%. SMMF enables …

A DNN Optimizer that Improves over AdaBelief by Suppression of the Adaptive Stepsize Range

2022-03-24 · Guoqiang Zhang, Kenta Niwa, W. Bastiaan Kleijn

We make contributions towards improving adaptive-optimizer performance. Our improvements are based on suppression of the range of adaptive stepsizes in the AdaBelief optimizer. Firstly, we show that the particular placem…

image-classificationImage ClassificationImage Generation

Momentum Centering and Asynchronous Update for Adaptive Gradient Methods

2021-10-11 · NeurIPS 2021 12 · Juntang Zhuang, Yifan Ding, Tommy Tang, Nicha Dvornek 외

We propose ACProp (Asynchronous-centering-Prop), an adaptive optimizer which combines centering of second momentum and asynchronous update (e.g. for $t$-th update, denominator uses information up to step $t-1$, while num…

image-classificationImage Classification

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…

SPI-Optimizer: an integral-Separated PI Controller for Stochastic Optimization

2018-12-29 · Dan Wang, Mengqi Ji, Yong Wang, Haoqian Wang 외

To overcome the oscillation problem in the classical momentum-based optimizer, recent work associates it with the proportional-integral (PI) controller, and artificially adds D term producing a PID controller. It suppres…

Stochastic Optimization