A Convergence Analysis of Gradient Descent for Deep Linear Neural Networks
Sanjeev Arora, Nadav Cohen, Noah Golowich, Wei Hu
TL;DR
This paper delivers a trajectory-based convergence analysis for gradient descent training of deep linear neural networks on whitened data, proving linear-time convergence to the global minimum under two initialization-driven conditions: approximate balancedness across layers and a positive deficiency margin of the end-to-end weight matrix. The authors extend prior results from linear residual networks to general depth and width configurations, showing that as long as hidden dimensions meet a minimal requirement and the initialization satisfies the balance and margin criteria, gradient descent achieves fast convergence with a rate governed by the deficiency margin and network depth. They also provide a balanced initialization scheme with theoretical guarantees in the scalar-output case and validate their findings with experiments illustrating improved convergence when balance is enforced. The work advances understanding of optimization in deep non-convex settings and highlights initialization strategies that can mitigate vanishing/exploding gradient phenomena, with implications for broader non-linear architectures.
Abstract
We analyze speed of convergence to global optimum for gradient descent training a deep linear neural network (parameterized as $x \mapsto W_N W_{N-1} \cdots W_1 x$) by minimizing the $\ell_2$ 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 significantly extend previous analyses, e.g., of deep linear residual networks (Bartlett et al., 2018).
