学习率工程:从粗粒度单参数到分层演化 / Learning Rate Engineering: From Coarse Single Parameter to Layered Evolution
1️⃣ 一句话总结
本文系统梳理了学习率调度从固定全局值到分层自适应策略的五代演化历程,并提出了一个统一框架DALS,通过结合阶段自适应余弦调度、深度感知梯度滤波和信任比机制,在合成数据和真实微调任务上均取得优异表现,同时揭示了不同训练场景下策略选择的依赖性。
Learning rate scheduling has evolved from the single global fixed rate of early SGD to sophisticated layer-wise adaptive strategies. We systematize this evolution into five generations: (Gen1) global fixed learning rates, (Gen2) global scheduling, (Gen3) parameter-level adaptation, (Gen4) layer-level differentiation, and (Gen5) joint layer-time scheduling. We trace the fundamental motivation behind each transition, showing how the shift from one-size-fits-all to tailoring by layer and time addresses the impossible trinity of transfer learning: lower layers require small updates to preserve general knowledge while higher layers need large updates to adapt to new tasks. Building on this taxonomy, we propose Discriminative Adaptive Layer Scaling (DALS), a unified framework that integrates phase-adaptive cosine scheduling, depth-aware Grokfast gradient filtering, and LARS-style trust ratios into a single coherent optimizer. We benchmark 18 strategies including three DALS variants across all five generations on five datasets: synthetic, CIFAR-10 (from scratch), RTE, TREC-6, and IMDb (fine-tuning). On synthetic, DALS achieves the best accuracy at 98.0%, while DALS-Fast reaches 90% in just 3 epochs. The cross-dataset analysis reveals striking regime-dependent patterns -- no single strategy wins across all regimes. Critically, STLR+Discriminative, the ULMFiT champion, catastrophically fails on from-scratch tasks (43.6% on TREC-6 from scratch vs. 96.8% with RAdam), confirming that directional decay biases are harmful without pretrained features. DALS avoids either extreme, achieving the best synthetic result while maintaining competitive fine-tuning performance.
学习率工程:从粗粒度单参数到分层演化 / Learning Rate Engineering: From Coarse Single Parameter to Layered Evolution
本文系统梳理了学习率调度从固定全局值到分层自适应策略的五代演化历程,并提出了一个统一框架DALS,通过结合阶段自适应余弦调度、深度感知梯度滤波和信任比机制,在合成数据和真实微调任务上均取得优异表现,同时揭示了不同训练场景下策略选择的依赖性。
源自 arXiv: 2604.27295