paper-with-me

홈 › Papers

Effective Quantization of Muon Optimizer States

2025-09-27 · Aman Gupta, Rafael Celente, Abhishek Shivanna, D. T. Braithwaite, Gregory Dexter, Shao Tang, Hiroto Udagawa, Daniel Silva, Rohan Ramanath, S. Sathiya Keerthi arxiv

The Muon optimizer, based on matrix orthogonalization, has recently shown faster convergence and better computational efficiency over AdamW in LLM pre-training. However, the memory overhead of maintaining high-precision optimizer states remains a challenge for large-scale deployment. In this paper, we introduce the 8-bit Muon optimizer using blockwise quantization. In extensive Chinchilla-optimal experiments on pre-training models of up to 2.7B in size and fine-tuning them for instruction following, we demonstrate that 8-bit Muon achieves parity with Muon in terms of validation loss and downstream benchmarks, while achieving up to a 62\% reduction in optimizer state footprint. Crucially, we show that Muon's update mechanism is uniquely compatible with a simple linear quantization scheme, bypassing the complex dynamic scaling required for quantized AdamW. We supplement our empirical findings with a theoretical analysis of Muon's robustness to quantization noise.

📄 PDF Abstract BibTeX arXiv:2509.23106

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyInstruction Following

Similar Papers 제목 키워드 기반

MuonQ: Enhancing Low-Bit Muon Quantization via Directional Fidelity Optimization

2026-05-12 · Yupeng Su, Ruijie Zhang, Ziyue Liu, Yequan Zhao 외 arxiv

The Muon optimizer has emerged as a compelling alternative to Adam for training large language models, achieving remarkable computational savings through gradient orthogonalization. However, Muon's optimizer state is mor…

A Convergence Analysis of Adaptive Optimizers under Floating-point Quantization

2025-10-24 · Xuan Tang, Jichu Li, Difan Zou arxiv

The rapid scaling of large language models (LLMs) has made low-precision training essential for reducing memory, improving efficiency, and enabling larger models and datasets. Existing convergence theories for adaptive o…

MuLoCo: Muon is a practical inner optimizer for DiLoCo

2025-05-29 · Benjamin Thérien, Xiaolong Huang, Irina Rish, Eugene Belilovsky

DiLoCo is a powerful framework for training large language models (LLMs) under networking constraints with advantages for increasing parallelism and accelerator utilization in data center settings. Despite significantly …

DecoderQuantization

Advancing Model Refinement: Muon-Optimized Distillation and Quantization for LLM Deployment

2026-01-14 · Jacob Sander, Brian Jalaian, Venkat R. Dasari arxiv

Large Language Models (LLMs) enable advanced natural language processing but face deployment challenges on resource-constrained edge devices due to high computational, memory, and energy demands. Optimizing these models …

Hyperparameter OptimizationKnowledge Distillation

MiMuon: Mixed Muon Optimizer with Improved Generalization for Large Models

2026-05-19 · Feihu Huang, Yuning Luo, Songcan Chen arxiv

Matrix-structured parameters frequently appear in many artificial intelligence models such as large language models. More recently, an efficient Muon optimizer is designed for matrix parameters of large-scale models, and…

Mathematical Induction