paper-with-me

Papers

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 to two empirical issues in large language model (LLM) training: (i) the optimizer updates can have large spectral norms, potentially destabilizing training and degrading generalization; (ii) stochastic gradient noise can exhibit sparse spectral spikes, with a few dominant singular values much larger than the rest. We propose SPECTRA, a general framework addressing these by (i) post-spectral clipping of updates to enforce spectral-norm constraints (ii) optional pre-spectral clipping of gradients to suppress spectral noise spikes. We prove that post-clipping constitutes a Composite Frank-Wolfe method with spectral-norm constraints and weight regularization. We further analyze how pre-clipping mitigates sparse spectral spikes. We propose efficient soft spectral clipping via Newton-Schulz iterations, avoiding expensive SVD. Experiments on LLM pretraining show SPECTRA uniformly improves validation loss for various optimizers, including AdamW, Signum, Mars, and AdEMAMix, with the best-performing variants achieving state-of-the-art results. Models trained with SPECTRA exhibit smaller weight norms, confirming the link between spectral clipping and regularization.

📄 PDF Abstract BibTeX arXiv:2603.14315

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

Gradient Clipping Beyond Vector Norms: A Spectral Approach for Matrix-Valued Parameters

2026-05-12 · Alexander Yukhimchuk, Mladen Kolar, Martin Takáč, Sayantan Choudhury arxiv

Gradient clipping is a standard safeguard for training neural networks under noisy, heavy-tailed stochastic gradients; yet, most clipping rules treat all parameters as vectors and ignore the matrix structure of modern ar…

Can Entry-Wise Clipping Give Spectral Control of Stochastic Gradients?

2026-05-26 · Zitao Song, Cedar Site Bai, Zhe Zhang, Brian Bullins 외 arxiv

Training instabilities such as loss spikes are frequently the result of stochastic gradient noise. Because of rare expressions in language training data, and multiple layer composition, the noise impact is heavy-tailed a…

Can gradient clipping mitigate label noise?

2020-05-01 · ICLR 2020 1 · Aditya Krishna Menon, Ankit Singh Rawat, Sashank J. Reddi, Sanjiv Kumar

Gradient clipping is a widely-used technique in the training of deep networks, and is generally motivated from an optimisation lens: informally, it controls the dynamics of iterates, thus enhancing the rate of convergenc…

Revisit Micro-batch Clipping: Adaptive Data Pruning via Gradient Manipulation

2024-08-29 · Lun Wang

Micro-batch clipping, a gradient clipping method, has recently shown potential in enhancing auto-speech recognition (ASR) model performance. However, the underlying mechanism behind this improvement remains mysterious, p…

speech-recognitionSpeech Recognition