A Convergence Analysis of Gradient Descent for Deep Linear Neural Networks
Sanjeev Arora, Nadav Cohen, Noah Golowich, Wei Hu

TL;DR
This paper provides a detailed convergence analysis for gradient descent training deep linear neural networks, identifying key conditions for guaranteed linear convergence to the global optimum, especially in scalar regression.
Contribution
It establishes necessary initialization conditions for convergence and extends previous analyses to more general deep linear networks.
Findings
Convergence at a linear rate under specific initialization and layer dimension conditions.
Necessary conditions on initialization for convergence to the global minimum.
Guaranteed convergence in scalar regression with high probability.
Abstract
We analyze speed of convergence to global optimum for gradient descent training a deep linear neural network (parameterized as ) by minimizing the loss over whitened data. Convergence at a linear rate is guaranteed when the following hold: (i) dimensions of hidden layers are at least the minimum of the input and output dimensions; (ii) weight matrices at initialization are approximately balanced; and (iii) the initial loss is smaller than the loss of any rank-deficient solution. The assumptions on initialization (conditions (ii) and (iii)) are necessary, in the sense that violating any one of them may lead to convergence failure. Moreover, in the important case of output dimension 1, i.e. scalar regression, they are met, and thus convergence to global optimum holds, with constant probability under a random initialization scheme. Our results…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Advanced Neural Network Applications · Machine Learning and ELM
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
