paper-with-me

홈 › Papers

A Closer Look at Memorization in Deep Networks

2017-06-16 · ICML 2017 8 · Devansh Arpit, Stanisław Jastrzębski, Nicolas Ballas, David Krueger, Emmanuel Bengio, Maxinder S. Kanwal, Tegan Maharaj, Asja Fischer, Aaron Courville, Yoshua Bengio, Simon Lacoste-Julien

We examine the role of memorization in deep learning, drawing connections to capacity, generalization, and adversarial robustness. While deep networks are capable of memorizing noise data, our results suggest that they tend to prioritize learning simple patterns first. In our experiments, we expose qualitative differences in gradient-based optimization of deep neural networks (DNNs) on noise vs. real data. We also demonstrate that for appropriately tuned explicit regularization (e.g., dropout) we can degrade DNN training performance on noise datasets without compromising generalization on real data. Our analysis suggests that the notions of effective capacity which are dataset independent are unlikely to explain the generalization performance of deep networks when trained with gradient based methods because training data itself plays an important role in determining the degree of memorization.

📄 PDF Abstract BibTeX arXiv:1706.05394

Code (2)

chenpf1025/IDN/blob/master/ops.py pytorch
jerermyyoung/rtlearning pytorch

Tasks

Adversarial RobustnessMemorization

Similar Papers 제목 키워드 기반

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

WinoWhat: A Parallel Corpus of Paraphrased WinoGrande Sentences with Common Sense Categorization

2025-03-31 · Ine Gevers, Victor De Marez, Luna De Bruyne, Walter Daelemans

In this study, we take a closer look at how Winograd schema challenges can be used to evaluate common sense reasoning in LLMs. Specifically, we evaluate generative models of different sizes on the popular WinoGrande benc…

Common Sense ReasoningMemorizationWinogrande

A Closer Look at Model Collapse: From a Generalization-to-Memorization Perspective

2025-09-20 · Lianghe Shi, Meng Wu, Huijie Zhang, Zekai Zhang 외 arxiv

The widespread use of diffusion models has led to an abundance of AI-generated data, raising concerns about model collapse -- a phenomenon in which recursive iterations of training on synthetic data lead to performance d…

Uncovering Memorization Effect in the Presence of Spurious Correlations

2025-01-01 · Chenyu You, Haocheng Dai, Yifei Min, Jasjeet S. Sekhon 외

Machine learning models often rely on simple spurious features -- patterns in training data that correlate with targets but are not causally related to them, like image backgrounds in foreground classification. This reli…

Memorization

Quantifying and Analyzing Entity-level Memorization in Large Language Models

2023-08-30 · Zhenhong Zhou, Jiuyang Xiang, Chaomeng Chen, Sen Su

Large language models (LLMs) have been proven capable of memorizing their training data, which can be extracted through specifically designed prompts. As the scale of datasets continues to grow, privacy risks arising fro…

Language ModelingLanguage ModellingMemorizationProbing Language Models