CLMay 29, 2025

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

arXiv:2505.23420v11 citationsh-index: 34Has CodeIWSLT
Originality Synthesis-oriented
AI Analysis

This work addresses the incremental challenge of optimizing training efficiency for speech-to-text models, which is important for researchers and practitioners in speech processing.

The paper investigates how different learning rate warmup schedules affect the convergence of large-scale speech-to-text models, finding that sub-exponential warmup is optimal and higher initial learning rates speed up early convergence without improving final performance.

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 increased. Such a simple solution is not enough in the case of speech-to-text (S2T) trainings, where evolved and more complex variants of the Transformer architecture -- e.g., Conformer or Branchformer -- are used in light of their better performance. As a workaround, OWSM designed a double linear warmup of the LR, increasing it to a very small value in the first phase before updating it to a higher value in the second phase. While this solution worked well in practice, it was not compared with alternative solutions, nor was the impact on the final performance of different LR warmup schedules studied. This paper fills this gap, revealing that i) large-scale S2T trainings demand a sub-exponential LR warmup, and ii) a higher LR in the warmup phase accelerates initial convergence, but it does not boost final performance.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes