paper-with-me

Papers

Distance-Aware Muon: Adaptive Step Scaling for Normalized Optimization

2026-05-18 · Yury Demidovich, Abhishek Chakraborty, Grigory Malinovsky, Angelia Nedić, Peter Richtárik arxiv

Muon and related normalized optimizers decouple the choice of update direction from the choice of step scale, but their practical performance remains sensitive to the scale of the normalized step. We study adaptive scaling rules for Muon in general norm geometries and develop three complementary algorithms. For smooth non-convex objectives, we introduce Distance-Adaptive Muon, whose trust-region radius is set from the radius explored by the trajectory, and prove a stationarity guarantee under a bounded-trajectory assumption. We then turn to star-convex objectives, a tractable model of the favorable global geometry often used to reason about the empirical loss landscapes of deep neural networks, where objective-gap guarantees are possible. In this setting, we first introduce Scale-Calibrated Muon, which keeps Muon's exponential moving average but sets the step length from a local descent certificate computed from the current gradient and momentum. For this method, we prove a last-iterate O(1/T) objective-gap bound under a bounded initial sublevel-set assumption, where the corresponding radius parameter appears only in the analysis and not in the algorithm. Finally, we develop Distance-Free Muon, a recentered trust-region method that uses a scalar distance certificate and a majorized one-dimensional search to select the trust-region radius without requiring the unknown distance from the initialization to a global minimizer. Experiments on Transformer language modeling (GPT-124M/WikiText-103) and image classification (ViT-Tiny/CIFAR-100) show that the proposed adaptive scaling rules reduce sensitivity to manual scale tuning and match or improve tuned fixed-scale Muon baselines under the tested budgets.

📄 PDF Abstract BibTeX arXiv:2605.18999

Code (0)

등록된 구현이 없습니다.

Tasks

Image Classification

Similar Papers 제목 키워드 기반

TrasMuon: Trust-Region Adaptive Scaling for Orthogonalized Momentum Optimizers

2026-02-13 · Peng Cheng, Jiucheng Zang, Qingnan Li, Liheng Ma 외 arxiv

Muon-style optimizers leverage Newton-Schulz (NS) iterations to orthogonalize updates, yielding update geometries that often outperform Adam-series methods. However, this orthogonalization discards magnitude information,…

Scaling Muon for Diffusion Transformers

2026-08-21 · Chenghao Li, Xiao Han, Xinxin Huang, Wei Liu 외 arxiv

The matrix-aware optimizer Muon improves large model training by balancing updates across singular directions, yet its scaling behavior and end-to-end efficiency on large Diffusion Transformers (DiTs) remain unclear. We …

DMuon: Efficient Distributed Muon Training with Near-Adam Overhead

2026-06-25 · Vincent Chen, Starrick Liu, Regis Cheng, Dance Yang 외 arxiv

Matrix-orthogonalization-based optimizers, exemplified by Muon, have demonstrated strong convergence behavior across a wide range of modern deep learning workloads. The matrix-aware updates offer a compelling alternative…

AdaGrad Meets Muon: Adaptive Stepsizes for Orthogonal Updates

2025-09-03 · Minxin Zhang, Yuxuan Liu, Hayden Schaeffer arxiv

The recently proposed Muon optimizer updates weight matrices via orthogonalized momentum and has demonstrated strong empirical success in large language model training. However, it remains unclear how to determine the le…

Spectral Allocation: Why Muon Outperforms Adam, and How to Improve Muon

2026-08-26 · Xiaodong Wu, Wenyi Yu, Chao Zhang, Philip Woodland arxiv

Orthogonal optimisers such as Muon can substantially accelerate large language model pretraining relative to Adam, yet the mechanism remains incompletely understood. We investigate this through an out-of-sample spectral …