paper-with-me

홈 › Papers

Measuring Forgetting of Memorized Training Examples

2022-06-30 · Matthew Jagielski, Om Thakkar, Florian Tramèr, Daphne Ippolito, Katherine Lee, Nicholas Carlini, Eric Wallace, Shuang Song, Abhradeep Thakurta, Nicolas Papernot, Chiyuan Zhang

Machine learning models exhibit two seemingly contradictory phenomena: training data memorization, and various forms of forgetting. In memorization, models overfit specific training examples and become susceptible to privacy attacks. In forgetting, examples which appeared early in training are forgotten by the end. In this work, we connect these phenomena. We propose a technique to measure to what extent models "forget" the specifics of training examples, becoming less susceptible to privacy attacks on examples they have not seen recently. We show that, while non-convex models can memorize data forever in the worst-case, standard image, speech, and language models empirically do forget examples over time. We identify nondeterminism as a potential explanation, showing that deterministically trained models do not forget. Our results suggest that examples seen early when training with extremely large datasets - for instance those examples used to pre-train a model - may observe privacy benefits at the expense of examples seen later.

📄 PDF Abstract BibTeX arXiv:2207.00099

Code (0)

등록된 구현이 없습니다.

Tasks

Memorization

Similar Papers 제목 키워드 기반

Localizing Paragraph Memorization in Language Models

2024-03-28 · Niklas Stoehr, Mitchell Gordon, Chiyuan Zhang, Owen Lewis

Can we localize the weights and mechanisms used by a language model to memorize and recite entire paragraphs of its training data? In this paper, we show that while memorization is spread across multiple layers and model…

Language ModelingLanguage ModellingMemorization

Continual Relation Learning via Episodic Memory Activation and Reconsolidation

2020-07-01 · ACL 2020 6 · Xu Han, Yi Dai, Tianyu Gao, Yankai Lin 외

Continual relation learning aims to continually train a model on new data to learn incessantly emerging novel relations while avoiding catastrophically forgetting old relations. Some pioneering work has proved that stori…

Continual LearningRelation

Can Neural Network Memorization Be Localized?

2023-07-18 · Pratyush Maini, Michael C. Mozer, Hanie Sedghi, Zachary C. Lipton 외

Recent efforts at explaining the interplay of memorization and generalization in deep overparametrized networks have posited that neural networks $\textit{memorize}$ "hard" examples in the final few layers of the model. …

Memorization

SHRED: Retain-Set-Free Unlearning via Self-Distillation with Logit Demotion

2026-05-08 · Zizhao Hu, Ameya Godbole, Johnny Tian-Zheng Wei, Mohammad Rostami 외 arxiv

Machine unlearning for large language models (LLMs) aims to selectively remove memorized content such as private data, copyrighted text, or hazardous knowledge, without costly full retraining. Most existing methods requi…

Measuring memorization in RLHF for code completion

2024-06-17 · Aneesh Pappu, Billy Porter, Ilia Shumailov, Jamie Hayes

Reinforcement learning with human feedback (RLHF) has become the dominant method to align large models to user preferences. Unlike fine-tuning, for which there are many studies regarding training data memorization, it is…

Code CompletionMemorizationreinforcement-learningReinforcement Learning