paper-with-me

Papers

Characterizing Datapoints via Second-Split Forgetting

2022-10-26 · Pratyush Maini, Saurabh Garg, Zachary C. Lipton, J. Zico Kolter

Researchers investigating example hardness have increasingly focused on the dynamics by which neural networks learn and forget examples throughout training. Popular metrics derived from these dynamics include (i) the epoch at which examples are first correctly classified; (ii) the number of times their predictions flip during training; and (iii) whether their prediction flips if they are held out. However, these metrics do not distinguish among examples that are hard for distinct reasons, such as membership in a rare subpopulation, being mislabeled, or belonging to a complex subpopulation. In this paper, we propose $second$-$split$ $forgetting$ $time$ (SSFT), a complementary metric that tracks the epoch (if any) after which an original training example is forgotten as the network is fine-tuned on a randomly held out partition of the data. Across multiple benchmark datasets and modalities, we demonstrate that $mislabeled$ examples are forgotten quickly, and seemingly $rare$ examples are forgotten comparatively slowly. By contrast, metrics only considering the first split learning dynamics struggle to differentiate the two. At large learning rates, SSFT tends to be robust across architectures, optimizers, and random seeds. From a practical standpoint, the SSFT can (i) help to identify mislabeled samples, the removal of which improves generalization; and (ii) provide insights about failure modes. Through theoretical analysis addressing overparameterized linear models, we provide insights into how the observed phenomena may arise. Code for reproducing our experiments can be found here: https://github.com/pratyushmaini/ssft

📄 PDF Abstract BibTeX arXiv:2210.15031

Code (1)

pratyushmaini/ssft 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

FLIP https://developer.nvidia.com/blog/flip-a-difference-evaluator-for-alternating-images/

Similar Papers 제목 키워드 기반

On Catastrophic Forgetting and Mode Collapse in Generative Adversarial Networks

2018-07-11 · Hoang Thanh-Tung, Truyen Tran

In this paper, we show that Generative Adversarial Networks (GANs) suffer from catastrophic forgetting even when they are trained to approximate a single target distribution. We show that GAN training is a continual lear…

Continual Learning

RESTOR: Knowledge Recovery through Machine Unlearning

2024-10-31 · Keivan Rezaei, Khyathi Chandu, Soheil Feizi, Yejin Choi 외

Large language models trained on web-scale corpora can memorize undesirable datapoints such as incorrect facts, copyrighted content or sensitive data. Recently, many machine unlearning algorithms have been proposed that …

Machine Unlearning

Subspace Geometry Governs Catastrophic Forgetting in Low-Rank Adaptation

2026-02-10 · Brady Steele arxiv

Low-Rank Adaptation (LoRA) has emerged as a parameter-efficient approach for adapting large pre-trained models, yet its behavior under continual learning remains poorly understood. We present a geometric theory character…

parameter-efficient fine-tuningContinual Learning

Measuring Representational Shifts in Continual Learning: A Linear Transformation Perspective

2025-05-27 · Joonkyu Kim, Yejin Kim, Jy-yong Sohn

In continual learning scenarios, catastrophic forgetting of previously learned tasks is a critical issue, making it essential to effectively measure such forgetting. Recently, there has been growing interest in focusing …

Continual Learning

Negotiated Representations to Prevent Forgetting in Machine Learning Applications

2023-11-30 · Nuri Korhan, Ceren Öner

Catastrophic forgetting is a significant challenge in the field of machine learning, particularly in neural networks. When a neural network learns to perform well on a new task, it often forgets its previously acquired k…

Continual LearningImage ClassificationSplit-CIFAR-10Split-MNIST