Identity Crisis: Memorization and Generalization under Extreme Overparameterization
Chiyuan Zhang, Samy Bengio, Moritz Hardt, Michael C. Mozer, and Yoram Singer

TL;DR
This paper investigates how overparameterized neural networks memorize or generalize from a single example, revealing that CNNs can generalize from minimal data while FCNs tend to memorize, with biases influenced by architecture.
Contribution
It provides a formal characterization of generalization in single-layer networks and empirically demonstrates how architecture affects inductive biases in memorization and generalization.
Findings
CNNs can generalize from a single example, unlike FCNs.
Deeper CNNs often fail to generalize but excel at memorization.
Architectural choices significantly influence inductive biases.
Abstract
We study the interplay between memorization and generalization of overparameterized networks in the extreme case of a single training example and an identity-mapping task. We examine fully-connected and convolutional networks (FCN and CNN), both linear and nonlinear, initialized randomly and then trained to minimize the reconstruction error. The trained networks stereotypically take one of two forms: the constant function (memorization) and the identity function (generalization). We formally characterize generalization in single-layer FCNs and CNNs. We show empirically that different architectures exhibit strikingly different inductive biases. For example, CNNs of up to 10 layers are able to generalize from a single example, whereas FCNs cannot learn the identity function reliably from 60k examples. Deeper CNNs often fail, but nonetheless do astonishing work to memorize the training…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Model Reduction and Neural Networks · Medical Image Segmentation Techniques
