Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

The Polar Express: Optimal Matrix Sign Methods and Their Application to the Muon Algorithm

About

Computing the polar decomposition and the related matrix sign function has been a well-studied problem in numerical analysis for decades. Recently, it has emerged as an important subroutine within the Muon optimizer for training deep neural networks. However, the requirements of this application differ sharply from classical settings: deep learning demands GPU-friendly algorithms that prioritize high throughput over high precision. We introduce Polar Express, a new method for computing the polar decomposition. Like Newton-Schulz and other classical polynomial methods, our approach uses only matrix-matrix multiplications, making it very efficient on GPUs. Inspired by earlier work of Chen & Chow and Nakatsukasa & Freund, Polar Express adapts the update rule at each iteration by solving a minimax optimization problem. We prove that this strategy minimizes error in a worst-case sense, allowing Polar Express to converge as rapidly as possible both in the early iterations and asymptotically. We also address finite-precision issues, making it practical to use in bfloat16. When integrated into Muon, our method yields consistent improvements in validation loss for a GPT-2 model trained on one to ten billion tokens from the FineWeb dataset, outperforming recent alternatives across a range of learning rates.

Noah Amsel, David Persson, Christopher Musco, Robert M. Gower• 2025

Related benchmarks

TaskDatasetResultRank
Language ModelingFineWeb (val)--
217
Question AnsweringARC Easy (test)
Accuracy66.41
74
Language Modeling EvaluationGeneral Language Evaluation Suite AE, AC, SciQ, MMLU, MMLU-P, HS, OBQA, PIQA, RACE, WG, CSQA, AGI (test)
AE Score68.98
27
Zero-shot Language UnderstandingQwen3-0.6B Zero-shot Evaluation Suite (AE, AC, SciQ, MM, MM-P, HS, OBQA, PIQA, RACE, WG, CSQA, AGI) (test)
Accuracy (AE)68.32
15
Language ModelingGPT-Base (val)
Validation Perplexity21.16
12
Language ModelingGPT Small (val)
Validation Perplexity29.42
12
Pre-training efficiencyPre-training
Muon Steps4.23e+3
4
Commonsense ReasoningCommonsense Reasoning Suite (OBQA, HellaSwag, ARC-E, WSC, Winogrande, BoolQ, PIQA)
Average Accuracy48.1
2
Showing 8 of 8 rows

Other info

Follow for update