paper-with-me

홈 › Papers

NuMuon: Nuclear-Norm-Constrained Muon for Compressible LLM Training

2026-03-04 · Hadi Mohaghegh Dolatabadi, Thalaiyasingam Ajanthan, Sameera Ramasinghe, Chamin P Hewa Koneputugodage, Shamane Siriwardhana, Violetta Shevchenko, Karol Pajak, James Snewin, Gil Avraham, Alexander Long arxiv

The rapid progress of large language models (LLMs) is increasingly constrained by memory and deployment costs, motivating compression methods for practical deployment. Many state-of-the-art compression pipelines leverage the low-rank structure of trained weight matrices, a phenomenon often associated with the properties of popular optimizers such as Adam. In this context, Muon is a recently proposed optimizer that improves LLM pretraining via full-rank update steps, but its induced weight-space structure has not been characterized yet. In this work, we report a surprising empirical finding: despite imposing full-rank updates, Muon-trained models exhibit pronounced low-rank structure in their weight matrices and are readily compressible under standard pipelines. Motivated by this insight, we propose NuMuon, which augments Muon with a nuclear-norm constraint on the update direction, further constraining the learned weights toward low-rank structure. Across billion-parameter-scale models, we show that NuMuon increases weight compressibility and improves post-compression model quality under state-of-the-art LLM compression pipelines while retaining Muon's favorable convergence behavior.

📄 PDF Abstract BibTeX arXiv:2603.03597

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Intrinsic Muon: Spectral Optimization on Riemannian Matrix Manifolds

2026-05-10 · Yibang Li, Bihari Lal Pandey, Ravi Sah, Andi Han 외 arxiv

Muon and related norm-constrained matrix optimizers have become central to large-scale learning problems. They are formulated as a linear maximization oracle (LMO) over an ambient matrix-norm ball in unconstrained Euclid…

Image Classification

Muon Optimizes Under Spectral Norm Constraints

2025-06-18 · Lizhang Chen, Jonathan Li, Qiang Liu

The pursuit of faster optimization algorithms remains an active and important research direction in deep learning. Recently, the Muon optimizer [JJB+24] has demonstrated promising empirical performance, but its theoretic…

Free Heavy-Tailed Lunch for Muon: A Theoretical Justification of Empirical Success

2026-06-12 · Florian Hübler, Thomas Pethick, Suvrit Sra arxiv

Non-Euclidean optimisation methods with matrix-valued updates, such as Muon and Scion, have recently shown strong empirical performance for training Transformer models, yet their theoretical advantages over Euclidean met…

The Spectral Dynamics and Noise Geometry of Muon

2026-06-07 · Pierfrancesco Beneventano, Mahmoud Abdelmoneum, Tomaso Poggio arxiv

Muon replaces a matrix gradient $G=UΣV^\top$ by its polar factor $UV^\top$. This keeps the singular directions selected by the gradient, but makes the update spectrum flat. We study the optimization bias created by this …

OrScale: Orthogonalised Optimization with Layer-Wise Trust-Ratio Scaling

2026-05-08 · Yuxuan Lou, Yang You arxiv

Muon improves neural-network training by orthogonalizing matrix-valued updates, but it leaves each layer's update magnitude controlled mostly by a global learning rate. We introduce OrScale, a trust-ratio extension of Mu…