pith. machine review for the scientific record. sign in

arxiv: 1810.01322 · v3 · submitted 2018-10-02 · 💻 cs.LG · cs.NE· stat.ML

Recognition: unknown

Learning with Random Learning Rates

Authors on Pith no claims yet
classification 💻 cs.LG cs.NEstat.ML
keywords learningalraomodelsratecomesdeepdescentgradient
0
0 comments X
read the original abstract

Hyperparameter tuning is a bothersome step in the training of deep learning models. One of the most sensitive hyperparameters is the learning rate of the gradient descent. We present the 'All Learning Rates At Once' (Alrao) optimization method for neural networks: each unit or feature in the network gets its own learning rate sampled from a random distribution spanning several orders of magnitude. This comes at practically no computational cost. Perhaps surprisingly, stochastic gradient descent (SGD) with Alrao performs close to SGD with an optimally tuned learning rate, for various architectures and problems. Alrao could save time when testing deep learning models: a range of models could be quickly assessed with Alrao, and the most promising models could then be trained more extensively. This text comes with a PyTorch implementation of the method, which can be plugged on an existing PyTorch model: https://github.com/leonardblier/alrao .

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Scalable Hyperparameter-Divergent Ensemble Training with Automatic Learning Rate Exploration for Large Models

    cs.LG 2026-04 unverdicted novelty 5.0

    HDET lets data-parallel replicas explore a spread of learning rates independently before averaging parameters, with an auto-LR controller driven by inter-replica loss differences to produce a self-adapting schedule wi...