paper-with-me

홈 › Papers

AdaMuon: Adaptive Muon Optimizer

2025-07-15 · Chongjie Si, Debing Zhang, Wei Shen

We propose AdaMuon, an adaptive learning-rate framework built upon the recently validated Muon optimizer, which has demonstrated substantial efficiency gains over AdamW in large-scale model training. AdaMuon augments Muon with two mutually dependent modules: (1) a per-parameter second-moment modulation that captures orthogonal gradient updates to ensure update-level adaptivity, and (2) a RMS-aligned rescaling that regulates the overall update magnitude by aligning it with the intrinsic structure of the parameter space. Empirical results on multiple model scales and learning-rate regimes confirm that AdaMuon consistently outperforms the original Muon, delivering higher acceleration in convergence while maintaining training stability. Our method introduces no additional tuning burden and can be seamlessly integrated into existing Muon training pipelines.

📄 PDF Abstract BibTeX arXiv:2507.11005

Code (1)

Chongjie-Si/AdaMuon 공식 구현 pytorch

Similar Papers 제목 키워드 기반

NorMuon: Making Muon more efficient and scalable

2025-10-07 · Zichong Li, Liming Liu, Chen Liang, Weizhu Chen 외 arxiv

The choice of optimizer significantly impacts the training efficiency and computational costs of large language models (LLMs). Recently, the Muon optimizer has demonstrated promising results by orthogonalizing parameter …

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,…

From SGD to Muon: Adaptive Optimization via Schatten-p Norms

2026-05-19 · Thomas Massena, Corentin Friedrich, Mathieu Serrurier arxiv

Modern optimizers, like Muon, impose matrix-wise geometry constraints on their updates. These matrix-wise constraints can be unified under Linear Minimization Oracle (LMO) theory. However, all current methods impose fixe…

MiMuon: Mixed Muon Optimizer with Improved Generalization for Large Models

2026-05-19 · Feihu Huang, Yuning Luo, Songcan Chen arxiv

Matrix-structured parameters frequently appear in many artificial intelligence models such as large language models. More recently, an efficient Muon optimizer is designed for matrix parameters of large-scale models, and…

Mathematical Induction

Reassessing Muon for Matrix Factorization

2026-07-14 · Ali Parviz, Gal Mishne, Alex Cloninger arxiv

Muon has recently emerged as a strong optimizer for large-scale deep learning, where it reshapes gradient updates through approximate orthogonalization and has been reported to outperform Adam and AdamW in large language…