MLLGDec 14, 2022

Maximal Initial Learning Rates in Deep ReLU Networks

arXiv:2212.07295v214 citationsh-index: 23
Originality Incremental advance
AI Analysis

This work addresses the challenge of selecting effective learning rates for neural network training, which is crucial for practitioners in machine learning, though it is incremental as it builds on prior theoretical and empirical analyses.

The paper tackles the problem of determining the maximal initial learning rate for training deep ReLU networks, finding that it behaves as a power of depth times width under certain conditions, such as when width is sufficiently large compared to depth and the input layer is trained at a small rate.

Training a neural network requires choosing a suitable learning rate, which involves a trade-off between speed and effectiveness of convergence. While there has been considerable theoretical and empirical analysis of how large the learning rate can be, most prior work focuses only on late-stage training. In this work, we introduce the maximal initial learning rate $η^{\ast}$ - the largest learning rate at which a randomly initialized neural network can successfully begin training and achieve (at least) a given threshold accuracy. Using a simple approach to estimate $η^{\ast}$, we observe that in constant-width fully-connected ReLU networks, $η^{\ast}$ behaves differently from the maximum learning rate later in training. Specifically, we find that $η^{\ast}$ is well predicted as a power of depth $\times$ width, provided that (i) the width of the network is sufficiently large compared to the depth, and (ii) the input layer is trained at a relatively small learning rate. We further analyze the relationship between $η^{\ast}$ and the sharpness $λ_{1}$ of the network at initialization, indicating they are closely though not inversely related. We formally prove bounds for $λ_{1}$ in terms of depth $\times$ width that align with our empirical results.

Foundations

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

Your Notes