LGJun 2, 2022

Fast Benchmarking of Accuracy vs. Training Time with Cyclic Learning Rates

arXiv:2206.00832v25 citationsh-index: 23
AI Analysis

This addresses the problem of costly benchmarking for researchers and practitioners, but it is incremental as it builds on existing cyclic learning rate techniques.

The paper tackles the computational expense of benchmarking accuracy vs. training time by using a multiplicative cyclic learning rate schedule to construct tradeoff curves in a single training run, generating curves for methods like Blurpool and MixUp to evaluate algorithmic effects on efficiency.

Benchmarking the tradeoff between neural network accuracy and training time is computationally expensive. Here we show how a multiplicative cyclic learning rate schedule can be used to construct a tradeoff curve in a single training run. We generate cyclic tradeoff curves for combinations of training methods such as Blurpool, Channels Last, Label Smoothing and MixUp, and highlight how these cyclic tradeoff curves can be used to evaluate the effects of algorithmic choices on network training efficiency.

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