paper-with-me

홈 › Papers

REX: Revisiting Budgeted Training with an Improved Schedule

2021-07-09 · John Chen, Cameron Wolfe, Anastasios Kyrillidis

Deep learning practitioners often operate on a computational and monetary budget. Thus, it is critical to design optimization algorithms that perform well under any budget. The linear learning rate schedule is considered the best budget-aware schedule, as it outperforms most other schedules in the low budget regime. On the other hand, learning rate schedules -- such as the \texttt{30-60-90} step schedule -- are known to achieve high performance when the model can be trained for many epochs. Yet, it is often not known a priori whether one's budget will be large or small; thus, the optimal choice of learning rate schedule is made on a case-by-case basis. In this paper, we frame the learning rate schedule selection problem as a combination of $i)$ selecting a profile (i.e., the continuous function that models the learning rate schedule), and $ii)$ choosing a sampling rate (i.e., how frequently the learning rate is updated/sampled from this profile). We propose a novel profile and sampling rate combination called the Reflected Exponential (REX) schedule, which we evaluate across seven different experimental settings with both SGD and Adam optimizers. REX outperforms the linear schedule in the low budget regime, while matching or exceeding the performance of several state-of-the-art learning rate schedules (linear, step, exponential, cosine, step decay on plateau, and OneCycle) in both high and low budget regimes. Furthermore, REX requires no added computation, storage, or hyperparameters.

📄 PDF Abstract BibTeX arXiv:2107.04197

Code (1)

IvanVassi/REX_LR pytorch

Methods 이 논문이 사용한 방법론

Step Decay 설명 없음
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Budgeted Training: Rethinking Deep Neural Network Training Under Resource Constraints

2019-05-12 · ICLR 2020 1 · Mengtian Li, Ersin Yumer, Deva Ramanan

In most practical settings and theoretical analyses, one assumes that a model can be trained until convergence. However, the growing complexity of machine learning datasets and models may violate such assumptions. Indeed…

General Classificationimage-classificationImage ClassificationInstance Segmentation+5

Stepsize anything: A unified learning rate schedule for budgeted-iteration training

2025-05-30 · Anda Tang, Yiming Dong, Yutao Zeng, Zhou Xun 외

The expanding computational costs and limited resources underscore the critical need for budgeted-iteration training, which aims to achieve optimal learning within predetermined iteration budgets.While learning rate sche…

Revisiting Wedge Sampling for Budgeted Maximum Inner Product Search

2019-08-23 · Stephan S. Lorenzen, Ninh Pham

Top-k maximum inner product search (MIPS) is a central task in many machine learning applications. This paper extends top-k MIPS with a budgeted setting, that asks for the best approximate top-k MIPS given a limit of B c…

Recommendation Systems

Budgeted Optimization with Concurrent Stochastic-Duration Experiments

2011-12-01 · NeurIPS 2011 12 · Javad Azimi, Alan Fern, Xiaoli Z. Fern

Budgeted optimization involves optimizing an unknown function that is costly to evaluate by requesting a limited number of function evaluations at intelligently selected inputs. Typical problem formulations assume that e…

Budgeted Policy Learning for Task-Oriented Dialogue Systems

2019-06-02 · ACL 2019 7 · Zhirui Zhang, Xiujun Li, Jianfeng Gao, Enhong Chen

This paper presents a new approach that extends Deep Dyna-Q (DDQ) by incorporating a Budget-Conscious Scheduling (BCS) to best utilize a fixed, small amount of user interactions (budget) for learning task-oriented dialog…

SchedulingTask-Oriented Dialogue Systems