尺度不变优化稳定性研究
When Does Scale-Invariant Optimization Become Unstable? An Exact Schedule Law with Weight Decay
这篇论文揭示了神经网络训练中学习率与权重衰减的精确相互作用规律,能直接控制训练过程。
研究人员发现归一化在神经网络中引发隐藏反馈循环,学习率计划和权重衰减通过参数范数控制优化器有效步长。该研究提出精确离散时间定律,单一标量量捕捉所有计划和衰减强制,范数增长产生几何自淬火效应。在完全解决的归一化回归模型分析中,平衡点本质不稳定,导致恒定学习率与权重衰减无法稳定维持内部均衡。该框架揭示了自适应方法在归一化下稳定性较弱的根本原因。
When Does Scale-Invariant Optimization Become Unstable? An Exact Schedule Law with Weight Decay
Normalization renders large parts of neural networks effectively scale invariant, inducing a hidden feedback loop in which learning-rate schedules and weight decay interact through the parameter norm to control the effective step taken by the optimizer. We show that this interaction is governed by an exact discrete-time law: a single scalar quantity captures all schedule and decay forcing, while norm growth induces an opposing geometric self-quenching effect. This yields a sharp boundary that cleanly separates contraction- and expansion-dominated effective learning rate regimes. To understand the underlying mechanism, we provide exact analysis of a fully solved normalized regression model where the dynamics reduce to two dimensions and show that the balance point is intrinsically unstable, implying that constant learning rate with weight decay cannot stably maintain an interior equilibrium and instead produces recurrent behavior driven by discrete-time Jacobian structure. We further extend this perspective across optimizers through unified homogeneous-optimizer framework that reveals a structural dichotomy in self-quenching strength, providing a first-principles explanation for why adaptive methods exhibit systematically weaker stabilization under normalization. Across dynamical systems and neural networks (MLP, CNN, GPT2 / MNIST, CIFAR, wikiText, OpenWebText), the predicted law holds with high precision and enables direct control of training via the identified scalar, with performance peaking sharply at the predicted boundary. Together, these results isolate a single governing quantity for scale-invariant optimization, providing a precise and actionable lens on training dynamics, optimizer behavior, and schedule design in modern deep learning. Code is available in https://github.com/shasanamin/normalized-optimization-dynamics.