paper-with-me

홈 › Papers

Theoretical Analysis on how Learning Rate Warmup Accelerates Convergence

2025-09-09 · Yuxing Liu, Yuze Ge, Rui Pan, An Kang, Tong Zhang arxiv

Learning rate warmup is a popular and practical technique in training large-scale deep neural networks. Despite the huge success in practice, the theoretical advantages of this strategy of gradually increasing the learning rate at the beginning of the training process have not been fully understood. To resolve this gap between theory and practice, we first propose a novel family of generalized smoothness assumptions, and validate its applicability both theoretically and empirically. Under the novel smoothness assumption, we study the convergence properties of gradient descent (GD) in both deterministic and stochastic settings. It is shown that learning rate warmup consistently accelerates GD, and GD with warmup can converge at most $Θ(T)$ times faster than with a non-increasing learning rate schedule in some specific cases, providing insights into the benefits of this strategy from an optimization theory perspective.

📄 PDF Abstract BibTeX arXiv:2509.07972

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Efficient Generative Model Training via Embedded Representation Warmup

2025-04-14 · Deyuan Liu, Peng Sun, Xufeng Li, Tao Lin

Diffusion models excel at generating high-dimensional data but fall short in training efficiency and representation quality compared to self-supervised methods. We identify a key bottleneck: the underutilization of high-…

The Warmup Dilemma: How Learning Rate Strategies Impact Speech-to-Text Model Convergence

2025-05-29 · Marco Gaido, Sara Papi, Luisa Bentivogli, Alessio Brutti 외

Training large-scale models presents challenges not only in terms of resource requirements but also in terms of their convergence. For this reason, the learning rate (LR) is often decreased when the size of a model is in…

Speech-to-Text

Large Batch Training Does Not Need Warmup

2020-02-04 · Zhouyuan Huo, Bin Gu, Heng Huang

Training deep neural networks using a large batch size has shown promising results and benefits many real-world applications. However, the optimizer converges slowly at early epochs and there is a gap between large-batch…

A Closer Look at Deep Learning Heuristics: Learning rate restarts, Warmup and Distillation

2018-10-29 · ICLR 2019 5 · Akhilesh Gotmare, Nitish Shirish Keskar, Caiming Xiong, Richard Socher

The convergence rate and final performance of common deep learning models have significantly benefited from heuristics such as learning rate schedules, knowledge distillation, skip connections, and normalization layers. …

Dimensionality ReductionKnowledge Distillation

Accelerating LLM Pre-Training through Flat-Direction Dynamics Enhancement

2026-02-26 · Shuchen Zhu, Rizhen Hu, Mingze Wang, Mou Sun 외 arxiv

Pre-training Large Language Models requires immense computational resources, making optimizer efficiency essential. The optimization landscape is highly anisotropic, with loss reduction driven predominantly by progress a…