PulseAugur
实时 14:52:04
English(EN) Rethinking Muon Beyond Pretraining: Spectral Failures and High-Pass Remedies for VLA and RLVR

新的 Muon 优化器变体提高了 LLM 训练效率和性能

多篇研究论文探讨了 Muon 优化器在训练大型语言模型和其他深度学习架构方面的进展和应用。MONA 将 Nesterov 加速引入 Muon,以提高收敛速度和下游任务性能,并在大型模型上取得了最先进的成果。MuCon 研究了对 Muon 更新进行裁剪,以在不进行完整奇异值分解的情况下近似其行为。另一项研究考察了 Muon 在对抗性训练中的有效性,表明在各种威胁模型和架构上,它可以与 SGDAdamW 等标准优化器竞争或超越它们。进一步的研究引入了 DynMuon 用于动态谱整形,HTMuon 用于重尾谱校正,以及 AMUSE 用于稳定的梯度评估,所有这些都旨在提高 Muon 的性能和训练效率。 AI

影响 MONADynMuonHTMuonAMUSE 等优化器的这些进展有望加速大型语言模型的训练并提高各种下游任务的性能。

排序理由 多篇 arXiv 论文详细介绍了 Muon 优化器及其变体在大型语言模型训练方面的新理论和实证研究。

在 Hugging Face Daily Papers 阅读 →

AI 生成摘要 · Google Gemini · 来自 17 个来源。 我们如何撰写摘要 →

新的 Muon 优化器变体提高了 LLM 训练效率和性能

报道来源 [17]

  1. arXiv cs.CL TIER_1 English(EN) · Jiacheng Li, Jianchao Tan, Hongtao Xu, Jiaqi Zhang, Yifan Lu, Yerui Sun, Yuchen Xie, Xunliang Cai ·

    MONA:具有 Nesterov 加速的 μ 子优化器,用于可扩展语言模型训练

    arXiv:2605.26842v1 Announce Type: cross Abstract: The Muon optimizer has recently offered a promising alternative to AdamW for large language model training, leveraging matrix orthogonalization to produce geometry-aware updates. However, like all first-order methods, Muon can bec…

  2. arXiv cs.LG TIER_1 English(EN) · Albert Yi ·

    MuCon:用于 LLM 训练的裁剪缪子更新

    arXiv:2605.26459v1 Announce Type: new Abstract: Muon-style optimizers take a matrix-valued momentum or preconditioned update $B = U \operatorname{diag}(\sigma_1,\ldots,\sigma_r) V^\top$ and replace it with its canonical partial polar factor $\operatorname{Pol}(B) = U V^\top$. Thi…

  3. arXiv cs.LG TIER_1 English(EN) · Jun Yan, Weiquan Huang, Jiankai Zuo, Yujian Mo, Xi Fang, Chengliang Wu, Zeming Wei ·

    当Muon优化器遇上对抗性训练:一项理论与实证研究

    arXiv:2605.26929v1 Announce Type: new Abstract: Adversarial training (AT) remains one of the most reliable empirical defenses against adversarial attacks. Its robustness critically depends on how the underlying min-max objective is optimized. In practice, Stochastic Gradient Desc…

  4. arXiv cs.LG TIER_1 English(EN) · Zeming Wei ·

    当Muon优化器遇上对抗性训练:一项理论与实证研究

    Adversarial training (AT) remains one of the most reliable empirical defenses against adversarial attacks. Its robustness critically depends on how the underlying min-max objective is optimized. In practice, Stochastic Gradient Descent (SGD) optimizer remains the default optimiza…

  5. arXiv cs.CL TIER_1 English(EN) · Xunliang Cai ·

    MONA:具有 Nesterov 加速的 μ 子优化器,用于可扩展语言模型训练

    The Muon optimizer has recently offered a promising alternative to AdamW for large language model training, leveraging matrix orthogonalization to produce geometry-aware updates. However, like all first-order methods, Muon can become trapped in sharp local minima. In this work, w…

  6. arXiv cs.LG TIER_1 English(EN) · Binghui Li, Kaifei Wang, Han Zhong, Pinyan Lu, Liwei Wang ·

    Muon 在联想记忆学习中的应用:训练动态与规模法则

    arXiv:2602.05725v2 Announce Type: replace Abstract: Muon updates matrix parameters via the matrix sign of the gradient and has shown strong empirical gains, yet its dynamics and scaling behavior remain unclear in theory. We study Muon in a linear associative memory model with sof…

  7. arXiv cs.LG TIER_1 English(EN) · Ben S. Southworth, Shuai Jiang, Daniel McBride, Eric C. Cyr, Stephen Thomas ·

    Muon in Vision Transformers: Optimizer-Recipe Interactions and Gradient Spectra

    arXiv:2605.24770v1 Announce Type: new Abstract: Muon is a recently developed matrix-aware optimizer that has shown strong results in transformer training, but its behavior in vision transformers (ViTs) is not yet well understood. We study Muon for ViT training, largely on ImageNe…

  8. arXiv cs.AI TIER_1 English(EN) · Fangzhou Wu, Rikhav Shah, Sandeep Silwal, Qiuyi Zhang ·

    DynMuon:μ子的一种动态光谱整形视角

    arXiv:2605.17109v2 Announce Type: replace-cross Abstract: In recent years, Muon has emerged as the dominant method for training large language models, and transformers more broadly. The essential difference, when compared to standard gradient descent methods, is to replace the us…

  9. arXiv cs.AI TIER_1 English(EN) · Tianyu Pang, Yujie Fang, Zihang Liu, Shenyang Deng, Lei Hsiung, Shuhua Yu, Yaoqing Yang ·

    HTMuon:通过重尾谱校正改进Muon

    arXiv:2603.10067v2 Announce Type: replace-cross Abstract: Muon has recently shown promising results in LLM training. In this work, we study how to further improve Muon. We argue that Muon's orthogonalized update rule suppresses the emergence of heavy-tailed weight spectra and ove…

  10. arXiv cs.LG TIER_1 English(EN) · Jueun Kim, Baekrok Shin, Jihun Yun, Beomhan Baek, Minhak Song, Chulhee Yun ·

    AMUSE: Anytime Muon with Stable Gradient Evaluation

    arXiv:2605.22432v1 Announce Type: new Abstract: Modern deep learning commonly relies on AdamW with prescribed learning rate schedules, but recent works challenge both components: Schedule-Free optimization removes explicit schedules via iterate averaging, and Muon improves the up…

  11. arXiv cs.AI TIER_1 English(EN) · Mathieu Serrurier ·

    从SGD到Muon:通过Schatten-p范数实现自适应优化

    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 fixed LMO geometries for the update rules, chosen by-design or e…

  12. Hugging Face Daily Papers TIER_1 English(EN) ·

    重新思考Muon的预训练之外:VLA和RLVR的频谱故障与高通量补救方法

    Muon is a matrix-aware optimizer that leverages Newton-Schulz (NS) iterations to enforce spectral gradient orthogonalization by driving all singular values of the momentum matrix toward 1. While this uniform spectral whitening enhances exploration and outperforms AdamW in LLM pre…

  13. Hugging Face Daily Papers TIER_1 English(EN) ·

    重新思考Muon的预训练之外:VLA和RLVR的谱失败与高通量补救

    Muon's spectral whitening approach in LLM pretraining is replaced by Pion, which uses a high-pass NS iteration to stabilize training in low-rank and low-SNR regimes while maintaining computational efficiency and supporting per-head updates.

  14. arXiv stat.ML TIER_1 English(EN) · Aratrika Mustafi, Soumya Mukherjee, Bharath K. Sriperumbudur ·

    Move on Muon:Muon优化器的哈密顿概率梯度流视角

    arXiv:2605.23871v1 Announce Type: new Abstract: We develop a gradient flow on the space of probability measures defined on matrix-valued parameters induced by regularized Muon, an analytically smoothed version of the idealized Muon optimizer. The key observation is that the regul…

  15. arXiv stat.ML TIER_1 English(EN) · Bharath K. Sriperumbudur ·

    Move on Muon:从哈密顿概率梯度流看Muon优化器

    We develop a gradient flow on the space of probability measures defined on matrix-valued parameters induced by regularized Muon, an analytically smoothed version of the idealized Muon optimizer. The key observation is that the regularized orthogonalization map is the gradient of …

  16. arXiv stat.ML TIER_1 English(EN) · Feihu Huang, Yuning Luo, Songcan Chen ·

    MiMuon:具有改进泛化能力的大模型混合μ子优化器

    arXiv:2605.19619v1 Announce Type: cross Abstract: 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 shows mar…

  17. arXiv stat.ML TIER_1 English(EN) · Songcan Chen ·

    MiMuon:具有改进泛化能力的大模型混合μ子优化器

    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 shows markedly faster convergence than the vector-wise algo…