paper-with-me

홈 › Papers

Global Convergence of Gradient Descent for Deep Linear Residual Networks

2019-11-02 · NeurIPS 2019 12 · Lei Wu, Qingcan Wang, Chao Ma

We analyze the global convergence of gradient descent for deep linear residual networks by proposing a new initialization: zero-asymmetric (ZAS) initialization. It is motivated by avoiding stable manifolds of saddle points. We prove that under the ZAS initialization, for an arbitrary target matrix, gradient descent converges to an $\varepsilon$-optimal point in $O(L^3 \log(1/\varepsilon))$ iterations, which scales polynomially with the network depth $L$. Our result and the $\exp(\Omega(L))$ convergence time for the standard initialization (Xavier or near-identity) [Shamir, 2018] together demonstrate the importance of the residual structure and the initialization in the optimization for deep linear neural networks, especially when $L$ is large.

📄 PDF Abstract BibTeX arXiv:1911.00645

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the Global Convergence of Training Deep Linear ResNets

2020-03-02 · ICLR 2020 1 · Difan Zou, Philip M. Long, Quanquan Gu

We study the convergence of gradient descent (GD) and stochastic gradient descent (SGD) for training $L$-hidden-layer linear residual networks (ResNets). We prove that for training deep residual networks with certain lin…

Convergence and Implicit Regularization Properties of Gradient Descent for Deep Residual Networks

2022-04-14 · Rama Cont, Alain Rossier, Renyuan Xu

We prove linear convergence of gradient descent to a global optimum for the training of deep residual networks with constant layer width and smooth activation function. We show that if the trained weights, as a function …

A Convergence Analysis of Gradient Descent for Deep Linear Neural Networks

2018-10-04 · ICLR 2019 5 · Sanjeev Arora, Nadav Cohen, Noah Golowich, Wei Hu

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. Con…

Gradient Descent Finds Global Minima of Deep Neural Networks

2018-11-09 · Simon S. Du, Jason D. Lee, Haochuan Li, Li-Wei Wang 외

Gradient descent finds a global minimum in training deep neural networks despite the objective function being non-convex. The current paper proves gradient descent achieves zero training loss in polynomial time for a dee…

Global convergence of ResNets: From finite to infinite width using linear parameterization

2021-12-10 · Raphaël Barboni, Gabriel Peyré, François-Xavier Vialard

Overparametrization is a key factor in the absence of convexity to explain global convergence of gradient descent (GD) for neural networks. Beside the well studied lazy regime, infinite width (mean field) analysis has be…