paper-with-me

Papers

Gradient descent provably escapes saddle points in the training of shallow ReLU networks

2022-08-03 · Patrick Cheridito, Arnulf Jentzen, Florian Rossmannek

Dynamical systems theory has recently been applied in optimization to prove that gradient descent algorithms bypass so-called strict saddle points of the loss function. However, in many modern machine learning applications, the required regularity conditions are not satisfied. In this paper, we prove a variant of the relevant dynamical systems result, a center-stable manifold theorem, in which we relax some of the regularity requirements. We explore its relevance for various machine learning tasks, with a particular focus on shallow rectified linear unit (ReLU) and leaky ReLU networks with scalar input. Building on a detailed examination of critical points of the square integral loss function for shallow ReLU and leaky ReLU networks relative to an affine target function, we show that gradient descent circumvents most saddle points. Furthermore, we prove convergence to global minima under favourable initialization conditions, quantified by an explicit threshold on the limiting loss.

📄 PDF Abstract BibTeX arXiv:2208.02083

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Accelerated Gradient Descent Escapes Saddle Points Faster than Gradient Descent

2017-11-28 · Chi Jin, Praneeth Netrapalli, Michael. I. Jordan

Nesterov's accelerated gradient descent (AGD), an instance of the general family of "momentum methods", provably achieves faster convergence rate than gradient descent (GD) in the convex setting. However, whether these m…

Gradient Descent Can Take Exponential Time to Escape Saddle Points

2017-05-29 · NeurIPS 2017 12 · Simon S. Du, Chi Jin, Jason D. Lee, Michael. I. Jordan 외

Although gradient descent (GD) almost always escapes saddle points asymptotically [Lee et al., 2016], this paper shows that even with fairly natural random initialization schemes and non-pathological functions, GD can be…

Asymptotic Escape of Spurious Critical Points on the Low-rank Matrix Manifold

2021-07-20 · Thomas Y. Hou, Zhenzhen Li, Ziyun Zhang

We show that on the manifold of fixed-rank and symmetric positive semi-definite matrices, the Riemannian gradient descent algorithm almost surely escapes some spurious critical points on the boundary of the manifold. Our…

First-order Methods Almost Always Avoid Saddle Points

2017-10-20 · Jason D. Lee, Ioannis Panageas, Georgios Piliouras, Max Simchowitz 외

We establish that first-order methods avoid saddle points for almost all initializations. Our results apply to a wide variety of first-order methods, including gradient descent, block coordinate descent, mirror descent a…

Accelerated Multiplicative Weights Update Avoids Saddle Points almost always

2022-04-25 · Yi Feng, Ioannis Panageas, Xiao Wang

We consider non-convex optimization problems with constraint that is a product of simplices. A commonly used algorithm in solving this type of problem is the Multiplicative Weights Update (MWU), an algorithm that is wide…