paper-with-me

Papers

Weight-norm Criticality: A Mechanism for Loss Spikes Induced by the Normalization and Weight Decay

2026-07-23 · Xiaolong Li, Zhangchen Zhou, Zhi-Qin John Xu arxiv

Most explanations of training instability focus on \emph{learning-rate criticality}, typically characterized by the Edge of Stability, beyond which optimization becomes unstable. We argue that, in practical deep neural network training, there is an additional and often overlooked \emph{weight-norm criticality}. This criticality is induced by the interaction between normalization (which introduces scale-invariant components) and weight decay (which persistently shrinks parameter norms). As the weight decay coefficient increases, the norms of scale-invariant weights are progressively driven toward zero. Meanwhile, the sharpness of the loss landscape increases rapidly, destabilizing the optimization dynamics and resulting in abrupt loss spikes. This perspective provides a rationale for why weight penalties can improve generalization yet cannot be made arbitrarily strong: excessive decay drives scale-invariant weight norms past a critical boundary and destabilizes training. Our work provides a new mechanistic understanding of loss spikes through the lens of \emph{weight-norm criticality}. Moreover, \emph{weight-norm criticality} yields testable predictions that we validate empirically in networks with scale-invariant components, providing empirical support for the proposed mechanism.

📄 PDF Abstract BibTeX arXiv:2607.21005

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Mechanism Study of Delayed Loss Spikes in Batch-Normalized Linear Models

2026-04-18 · Peifeng Gao, Wenyi Fang, Yang Zheng, Difan Zou arxiv

Delayed loss spikes have been reported in neural-network training, but existing theory mainly explains earlier non-monotone behavior caused by overly large fixed learning rates. We study one stylized hypothesis: normaliz…

Grokking or Glitching? How Low-Precision Drives Slingshot Loss Spikes

2026-05-07 · Liu Hanqing, Jianjun Cao, Yuanze Li, Zijian Zhou arxiv

Deep neural networks exhibit periodic loss spikes during unregularized long-term training, a phenomenon known as the "Slingshot Mechanism." Existing work usually attributes this to intrinsic optimization dynamics, but it…

Initialization of Large Language Models via Reparameterization to Mitigate Loss Spikes

2024-10-07 · Kosuke Nishida, Kyosuke Nishida, Kuniko Saito

Loss spikes, a phenomenon in which the loss value diverges suddenly, is a fundamental issue in the pre-training of large language models. This paper supposes that the non-uniformity of the norm of the parameters is one o…

Spike No More: Stabilizing the Pre-training of Large Language Models

2023-12-28 · Sho Takase, Shun Kiyono, Sosuke Kobayashi, Jun Suzuki

Loss spikes often occur during pre-training of large language models. The spikes degrade the performance of large language models and sometimes ruin the pre-training. Since the pre-training needs a vast computational bud…

Language ModellingLarge Language Model

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…