PulseAugur
EN
LIVE 05:20:43

New DeltaMomentum optimizer speeds up deep learning training

Researchers have introduced DeltaMomentum, a novel approach to updating momentum in deep learning optimizers. Unlike traditional methods that use a fixed rate for exponential moving averages, DeltaMomentum dynamically adjusts the forgetting rate based on the frequency of gradient updates for specific directions. This key-value based method, inspired by the structure of linear layer gradients, aims to clear stale directions more efficiently and improve training speed. Experiments show that DeltaAdamW, an implementation of DeltaMomentum, achieves competitive validation losses in significantly fewer steps compared to standard AdamW across various model scales and datasets, including large language models and image classification tasks. AI

IMPACT Potentially accelerates training for large language models and other deep learning applications by improving gradient optimization efficiency.

RANK_REASON Academic paper introducing a novel method for deep learning optimizers. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.CL →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New DeltaMomentum optimizer speeds up deep learning training

COVERAGE [1]

  1. arXiv cs.CL TIER_1 Română(RO) · Euijin Hong, Guannan Qu ·

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

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