DeltaMomentum Optimizer Boosts AI Training Speed and Efficiency.

Euijin Hong, Guannan Qu· August 21, 2026 View original

Key takeaways

  • DeltaMomentum is a new optimizer that dynamically adjusts gradient forgetting rates.
  • It significantly accelerates deep learning model training, reducing steps needed for convergence.
  • The method is a drop-in replacement for existing optimizers and has broad applicability.
  • It offers improved gradient tracking and healthier input directions during training.

Who benefits

AI/ML DevelopmentCloud ComputingResearch & DevelopmentSoftware Engineering

Summary

DeltaMomentum is a new optimizer that improves deep learning training by making momentum updates direction-aware, adapting forgetting rates based on how often directions appear. It achieves faster convergence than AdamW and other baselines across various models and datasets.

This research introduces DeltaMomentum, a novel optimization technique designed to enhance the efficiency of deep learning model training. Unlike traditional optimizers that use a fixed forgetting rate for past gradients, DeltaMomentum dynamically adjusts this rate based on the frequency with which specific input directions are encountered. By exploiting the key-value structure of linear layer gradients, it applies a canonical delta rule, allowing less frequently seen directions to be forgotten faster. The paper demonstrates that DeltaMomentum acts as a valid momentum, corrects input-side curvature without complex matrix inversions, and clears stale directions more effectively than exponential moving average (EMA) methods. It is a drop-in replacement for existing momentum buffers and shows significant speed improvements. Empirical results from pretraining on FineWeb-Edu show that AdamW with DeltaMomentum (DeltaAdamW) reaches target validation loss in significantly fewer steps (up to 46.39% fewer at 67M parameters and 22.12% fewer at 370M) compared to standard AdamW. These gains persist at 1B parameters and also apply to SGD, ResNet-18, and ViT-Tiny on CIFAR-10, indicating broad applicability and improved gradient tracking.

Why it matters

Professionals can leverage DeltaMomentum to significantly accelerate the training of large language models and other deep neural networks, reducing computational costs and time-to-market for AI products. This could lead to faster iteration cycles and more efficient resource utilization in AI development.

How to implement this in your domain

  1. 1Integrate DeltaMomentum as a drop-in replacement for the momentum buffer in existing optimizer implementations (e.g., AdamW, SGD).
  2. 2Experiment with DeltaMomentum in your current deep learning projects, especially for large-scale model pretraining or fine-tuning.
  3. 3Monitor training diagnostics, such as gradient tracking and input direction health, to confirm the expected performance improvements.
  4. 4Evaluate the computational overhead (22.2-25.0% of a gated-MLP block's linear cost) against the observed speedup to ensure overall efficiency gains.

Original post by Euijin Hong, Guannan Qu

"arXiv:2608.19491v1 Announce Type: new 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, wi…"

View on X

Originally posted by Euijin Hong, Guannan Qu on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses