LGMLMay 13, 2018

The Global Optimization Geometry of Shallow Linear Neural Networks

arXiv:1805.04938v239 citations
Originality Incremental advance
AI Analysis

This provides theoretical guarantees for training shallow linear networks, addressing a foundational problem in machine learning optimization, though it is incremental as it builds on prior work with milder assumptions.

The paper tackles the optimization landscape of shallow linear neural networks, showing that under mild assumptions, the squared error loss has no spurious local minima and saddle points have negative curvature, enabling algorithms like gradient descent to achieve global convergence.

We examine the squared error loss landscape of shallow linear neural networks. We show---with significantly milder assumptions than previous works---that the corresponding optimization problems have benign geometric properties: there are no spurious local minima and the Hessian at every saddle point has at least one negative eigenvalue. This means that at every saddle point there is a directional negative curvature which algorithms can utilize to further decrease the objective value. These geometric properties imply that many local search algorithms (such as the gradient descent which is widely utilized for training neural networks) can provably solve the training problem with global convergence.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes