AI Navigate

HTMuon: Improving Muon via Heavy-Tailed Spectral Correction

arXiv cs.AI / 3/12/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • HTMuon is a new optimization method that extends Muon by applying heavy-tailed spectral correction inspired by HT-SR theory to improve LLM training.
  • It preserves Muon's ability to capture parameter interdependencies while producing heavier-tailed updates and weight spectra, addressing the issue of over-emphasizing noise-dominated directions.
  • Empirical results show HTMuon improves performance over state-of-the-art baselines on LLM pretraining and image classification, and it can serve as a plug-in on top of existing Muon variants (e.g., reducing LLaMA perplexity by up to 0.98 on C4).
  • The paper provides theoretical insights, linking HTMuon to steepest descent under Schatten-q norm constraints and presenting convergence analysis, with implementation available on GitHub.

Abstract

Muon has recently shown promising results in LLM training. In this work, we study how to further improve Muon. We argue that Muon's orthogonalized update rule suppresses the emergence of heavy-tailed weight spectra and over-emphasizes the training along noise-dominated directions. Motivated by the Heavy-Tailed Self-Regularization (HT-SR) theory, we propose HTMuon. HTMuon preserves Muon's ability to capture parameter interdependencies while producing heavier-tailed updates and inducing heavier-tailed weight spectra. Experiments on LLM pretraining and image classification show that HTMuon consistently improves performance over state-of-the-art baselines and can also serve as a plug-in on top of existing Muon variants. For example, on LLaMA pretraining on the C4 dataset, HTMuon reduces perplexity by up to 0.98 compared to Muon. We further theoretically show that HTMuon corresponds to steepest descent under the Schatten-q norm constraint and provide convergence analysis in smooth non-convex settings. The implementation of HTMuon is available at https://github.com/TDCSZ327/HTmuon.