LGJun 16

MGUP: A Momentum-Gradient Alignment Update Policy for Stochastic Optimization

arXiv:2606.1752612.9Has Code
Predicted impact top 25% in LG · last 90 daysOriginality Incremental advance
AI Analysis

This work provides a theoretically grounded, plug-and-play mechanism for intra-layer selective updates in stochastic optimization, benefiting practitioners training large-scale models.

MGUP introduces a momentum-gradient alignment update policy that selectively applies larger step-sizes to a fixed proportion of parameters each iteration, enhancing optimizers like AdamW, Lion, and Muon. It achieves superior or more stable performance across MAE pretraining, LLM pretraining, and fine-tuning tasks.

Efficient optimization is essential for training large language models. Although intra-layer selective updates have been explored, a general mechanism that enables fine-grained control while ensuring convergence guarantees is still lacking. To bridge this gap, we propose \textbf{MGUP}, a novel mechanism for selective updates. \textbf{MGUP} augments standard momentum-based optimizers by applying larger step-sizes to a selected fixed proportion of parameters in each iteration, while applying smaller, non-zero step-sizes to the rest. As a nearly {plug-and-play} module, \textbf{MGUP} seamlessly integrates with optimizers such as AdamW, Lion, and Muon. This yields powerful variants such as \textbf{MGUP-AdamW}, \textbf{MGUP-Lion}, and \textbf{MGUP-Muon}. Under standard assumptions, we provide theoretical convergence guarantees for \textbf{MGUP-AdamW} (without weight decay) in stochastic optimization. Extensive experiments across diverse tasks, including MAE pretraining, LLM pretraining, and downstream fine-tuning, demonstrate that our \textbf{MGUP}-enhanced optimizers achieve superior or more stable performance compared to their original base optimizers. We offer a principled, versatile, and theoretically grounded strategy for efficient intra-layer selective updates, accelerating and stabilizing the training of large-scale models. The code is publicly available at https://github.com/MaeChd/MGUP.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes