English

Width Provably Matters in Optimization for Deep Linear Neural Networks

Machine Learning 2019-05-28 v3 Machine Learning

Abstract

We prove that for an LL-layer fully-connected linear neural network, if the width of every hidden layer is Ω~(Lrdoutκ3)\tilde\Omega (L \cdot r \cdot d_{\mathrm{out}} \cdot \kappa^3 ), where rr and κ\kappa are the rank and the condition number of the input data, and doutd_{\mathrm{out}} is the output dimension, then gradient descent with Gaussian random initialization converges to a global minimum at a linear rate. The number of iterations to find an ϵ\epsilon-suboptimal solution is O(κlog(1ϵ))O(\kappa \log(\frac{1}{\epsilon})). Our polynomial upper bound on the total running time for wide deep linear networks and the exp(Ω(L))\exp\left(\Omega\left(L\right)\right) lower bound for narrow deep linear neural networks [Shamir, 2018] together demonstrate that wide layers are necessary for optimizing deep models.

Keywords

Cite

@article{arxiv.1901.08572,
  title  = {Width Provably Matters in Optimization for Deep Linear Neural Networks},
  author = {Simon S. Du and Wei Hu},
  journal= {arXiv preprint arXiv:1901.08572},
  year   = {2019}
}

Comments

In ICML 2019

R2 v1 2026-06-23T07:21:31.820Z