paper-with-me

홈 › Papers

Identity Crisis: Memorization and Generalization under Extreme Overparameterization

2019-02-13 · ICLR 2020 1 · Chiyuan Zhang, Samy Bengio, Moritz Hardt, Michael C. Mozer, Yoram Singer

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 output: because CNN biases are location invariant, the model must progressively grow an output pattern from the image boundaries via the coordination of many layers. Our work helps to quantify and visualize the sensitivity of inductive biases to architectural choices such as depth, kernel width, and number of channels.

📄 PDF Abstract BibTeX arXiv:1902.04698

Code (0)

등록된 구현이 없습니다.

Tasks

Memorization

Similar Papers 제목 키워드 기반

Exploring Memorization in Adversarial Training

2021-06-03 · ICLR 2022 4 · Yinpeng Dong, Ke Xu, Xiao Yang, Tianyu Pang 외

Deep learning models have a propensity for fitting the entire training set even with random labels, which requires memorization of every training sample. In this paper, we explore the memorization effect in adversarial t…

Memorization

LCMem: A Universal Model for Robust Image Memorization Detection

2025-12-16 · Mischa Dombrowski, Felix Nützel, Bernhard Kainz arxiv

Recent advances in generative image modeling have achieved visual realism sufficient to deceive human experts, yet their potential for privacy preserving data sharing remains insufficiently understood. A central obstacle…

Retrieval-augmented Encoders for Extreme Multi-label Text Classification

2025-02-15 · Yau-Shian Wang, Wei-Cheng Chang, Jyun-Yu Jiang, Jiong Zhang 외

Extreme multi-label classification (XMC) seeks to find relevant labels from an extremely large label collection for a given text input. To tackle such a vast label space, current state-of-the-art methods fall into two ca…

Extreme Multi-Label ClassificationMemorizationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+5

Learning and Memorization

2018-07-01 · ICML 2018 7 · Satrajit Chatterjee

In the machine learning research community, it is generally believed that there is a tension between memorization and generalization. In this work we examine to what extent this tension exists by exploring if it is …

Memorization

Extreme Memorization via Scale of Initialization

2020-08-31 · ICLR 2021 1 · Harsh Mehta, Ashok Cutkosky, Behnam Neyshabur

We construct an experimental setup in which changing the scale of initialization strongly impacts the implicit regularization induced by SGD, interpolating from good generalization performance to completely memorizing th…

image-classificationImage ClassificationMemorization