English

Effective Quantization of Muon Optimizer States

Machine Learning 2026-02-24 v3

Abstract

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.

Cite

@article{arxiv.2509.23106,
  title  = {Effective Quantization of Muon Optimizer States},
  author = {Aman Gupta and Rafael Celente and Abhishek Shivanna and D. T. Braithwaite and Gregory Dexter and Shao Tang and Hiroto Udagawa and Daniel Silva and Rohan Ramanath and S. Sathiya Keerthi},
  journal= {arXiv preprint arXiv:2509.23106},
  year   = {2026}
}

Comments

16 pages

R2 v1 2026-07-01T06:00:20.667Z