LGAICVNEMLApr 26, 2017

The loss surface of deep and wide neural networks

arXiv:1704.08045v20.00301 citations
AI Analysis45

This provides a theoretical foundation for understanding optimization in deep learning, addressing a fundamental challenge for researchers and practitioners.

The paper tackles the non-convex optimization problem in deep neural networks by proving that, under specific conditions, almost all local minima are globally optimal, which explains why training often avoids suboptimal points.

While the optimization problem behind deep neural networks is highly non-convex, it is frequently observed in practice that training deep networks seems possible without getting stuck in suboptimal points. It has been argued that this is the case as all local minima are close to being globally optimal. We show that this is (almost) true, in fact almost all local minima are globally optimal, for a fully connected network with squared loss and analytic activation function given that the number of hidden units of one layer of the network is larger than the number of training points and the network structure from this layer on is pyramidal.

Foundations

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

Your Notes