paper-with-me

홈 › Papers

Challenging Forgets: Unveiling the Worst-Case Forget Sets in Machine Unlearning

2024-03-12 · Chongyu Fan, Jiancheng Liu, Alfred Hero, Sijia Liu

The trustworthy machine learning (ML) community is increasingly recognizing the crucial need for models capable of selectively 'unlearning' data points after training. This leads to the problem of machine unlearning (MU), aiming to eliminate the influence of chosen data points on model performance, while still maintaining the model's utility post-unlearning. Despite various MU methods for data influence erasure, evaluations have largely focused on random data forgetting, ignoring the vital inquiry into which subset should be chosen to truly gauge the authenticity of unlearning performance. To tackle this issue, we introduce a new evaluative angle for MU from an adversarial viewpoint. We propose identifying the data subset that presents the most significant challenge for influence erasure, i.e., pinpointing the worst-case forget set. Utilizing a bi-level optimization principle, we amplify unlearning challenges at the upper optimization level to emulate worst-case scenarios, while simultaneously engaging in standard training and unlearning at the lower level, achieving a balance between data influence erasure and model utility. Our proposal offers a worst-case evaluation of MU's resilience and effectiveness. Through extensive experiments across different datasets (including CIFAR-10, 100, CelebA, Tiny ImageNet, and ImageNet) and models (including both image classifiers and generative models), we expose critical pros and cons in existing (approximate) unlearning strategies. Our results illuminate the complex challenges of MU in practice, guiding the future development of more accurate and robust unlearning algorithms. The code is available at https://github.com/OPTML-Group/Unlearn-WorstCase.

📄 PDF Abstract BibTeX arXiv:2403.07362

Code (1)

optml-group/unlearn-worstcase 공식 구현 pytorch

Tasks

Machine Unlearning

Similar Papers 제목 키워드 기반

Four algorithms for propositional forgetting

2022-04-13 · Paolo Liberatore

Four algorithms for propositional forgetting are compared. The first performs all possible resolutions and deletes the clauses containing a variable to forget. The second forgets a variable at time by resolving and then …

All

CLIPErase: Efficient Unlearning of Visual-Textual Associations in CLIP

2024-10-30 · Tianyu Yang, Lisen Dai, Zheyuan Liu, Xiangqi Wang 외

Machine unlearning (MU) has gained significant attention as a means to remove specific data from trained models without requiring a full retraining process. While progress has been made in unimodal domains like text and …

image-classificationImage ClassificationMachine Unlearning

Overcoming Catastrophic Forgetting in Zero-Shot Cross-Lingual Generation

2022-05-25 · Tu Vu, Aditya Barua, Brian Lester, Daniel Cer 외

In this paper, we explore the challenging problem of performing a generative task in a target language when labeled data is only available in English, using summarization as a case study. We assume a strict setting with …

Cross-Lingual TransferMachine TranslationTransfer Learning

Statistical Mechanical Analysis of Catastrophic Forgetting in Continual Learning with Teacher and Student Networks

2021-05-16 · Haruka Asanuma, Shiro Takagi, Yoshihiro Nagano, Yuki Yoshida 외

When a computational system continuously learns from an ever-changing environment, it rapidly forgets its past experiences. This phenomenon is called catastrophic forgetting. While a line of studies has been proposed wit…

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