Gradient Descent Learns One-hidden-layer CNN: Don't be Afraid of Spurious Local Minima
Simon S. Du, Jason D. Lee, Yuandong Tian, Barnabas Poczos, Aarti Singh

TL;DR
This paper demonstrates that gradient descent with weight normalization can successfully learn a one-hidden-layer CNN despite the existence of spurious local minima, revealing nuanced dynamics and convergence properties.
Contribution
It proves that gradient descent can recover true parameters in a CNN with spurious minima, and analyzes the two-phase convergence behavior.
Findings
Gradient descent can recover true parameters despite spurious local minima.
The convergence has two phases: slow initial progress, then rapid convergence.
Multiple restarts boost the probability of successful learning.
Abstract
We consider the problem of learning a one-hidden-layer neural network with non-overlapping convolutional layer and ReLU activation, i.e., , in which both the convolutional weights and the output weights are parameters to be learned. When the labels are the outputs from a teacher network of the same architecture with fixed weights , we prove that with Gaussian input , there is a spurious local minimizer. Surprisingly, in the presence of the spurious local minimizer, gradient descent with weight normalization from randomly initialized weights can still be proven to recover the true parameters with constant probability, which can be boosted to probability with multiple restarts. We also show that with constant probability, the same…
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
TopicsNeural Networks and Applications · Stochastic Gradient Optimization Techniques · Model Reduction and Neural Networks
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Weight Normalization
