paper-with-me

Papers

SignMuon: Communication-Efficient Distributed Muon Optimization

2026-05-04 · Neel Mishra, Kushagara Trivedi, Pawan Kumar arxiv

Distributed training of large neural networks is bottlenecked by full-precision gradient communication and by coordinatewise optimizers that ignore the matrix structure of weight tensors. We propose Sign-Muon, a 1-bit, matrix-aware optimizer that combines majority-vote sign aggregation from signSGD with the polar-step framework of Muon. Each worker forms a Muon-style direction by taking the polar factor of its momentum via a Newton--Schulz iteration, transmits only the entrywise signs, and aggregates by majority vote; an optional local polar step further enforces orthogonality at no extra communication cost. Under spectral-norm smoothness and bounded-variance stochastic gradients, the spectral-norm normalized sign step yields an $\mathcal{O}(1/\sqrt{T})$ nonconvex rate for an $\ell_1$-based stationarity measure. With unimodal symmetric noise, majority vote across $M$ workers cuts the stochastic term by $1/\sqrt{M}$, matching signSGD. In the $α$-$β$ model, distributed Sign-Muon needs only one integer sum-allreduce per iteration; all orthogonalization is local, giving a $32\times$ bandwidth reduction over float32 ($4\times$ for int8). Across 330 CIFAR-10/ResNet-50 configurations Sign-Muon attains the best validation accuracy (92.15\%); its 4-GPU majority-vote variant reaches 92.02\% with 37\% less training time at matched effective batch. On nanoGPT, Sign-Muon achieves lower perplexity and better anytime performance than other sign-based baselines, with favorable weak-scaling up to 16 GPUs.

📄 PDF Abstract BibTeX arXiv:2605.16311

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LionMuon: Alternating Spectral and Sign Descent for Efficient Training

2026-05-19 · Arman Bolatov, Artem Riabinin, Nikita Kornilov, Andrey Veprikov 외 arxiv

In large-scale optimization, the cheapness and effectiveness of update steps are the most crucial factors for a successful optimizer. Sign-based optimizers like Lion or Signum produce cheap per-step updates, whereas Muon…

Scaling Muon for Diffusion Transformers

2026-08-21 · Chenghao Li, Xiao Han, Xinxin Huang, Wei Liu 외 arxiv

The matrix-aware optimizer Muon improves large model training by balancing updates across singular directions, yet its scaling behavior and end-to-end efficiency on large Diffusion Transformers (DiTs) remain unclear. We …

Error Feedback for Muon and Friends

2025-10-01 · Kaja Gruntkowska, Alexander Gaponov, Zhirayr Tovmasyan, Peter Richtárik arxiv

Recent optimizers like Muon, Scion, and Gluon have pushed the frontier of large-scale deep learning by exploiting layer-wise linear minimization oracles (LMOs) over non-Euclidean norm balls, capturing neural network stru…

DMuon: Efficient Distributed Muon Training with Near-Adam Overhead

2026-06-25 · Vincent Chen, Starrick Liu, Regis Cheng, Dance Yang 외 arxiv

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…

Federated Compositional Muon Optimizer for Matrix-Wise Models

2026-08-13 · Wang Yan, Feihu Huang arxiv

Muon, a more recently developed optimizer, is useful for matrix-wise models in AI areas. Although many works have studied Muon and its variants, these methods are still not particularly well-suited for hierarchical struc…

Federated Learning