LGMLFeb 13, 2019

Uniform convergence may be unable to explain generalization in deep learning

arXiv:1902.04742v4358 citations
AI Analysis

This work challenges a fundamental learning-theoretic approach for understanding generalization in deep learning, highlighting its limitations for researchers and practitioners in machine learning.

The paper investigates the failure of uniform convergence-based generalization bounds to explain the good generalization of overparameterized deep networks, showing through experiments and theoretical examples that these bounds can increase with dataset size and yield vacuous guarantees even for classifiers with small test errors.

Aimed at explaining the surprisingly good generalization behavior of overparameterized deep networks, recent works have developed a variety of generalization bounds for deep learning, all based on the fundamental learning-theoretic technique of uniform convergence. While it is well-known that many of these existing bounds are numerically large, through numerous experiments, we bring to light a more concerning aspect of these bounds: in practice, these bounds can {\em increase} with the training dataset size. Guided by our observations, we then present examples of overparameterized linear classifiers and neural networks trained by gradient descent (GD) where uniform convergence provably cannot "explain generalization" -- even if we take into account the implicit bias of GD {\em to the fullest extent possible}. More precisely, even if we consider only the set of classifiers output by GD, which have test errors less than some small $ε$ in our settings, we show that applying (two-sided) uniform convergence on this set of classifiers will yield only a vacuous generalization guarantee larger than $1-ε$. Through these findings, we cast doubt on the power of uniform convergence-based generalization bounds to provide a complete picture of why overparameterized deep networks generalize well.

Code Implementations1 repo
Foundations

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

Your Notes