paper-with-me

홈 › Papers

Dion2: A Simple Method to Shrink Matrix in Muon

2025-12-01 · Kwangjun Ahn, Noah Amsel, John Langford arxiv

The Muon optimizer enjoys strong empirical performance and theoretical grounding. However, the super-linear cost of its orthonormalization step introduces increasing overhead with scale. To alleviate this cost, several works have attempted to reduce the size of the matrix entering the orthonormalization step. We introduce Dion2, a much simpler method for shrinking the matrix involved in Muon's computation compared to prior approaches. At a high level, Dion2 selects a fraction of rows or columns at each iteration and orthonormalizes only those. This sampling procedure makes the update sparse, reducing both computation and communication costs which in turn improves the scalability of Muon.

📄 PDF Abstract BibTeX arXiv:2512.16928

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Dion3: Full-Stack Orthogonal Updates

2026-08-12 · Noah Amsel, Jack Zhang, Kwangjun Ahn, Ali Naeimi 외 hf

The Muon optimizer incurs a significant overhead cost due to its cubic-time Newton-Schulz orthogonalization step. When weights are sharded, communication overhead compounds this computational cost, eroding the benefits o…

Ky Fan Norms and Beyond: Dual Norms and Combinations for Matrix Optimization

2025-12-10 · Alexey Kravatskiy, Ivan Kozyrev, Nikolai Kozlov, Alexander Vinogradov 외 arxiv

In this article, we explore the use of various matrix norms for optimizing functions of weight matrices, a crucial problem in deep learning. Moving beyond the spectral norm that underlies the Muon update, we leverage the…

Orth-Dion: Eliminating Geometric Mismatch in Distributed Low-Rank Spectral Optimization

2026-05-07 · Tatsuhiro Nakamori, Laura Gomezjurado Gonzalez, Ganesh Talluri, Ansh Tiwari 외 arxiv

Low-rank gradient compression reduces communication in distributed training by representing updates with rank-$r$ factors. Dion is a recent method that approximates Muon, a spectral optimizer that orthogonalizes momentum…

Fantastic Pretraining Optimizers and Where to Find Them II: Hyperball Optimization

2026-06-15 · Kaiyue Wen, Xingyu Dang, Kaifeng Lyu, Tengyu Ma 외 arxiv

Matrix based optimizers such as Muon can substantially speed up language model pretraining, but their gains over AdamW are observed to shrink as model size and data scale grow when using standard constant decoupled weigh…

Can Entry-Wise Clipping Give Spectral Control of Stochastic Gradients?

2026-05-26 · Zitao Song, Cedar Site Bai, Zhe Zhang, Brian Bullins 외 arxiv

Training instabilities such as loss spikes are frequently the result of stochastic gradient noise. Because of rare expressions in language training data, and multiple layer composition, the noise impact is heavy-tailed a…