paper-with-me

홈 › Papers

CacheMuon: Using Temporal Preconditioning To Approximate Polar Factor

2026-06-15 · Bishnu Dev, Sushil Bohara, Martin Takáč, Samuel Horváth arxiv

Muon is an optimizer that computes updates using the polar factor of the momentum matrix and has shown strong empirical performance across a range of training settings. A key component of Muon is the Newton-Schulz iteration used to compute this polar factor. Although this avoids the cost of an exact singular value decomposition, it remains expensive in practice because it is applied at every optimization step. At the same time, the momentum matrix changes smoothly over training, suggesting strong temporal correlation in the corresponding polar factors. In this paper, we exploit this structure and propose CacheMuon, a temporal preconditioning method that reuses information from previous optimization steps to approximate the polar factor at the current step. This reduces redundant orthogonalization computation across iterations. We analyze CacheMuon as an inexact Muon update, with error controlled by fresh-solver error and cache staleness. Empirically, CacheMuon provides a controllable quality-efficiency frontier: conservative thresholds closely match fresh Muon on language-model and vision training while reducing orthogonalization FLOPs, whereas more aggressive thresholds yield larger arithmetic savings at the cost of modest validation-quality degradation.

📄 PDF Abstract BibTeX arXiv:2606.16371

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beyond Muon: MUD (MomentUm Decorrelation) for Faster Transformer Training

2026-03-18 · Ben S. Southworth, Stephen Thomas arxiv

Orthogonalized-momentum optimizers such as Muon improve transformer training by approximately whitening/orthogonalizing matrix-valued momentum updates via a short polar-decomposition iteration. However, polar-factor appr…

Protein Language Model

Enhancing Pure-Pixel Identification Performance via Preconditioning

2014-06-20 · Nicolas Gillis, Wing-Kin Ma

In this paper, we analyze different preconditionings designed to enhance robustness of pure-pixel search algorithms, which are used for blind hyperspectral unmixing and which are equivalent to near-separable nonnegative …

Hyperspectral UnmixingSingle Particle Analysis

Semidefinite Programming Based Preconditioning for More Robust Near-Separable Nonnegative Matrix Factorization

2013-10-08 · Nicolas Gillis, Stephen A. Vavasis

Nonnegative matrix factorization (NMF) under the separability assumption can provably be solved efficiently, even in the presence of noise, and has been shown to be a powerful technique in document classification and hyp…

Document ClassificationHyperspectral UnmixingSingle Particle Analysis

Scalable K-FAC Training for Deep Neural Networks with Distributed Preconditioning

2022-06-30 · Lin Zhang, Shaohuai Shi, Wei Wang, Bo Li

The second-order optimization methods, notably the D-KFAC (Distributed Kronecker Factored Approximate Curvature) algorithms, have gained traction on accelerating deep neural network (DNN) training on GPU clusters. Howeve…

GPU

Neural Legendre-Fenchel transform with Hessian Preconditioning

2026-06-08 · Basile Plus-Gourdon, Frank Nielsen arxiv

The Legendre-Fenchel (LF) transform is a fundamental tool in convex analysis and machine learning that maps lower semi-continuous functions to their convex conjugates. In practice, when closed-form formula are not availa…