paper-with-me

홈 › Papers

When do spectral gradient updates help in deep learning?

2025-12-03 · Damek Davis, Dmitriy Drusvyatskiy arxiv

Spectral gradient methods, such as the recently popularized Muon optimizer, are a promising alternative to standard Euclidean gradient descent for training deep neural networks and transformers, but it is still unclear in which regimes they are expected to perform better. We propose a simple layerwise condition that predicts when a spectral update yields a larger decrease in the loss than a Euclidean gradient step. This condition compares, for each parameter block, the squared nuclear-to-Frobenius ratio of the gradient to the stable rank of the incoming activations. To understand when this condition may be satisfied, we first prove that post-activation matrices have low stable rank at Gaussian initialization in random feature regression, feedforward networks, and transformer blocks. In spiked random feature models we then show that, after a short burn-in, the Euclidean gradient's nuclear-to-Frobenius ratio grows with the data dimension while the stable rank of the activations remains bounded, so the predicted advantage of spectral updates scales with dimension. We validate these predictions in synthetic regression experiments and in NanoGPT-scale language model training, where we find that intermediate activations have low-stable-rank throughout training and the corresponding gradients maintain large nuclear-to-Frobenius ratios. Together, these results identify conditions for spectral gradient methods, such as Muon, to be effective in training deep networks and transformers.

📄 PDF Abstract BibTeX arXiv:2512.04299

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DynMuon: A Dynamic Spectral Shaping View of Muon

2026-05-16 · Fangzhou Wu, Rikhav Shah, Sandeep Silwal, Qiuyi Zhang arxiv

In recent years, Muon has emerged as the dominant method for training large language models, and transformers more broadly. The essential difference, when compared to standard gradient descent methods, is to replace the …

The Spectral Dynamics and Noise Geometry of Muon

2026-06-07 · Pierfrancesco Beneventano, Mahmoud Abdelmoneum, Tomaso Poggio arxiv

Muon replaces a matrix gradient $G=UΣV^\top$ by its polar factor $UV^\top$. This keeps the singular directions selected by the gradient, but makes the update spectrum flat. We study the optimization bias created by this …

Enhancing LLM Training via Spectral Clipping

2026-03-15 · Xiaowen Jiang, Andrei Semenov, Sebastian U. Stich arxiv

While spectral-based optimizers like Muon operate directly on the spectrum of updates, standard adaptive methods such as AdamW do not account for the spectral structure of weights and gradients, leaving them vulnerable t…

When Gradient Clipping Becomes a Control Mechanism for Differential Privacy in Deep Learning

2026-02-11 · Mohammad Partohaghighi, Roummel Marcia, Bruce J. West, YangQuan Chen arxiv

Privacy-preserving training on sensitive data commonly relies on differentially private stochastic optimization with gradient clipping and Gaussian noise. The clipping threshold is a critical control knob: if set too sma…

Stochastic Optimization

Muon with Spectral Guidance: Efficient Optimization for Scientific Machine Learning

2026-02-18 · Binghang Lu, Jiahao Zhang, Guang Lin arxiv

Physics-informed neural networks and neural operators often suffer from severe optimization difficulties caused by ill-conditioned gradients, multi-scale spectral behavior, and stiffness induced by physical constraints. …