paper-with-me

홈 › Papers

LoRA-Muon: Spectral Steepest Descent on the Low-Rank Manifold

2026-06-11 · Franz Louis Cesista, Katherine Crowson, Cédric Simal, Stella Biderman arxiv

Low-Rank Adaptation (LoRA) significantly reduces compute and memory costs for finetuning Deep Learning models but is often harder to tune than dense training: when using factor-wise optimizers such as AdamW, it is sensitive to initialization choices, its optimal learning rates transfer poorly across ranks, and it often fails to beat dense baselines. We derive LoRA-Muon by applying the Muon optimizer's spectral steepest-descent rule to the low-rank setting. Along with our split weight-decay rule, our main claim is that LoRA-Muon is a good low-rank proxy for full-rank Muon and Shampoo-family optimizers. Its optimal learning rates transfer across rank, width, depth, and factor-rescaling. In our compute-matched TinyShakespeare study, a rank-$2$ proxy recovers the dense best tested learning rate, and a rank-$32$ LoRA-Muon run attains lower mean validation loss than the dense baseline in the seed-averaged sweep. We further show that the Spectron optimizer depends on arbitrary factor scaling, so it would likely be a poor fit when finetuning starts from badly imbalanced factors, and that LoRA-RITE's simplified QR-coordinate core implements the same spectral update. LoRA-Muon computes that update without QR-decomposition and avoids storing second moments, making it more accelerator-friendly and memory-efficient.

📄 PDF Abstract BibTeX arXiv:2606.12921

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Implicit Bias of Adam and Muon on Smooth Homogeneous Neural Networks

2026-02-18 · Eitan Gronich, Gal Vardi arxiv

We study the implicit bias of momentum-based optimizers on smooth homogeneous models. We show that \textit{momentum steepest descent} algorithms like Muon (spectral norm), MomentumGD ($\ell_2$ norm), and Signum ($\ell_\i…

Reassessing Muon for Matrix Factorization

2026-07-14 · Ali Parviz, Gal Mishne, Alex Cloninger arxiv

Muon has recently emerged as a strong optimizer for large-scale deep learning, where it reshapes gradient updates through approximate orthogonalization and has been reported to outperform Adam and AdamW in large language…

What Really Matters in Matrix-Whitening Optimizers?

2025-10-28 · Kevin Frans, Pieter Abbeel, Sergey Levine arxiv

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…

Implicit Bias of Spectral Descent and Muon on Multiclass Separable Data

2025-02-07 · Chen Fan, Mark Schmidt, Christos Thrampoulidis

Different gradient-based methods for optimizing overparameterized models can all achieve zero training error yet converge to distinctly different solutions inducing different generalization properties. We provide the fir…

An Exploration of Non-Euclidean Gradient Descent: Muon and its Many Variants

2025-10-10 · Michael Crawshaw, Chirag Modi, Mingrui Liu, Robert M. Gower arxiv

To define a steepest descent method over a neural network, we need to choose a norm for each layer, a way to aggregate these norms across layers, and whether to use normalization. We systematically explore different alte…