paper-with-me

홈 › Papers

What do near-optimal learning rate schedules look like?

2026-03-11 · Hiroki Naganuma, Atish Agarwala, Priya Kasimbeg, George E. Dahl arxiv

A basic unanswered question in neural network training is: what is the best learning rate schedule shape for a given workload? The choice of learning rate schedule is a key factor in the success or failure of the training process, but beyond having some kind of warmup and decay, there is no consensus on what makes a good schedule shape. To answer this question, we designed a search procedure to find the best shapes within a parameterized schedule family. Our approach factors out the schedule shape from the base learning rate, which otherwise would dominate cross-schedule comparisons. We applied our search procedure to a variety of schedule families on three workloads: linear regression, image classification on CIFAR-10, and small-scale language modeling on Wikitext103. We showed that our search procedure indeed generally found near-optimal schedules. We found that warmup and decay are robust features of good schedules, and that commonly used schedule families are not optimal on these workloads. Finally, we explored how the outputs of our shape search depend on other optimization hyperparameters, and found that weight decay can have a strong effect on the optimal schedule shape. To the best of our knowledge, our results represent the most comprehensive results on near-optimal schedule shapes for deep neural network training, to date.

📄 PDF Abstract BibTeX arXiv:2603.10301

Code (0)

등록된 구현이 없습니다.

Tasks

Image Classification

Similar Papers 제목 키워드 기반

Rethinking learning rate schedules for stochastic optimization

2019-05-01 · ICLR 2019 5 · Rong Ge, Sham M. Kakade, Rahul Kidambi, Praneeth Netrapalli

There is a stark disparity between the learning rate schedules used in the practice of large scale machine learning and what are considered admissible learning rate schedules prescribed in the theory of stochastic approx…

Stochastic Optimization

Solution space of optimal heat pump schedules

2020-08-22

We study the space of optimal schedules for a heat pump with thermal energy storage used in heating a residential building. We model the heating system as a Mixed Integer Linear Program with the objective to minimise the…

Optimal Linear Decay Learning Rate Schedules and Further Refinements

2023-10-11 · Aaron Defazio, Ashok Cutkosky, Harsh Mehta, Konstantin Mishchenko

Learning rate schedules used in practice bear little resemblance to those recommended by theory. We close much of this theory/practice gap, and as a consequence are able to derive new problem-adaptive learning rate sched…

Scheduling

Towards joint scaling laws with optimal batch size schedules

2026-07-30 · Jiaxiang Li, Zhiqi Bu, Shiyun Xu arxiv

Modern deep learning typically keeps the batch size static throughout training, thus overlooking the joint effect of learning rate and batch size on the training dynamics. In this paper, we study the deep learning dynami…

Lipschitz-Guided Design of Interpolation Schedules in Generative Models

2025-09-01 · Yifan Chen, Eric Vanden-Eijnden, Jiawei Xu arxiv

We study the design of interpolation schedules in flow and diffusion-based generative models from both statistical and numerical perspectives. Within the stochastic interpolants framework, we first show that scalar inter…