LGOCMLNov 27, 2019

How Much Over-parameterization Is Sufficient to Learn Deep ReLU Networks?

arXiv:1911.12360v4134 citations
Originality Incremental advance
AI Analysis

This addresses a theoretical bottleneck in deep learning for researchers, moving over-parameterization studies toward more practical settings, though it is incremental as it builds on prior work.

The paper tackles the problem of determining the minimal over-parameterization needed for deep ReLU networks to achieve optimization and generalization guarantees, showing that a polylogarithmic width suffices under certain assumptions, improving upon previous polynomial requirements.

A recent line of research on deep learning focuses on the extremely over-parameterized setting, and shows that when the network width is larger than a high degree polynomial of the training sample size $n$ and the inverse of the target error $ε^{-1}$, deep neural networks learned by (stochastic) gradient descent enjoy nice optimization and generalization guarantees. Very recently, it is shown that under certain margin assumptions on the training data, a polylogarithmic width condition suffices for two-layer ReLU networks to converge and generalize (Ji and Telgarsky, 2019). However, whether deep neural networks can be learned with such a mild over-parameterization is still an open question. In this work, we answer this question affirmatively and establish sharper learning guarantees for deep ReLU networks trained by (stochastic) gradient descent. In specific, under certain assumptions made in previous work, our optimization and generalization guarantees hold with network width polylogarithmic in $n$ and $ε^{-1}$. Our results push the study of over-parameterized deep neural networks towards more practical settings.

Foundations

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

Your Notes