LGOct 28, 2025

What Really Matters in Matrix-Whitening Optimizers?

arXiv:2510.25000v112 citationsh-index: 12
Originality Incremental advance
AI Analysis

This work addresses the optimization community by clarifying the mechanisms behind matrix-whitening methods, though it is incremental as it builds on existing optimizers.

The paper systematically deconstructs matrix-whitening optimizers to identify key performance components, finding that variance adaptation, not just spectral normalization, explains their consistent outperformance over elementwise methods like Adam, with variance-adapted versions showing gains across experiments.

A range of recent optimizers have emerged that approximate the same "matrix-whitening" transformation in various ways. In this work, we systematically deconstruct such optimizers, aiming to disentangle the key components that explain performance. Across tuned hyperparameters across the board, all flavors of matrix-whitening methods reliably outperform elementwise counterparts, such as Adam. Matrix-whitening is often related to spectral descent -- however, experiments reveal that performance gains are *not explained solely by accurate spectral normalization* -- particularly, SOAP displays the largest per-step gain, even though Muon more accurately descends along the steepest spectral descent direction. Instead, we argue that matrix-whitening serves two purposes, and the variance adaptation component of matrix-whitening is the overlooked ingredient explaining this performance gap. Experiments show that variance-adapted versions of optimizers consistently outperform their sign-descent counterparts, including an adaptive version of Muon. We further ablate variance adaptation strategies, finding that while lookahead style approximations are not as effective, low-rank variance estimators can effectively reduce memory costs without a performance loss.

Foundations

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

Your Notes