paper-with-me

Papers

Dion: Distributed Orthonormalized Updates

2025-04-07 · Kwangjun Ahn, Byron Xu, Natalie Abreu, John Langford

Recent work has shown that orthonormal matrix updates speed up neural network optimization, improve training stability, and offer better hyperparameter transfer across model sizes. Applying these updates efficiently when model weights and optimizer states are sharded across a large-scale distributed LLM training system remains a major challenge. We introduce Dion (DIstributed OrthoNormalization), a scalable and communication-efficient orthonormalizing optimizer. Dion leverages low-rank approximation and decoupled momentum buffers, eliminating the need for full gradient synchronization while producing numerically equivalent results. It is compatible with simultaneous DDP, FSDP, and TP parallelism, and it computes an orthonormalized update without unsharding a full parameter matrix on any single device. We evaluate Dion on language models from 120M to 3B parameters and find that its benefits improve with increasing model size and batch size.

📄 PDF Abstract BibTeX arXiv:2504.05295

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Accordion: Adaptive Gradient Communication via Critical Learning Regime Identification

2020-10-29 · Saurabh Agarwal, Hongyi Wang, Kangwook Lee, Shivaram Venkataraman 외

Distributed model training suffers from communication bottlenecks due to frequent model updates transmitted across compute nodes. To alleviate these bottlenecks, practitioners use gradient compression techniques like spa…

Quantization

CurvaDion: Curvature-Adaptive Distributed Orthonormalization

2025-12-13 · Bhavesh Kumar, Roger Jin, Jeffrey Quesnelle arxiv

As language models scale to trillions of parameters, distributed training across many GPUs becomes essential, yet gradient synchronization over high-bandwidth, low-latency networks remains a critical bottleneck. While re…

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…

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…

Spectral Scaling Laws of Muon

2026-06-02 · Gagik Magakyan, Pablo Parrilo, Asuman Ozdaglar arxiv

Orthonormalized update rules have rapidly become a leading choice of optimizer for training large language models, with recent open-source state-of-the-art models adopting Muon. To keep these updates tractable, Muon perf…