LGAICLNAOCMay 22, 2025

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

arXiv:2505.16932v370 citationsh-index: 5
Originality Incremental advance
AI Analysis

This work addresses the need for high-throughput, GPU-optimized matrix sign methods in deep learning training, offering incremental improvements over existing alternatives.

The authors tackled the problem of computing the polar decomposition efficiently for deep learning applications, introducing Polar Express, a GPU-friendly method that adapts updates via minimax optimization to minimize error, leading to improved validation loss when training a GPT-2 model on one billion tokens.

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 algorithm 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 the Muon training framework, our method leads to consistent improvements in validation loss when training a GPT-2 model on one billion tokens from the FineWeb dataset, outperforming recent alternatives across a range of learning rates.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes