Identifying and attacking the saddle point problem in high-dimensional non-convex optimization
Yann Dauphin, Razvan Pascanu, Caglar Gulcehre, Kyunghyun Cho, Surya, Ganguli, Yoshua Bengio

TL;DR
This paper identifies saddle points as the main obstacle in high-dimensional non-convex optimization, and introduces the saddle-free Newton method to efficiently escape these saddle points, improving neural network training.
Contribution
It reveals saddle points as the primary challenge in high-dimensional optimization and proposes a novel saddle-free Newton method to overcome this issue.
Findings
Saddle points cause high error plateaus that slow learning.
The saddle-free Newton method outperforms traditional methods in escaping saddle points.
Numerical experiments show improved neural network training performance.
Abstract
A central challenge to many fields of science and engineering involves minimizing non-convex error functions over continuous, high dimensional spaces. Gradient descent or quasi-Newton methods are almost ubiquitously used to perform such minimizations, and it is often thought that a main source of difficulty for these local methods to find the global minimum is the proliferation of local minima with much higher error than the global minimum. Here we argue, based on results from statistical physics, random matrix theory, neural network theory, and empirical evidence, that a deeper and more profound difficulty originates from the proliferation of saddle points, not local minima, especially in high dimensional problems of practical interest. Such saddle points are surrounded by high error plateaus that can dramatically slow down learning, and give the illusory impression of the existence of…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSparse and Compressive Sensing Techniques · Stochastic Gradient Optimization Techniques · Neural Networks and Applications
