LGMLOct 16, 2020

Why Are Convolutional Nets More Sample-Efficient than Fully-Connected Nets?

arXiv:2010.08515v245 citations
Originality Highly original
AI Analysis

This work provides a rigorous theoretical foundation for understanding the sample efficiency of convolutional networks, addressing a long-standing gap in machine learning theory.

The paper tackles the problem of mathematically explaining why convolutional neural networks generalize better than fully-connected networks by constructing a natural distribution where convolutional architectures require only O(1) samples to generalize, while fully-connected networks trained with standard gradient-based methods need Ω(d²) samples, demonstrating a provable sample complexity gap.

Convolutional neural networks often dominate fully-connected counterparts in generalization performance, especially on image classification tasks. This is often explained in terms of 'better inductive bias'. However, this has not been made mathematically rigorous, and the hurdle is that the fully connected net can always simulate the convolutional net (for a fixed task). Thus the training algorithm plays a role. The current work describes a natural task on which a provable sample complexity gap can be shown, for standard training algorithms. We construct a single natural distribution on $\mathbb{R}^d\times\{\pm 1\}$ on which any orthogonal-invariant algorithm (i.e. fully-connected networks trained with most gradient-based methods from gaussian initialization) requires $Ω(d^2)$ samples to generalize while $O(1)$ samples suffice for convolutional architectures. Furthermore, we demonstrate a single target function, learning which on all possible distributions leads to an $O(1)$ vs $Ω(d^2/\varepsilon)$ gap. The proof relies on the fact that SGD on fully-connected network is orthogonal equivariant. Similar results are achieved for $\ell_2$ regression and adaptive training algorithms, e.g. Adam and AdaGrad, which are only permutation equivariant.

Foundations

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

Your Notes