LGOCMLMay 22, 2018

Step Size Matters in Deep Learning

arXiv:1805.08890v253 citations
Originality Incremental advance
AI Analysis

This provides theoretical insights into training dynamics for deep learning practitioners, though it is incremental as it builds on existing dynamical systems theory.

The paper analyzes gradient descent in deep learning as a discrete-time dynamical system, showing that step size critically determines which local optima can be reached and the magnitude of oscillations, explaining phenomena like training error deterioration with depth and performance differences in residual networks.

Training a neural network with the gradient descent algorithm gives rise to a discrete-time nonlinear dynamical system. Consequently, behaviors that are typically observed in these systems emerge during training, such as convergence to an orbit but not to a fixed point or dependence of convergence on the initialization. Step size of the algorithm plays a critical role in these behaviors: it determines the subset of the local optima that the algorithm can converge to, and it specifies the magnitude of the oscillations if the algorithm converges to an orbit. To elucidate the effects of the step size on training of neural networks, we study the gradient descent algorithm as a discrete-time dynamical system, and by analyzing the Lyapunov stability of different solutions, we show the relationship between the step size of the algorithm and the solutions that can be obtained with this algorithm. The results provide an explanation for several phenomena observed in practice, including the deterioration in the training error with increased depth, the hardness of estimating linear mappings with large singular values, and the distinct performance of deep residual networks.

Code Implementations2 repos
Foundations

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

Your Notes