DMuon: Efficient Distributed Muon Training with Near-Adam Overhead

13d ago · Global · primary source: export.arxiv.org

A new open-source distributed implementation of the Muon optimizer, called DMuon, reduces per-step training latency to levels comparable with the widely used AdamW algorithm, according to a preprint posted to arXiv on June 25 [1][2]. The work addresses a bottleneck that previously made matrix-orthogonalization-based optimizers prohibitively expensive for large-scale distributed training. Matrix-level optimizers such as Muon couple entire weight matrices during updates, requiring costly Newton-Schulz iterations that are poorly served by infrastructure built for element-wise methods [1][2]. In standard setups, vanilla Muon implementations add more than twice the cost of the forward and backward passes combined [1][2]. The DMuon project closes that gap by delivering a drop-in module that requires no framework-level modifications [1][2]. Across embodied foundation model and large language model training workloads, DMuon achieves a 1.48x to 3.01x speedup in end-to-end step time and a 6.85x to 163.00x speedup in optimizer-step time, bringing per-step latency to near-AdamW levels [1][2]. The preprint was submitted to the Distributed, Parallel, and Cluster Computing section of arXiv, an open-access repository that hosts e-prints across physics, computer science, and related fields [1][6]. arXiv, which began in 1991, now receives roughly 24,000 submissions per month and surpassed two million articles at the end of 2021 [6]. Papers on the platform are moderated but not peer-reviewed, a distinction that places the DMuon results in the category of preliminary findings awaiting formal publication [6]. Matrix-orthogonalization-based optimizers have drawn attention because they exhibit strong convergence behavior across diverse modern deep learning workloads, offering an alternative to conventional element-wise optimization as model architectures grow in scale and heterogeneity [1][2]. The DMuon authors note that the implementation is open-source and designed to integrate into existing training pipelines without altering the underlying framework, a feature that could lower the barrier for research groups exploring matrix-aware update rules [1][2]. The speedup figures reported span a wide range, reflecting differences in model size, parallelism strategy, and hardware configuration, though the paper does not detail those variables in its abstract [1][2].

tool-releaseresearch-paper

Background sources we checked (7)
  • arxiv.org ↗ Matrix-orthogonalization-based optimizers, exemplified by Muon, have demonstrated strong convergence behavior across a wide range of modern deep learning workloads. The matrix-aware updates offer a compelling alternative to conventional element-wise optimization, particularly as …
  • info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
  • info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository ... # arXivLabs: Showcase ... arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. ... While the arXiv team is focused on our core mission—pr…
  • blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
  • en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
  • en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
  • en.wikipedia.org ↗ LK-99 also called PCPOSOS, is a gray–black, polycrystalline compound, identified as a copper-doped lead‒oxyapatite. A team from Korea University led by Lee Sukbae (이석배) and Kim Ji-Hoon (김지훈) began studying this material as a potential superconductor in 1999, and in July 2023 publ…

Sources

Spot something wrong? Report an issue