LGMLOct 17, 2018

Small ReLU networks are powerful memorizers: a tight analysis of memorization capacity

arXiv:1810.07770v3132 citations
Originality Highly original
AI Analysis

This provides foundational insights into the expressivity of neural networks, with implications for understanding overfitting and generalization in deep learning.

The paper tackles the problem of memorization capacity in ReLU neural networks, showing that 3-layer networks with Ω(√N) hidden nodes can memorize most datasets of N points, and proving tight bounds that width Θ(√N) is necessary and sufficient, with extensions to deeper networks and residual networks reducing requirements from N to √N nodes.

We study finite sample expressivity, i.e., memorization power of ReLU networks. Recent results require $N$ hidden nodes to memorize/interpolate arbitrary $N$ data points. In contrast, by exploiting depth, we show that 3-layer ReLU networks with $Ω(\sqrt{N})$ hidden nodes can perfectly memorize most datasets with $N$ points. We also prove that width $Θ(\sqrt{N})$ is necessary and sufficient for memorizing $N$ data points, proving tight bounds on memorization capacity. The sufficiency result can be extended to deeper networks; we show that an $L$-layer network with $W$ parameters in the hidden layers can memorize $N$ data points if $W = Ω(N)$. Combined with a recent upper bound $O(WL\log W)$ on VC dimension, our construction is nearly tight for any fixed $L$. Subsequently, we analyze memorization capacity of residual networks under a general position assumption; we prove results that substantially reduce the known requirement of $N$ hidden nodes. Finally, we study the dynamics of stochastic gradient descent (SGD), and show that when initialized near a memorizing global minimum of the empirical risk, SGD quickly finds a nearby point with much smaller empirical risk.

Foundations

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

Your Notes