DeltaMomentum: A Key-Value based Anisotropic Momentum Update via Delta Rule

📅 2026-08-19
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文提出DeltaMomentum方法,通过基于键值结构的delta规则更新动量缓冲区,以解决深度网络训练中由于输入各向异性导致的传统动量优化器效率低下的问题。
📝 Abstract
Most modern optimizers form their momentum as an exponential moving average (EMA) of past gradients, forgetting every direction at one fixed rate. However, the inputs a deep network sees during training can be highly anisotropic, with a few directions queried frequently while most are seen rarely. Recent methods address this anisotropy by wrapping extra processing around this buffer, leaving the momentum update itself unchanged. We propose DeltaMomentum, which builds direction-awareness into the momentum update rule. The main observation is that the gradient of a linear layer splits into an input that acts as a key and an output-side error that acts as a value. Exploiting the key-value structure, DeltaMomentum updates the momentum buffer by the canonical delta rule, so each direction is forgotten at a rate set by how often it appears. We prove that it is a valid momentum, that it applies the input-side curvature correction without matrix inversion, and that it clears stale directions faster than EMA under both a fixed and a drifting optimum. It is a drop-in replacement for the momentum buffer of any optimizer, its coefficient transfers across widths under $μ$P, and its extra compute stays between $22.2\%$ and $25.0\%$ of a gated-MLP block's linear cost with no persistent memory. In FineWeb-Edu pretraining, AdamW with DeltaMomentum (DeltaAdamW) reaches AdamW's validation loss in up to $46.39 \pm 4.32\%$ fewer steps at 67M and $22.12 \pm 0.80\%$ at 370M over three seeds, and the gain persists at 1B on a Chinchilla-optimal budget. A Muon baseline tuned under the same protocol sits above DeltaAdamW at both language-model scales, and the gain holds for SGD, ResNet-18, and ViT-Tiny on CIFAR-10. Training-time diagnostics confirm the predicted mechanism, better gradient tracking and healthier input directions.
Problem

Research questions and friction points this paper is trying to address.

anisotropic
momentum update
exponential moving average
gradient
deep network
Innovation

Methods, ideas, or system contributions that make the work stand out.

anisotropic momentum
key-value structure
delta rule
direction-awareness
gradient tracking
💼 Related Jobs
No related jobs found.
E
Euijin Hong
Electrical and Computer Engineering, Carnegie Mellon University
Guannan Qu
Guannan Qu
Carnegie Mellon University
Machine LearningGenerative AIReinforcement LearningControl TheoryOptimization