paper-with-me

Papers

TrasMuon: Trust-Region Adaptive Scaling for Orthogonalized Momentum Optimizers

2026-02-13 · Peng Cheng, Jiucheng Zang, Qingnan Li, Liheng Ma, Yufei Cui, Yingxue Zhang, Boxing Chen, Ming Jian, Wen Tong 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, rendering training sensitive to step-size hyperparameters and vulnerable to high-energy bursts. To mitigate this, we introduce TrasMuon (\textbf{T}rust \textbf{R}egion \textbf{A}daptive \textbf{S}caling \textbf{Muon}). TrasMuon preserves the near-isometric geometry of Muon while stabilizing magnitudes through (i) global RMS calibration and (ii) energy-based trust-region clipping. We demonstrate that while reintroducing adaptive scaling improves optimization efficiency, it typically exacerbates instability due to high-energy outliers. TrasMuon addresses this by defining a trust region based on relative energy ratios, confining updates to a stable zone. Empirical experiments on vision and language models demonstrate that TrasMuon converges faster than baselines. Furthermore, experiments without warmup stages confirm TrasMuon's superior stability and robustness.

📄 PDF Abstract BibTeX arXiv:2602.13498

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FISMO: Fisher-Structured Momentum-Orthogonalized Optimizer

2026-01-29 · Chenrui Xu, Wenjing Yan, Ying-Jun Angela Zhang arxiv

Training large-scale neural networks requires solving nonconvex optimization where the choice of optimizer fundamentally determines both convergence behavior and computational efficiency. While adaptive methods like Adam…

Computational EfficiencyImage Classification

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…

Adaptive Trust Region Policy Optimization: Global Convergence and Faster Rates for Regularized MDPs

2019-09-06 · Lior Shani, Yonathan Efroni, Shie Mannor

Trust region policy optimization (TRPO) is a popular and empirically successful policy search algorithm in Reinforcement Learning (RL) in which a surrogate problem, that restricts consecutive policies to be 'close' to on…

Reinforcement LearningReinforcement Learning (RL)

Understanding Gradient Orthogonalization for Deep Learning via Non-Euclidean Trust-Region Optimization

2025-03-16 · Dmitry Kovalev

Optimization with matrix gradient orthogonalization has recently demonstrated impressive results in the training of deep neural networks (Jordan et al., 2024; Liu et al., 2025). In this paper, we provide a theoretical an…

Distance-Aware Muon: Adaptive Step Scaling for Normalized Optimization

2026-05-18 · Yury Demidovich, Abhishek Chakraborty, Grigory Malinovsky, Angelia Nedić 외 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 scali…

Image Classification