A Convergence Analysis of Nesterov's Accelerated Gradient Method in Training Deep Linear Neural Networks
Xin Liu, Wei Tao, Zhisong Pan

TL;DR
This paper provides the first theoretical convergence guarantees for Nesterov's accelerated gradient method in training deep linear neural networks, demonstrating its accelerated convergence over gradient descent.
Contribution
It offers the first theoretical analysis of NAG convergence in deep neural networks, including deep fully-connected and ResNet architectures, under over-parameterization.
Findings
NAG converges to the global minimum at a rate of (1 - O(1/√κ))^t
NAG achieves faster convergence than gradient descent (GD)
The analysis extends to deep linear ResNets, showing similar convergence results.
Abstract
Momentum methods, including heavy-ball~(HB) and Nesterov's accelerated gradient~(NAG), are widely used in training neural networks for their fast convergence. However, there is a lack of theoretical guarantees for their convergence and acceleration since the optimization landscape of the neural network is non-convex. Nowadays, some works make progress towards understanding the convergence of momentum methods in an over-parameterized regime, where the number of the parameters exceeds that of the training instances. Nonetheless, current results mainly focus on the two-layer neural network, which are far from explaining the remarkable success of the momentum methods in training deep neural networks. Motivated by this, we investigate the convergence of NAG with constant learning rate and momentum parameter in training two architectures of deep linear networks: deep fully-connected linear…
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 · Neural Networks and Applications · Advanced Neural Network Applications
