paper-with-me

Papers

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 analysis of this approach. In particular, we show that the orthogonalized gradient method can be seen as a first-order trust-region optimization method, where the trust-region is defined in terms of the matrix spectral norm. Motivated by this observation, we develop the stochastic non-Euclidean trust-region gradient method with momentum, which recovers the Muon optimizer (Jordan et al., 2024) as a special case, along with normalized SGD and signSGD with momentum (Cutkosky and Mehta, 2020; Sun et al., 2023). In addition, we prove state-of-the-art convergence results for the proposed algorithm in a range of scenarios, which involve arbitrary non-Euclidean norms, constrained and composite problems, and non-convex, star-convex, first- and second-order smooth functions. Finally, our theoretical findings provide an explanation for several practical observations, including the practical superiority of Muon compared to the Orthogonal-SGDM algorithm of Tuddenham et al. (2022) and the importance of weight decay in the training of large-scale language models.

📄 PDF Abstract BibTeX arXiv:2503.12645

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Weight Decay 설명 없음
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…
SGD with Momentum 설명 없음

Similar Papers 제목 키워드 기반

Training Without Orthogonalization, Inference With SVD: A Gradient Analysis of Rotation Representations

2026-04-07 · Chris Choy arxiv

Recent work has shown that removing orthogonalization during training and applying it only at inference improves rotation estimation in deep learning, with empirical evidence favoring 9D representations with SVD projecti…

MuonBP: Faster Muon via Block-Periodic Orthogonalization

2025-10-19 · Ahmed Khaled, Kaan Ozkara, Tao Yu, Mingyi Hong 외 arxiv

Gradient orthogonalization is a simple strategy that shows great utility in speeding up gradient descent. The Muon optimizer (Jordan, Jin, et al., 2024) combines gradient orthogonalization with first-order momentum and a…

Understanding and Improving Hyperbolic Deep Reinforcement Learning

2025-12-16 · Timo Klein, Thomas Lang, Andrii Shkabrii, Alexander Sturm 외 arxiv

The exponential volume growth of hyperbolic geometry can embed the hierarchical relationships between states in reinforcement learning (RL) with far less distortion than Euclidean space. However, hyperbolic deep RL faces…

Reinforcement Learning

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

Optimize Wider, Not Deeper: Consensus Aggregation for Policy Optimization

2026-03-13 · Zelal Su, Mustafaoglu, Sungyoung Lee, Eshan Balachandar 외 arxiv

Proximal policy optimization (PPO) approximates the trust region update using multiple epochs of clipped SGD. Each epoch may drift further from the natural gradient direction, creating path-dependent noise. To understand…

Continuous Control