paper-with-me

Papers

RESTOR: Knowledge Recovery through Machine Unlearning

2024-10-31 · Keivan Rezaei, Khyathi Chandu, Soheil Feizi, Yejin Choi, Faeze Brahman, Abhilasha Ravichander

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 aim to `erase' these datapoints from trained models -- that is, revert model behavior to be similar to a model that had never been trained on these datapoints. However, evaluating the success of unlearning algorithms remains an open challenge. In this work, we propose the RESTOR framework for machine unlearning, which evaluates the ability of unlearning algorithms to perform targeted data erasure from models, by evaluating the ability of models to forget the knowledge introduced in these data points, while simultaneously recovering the model's knowledge state had it not encountered these datapoints. RESTOR helps uncover several novel insights about popular unlearning algorithms, and the mechanisms through which they operate -- for instance, identifying that some algorithms merely emphasize forgetting, and that localizing unlearning targets can enhance unlearning performance.

📄 PDF Abstract BibTeX arXiv:2411.00204

Code (2)

k1rezaei/restor 공식 구현 pytorch
mehrdadsaberi/msa_unlearning pytorch

Tasks

Machine Unlearning

Similar Papers 제목 키워드 기반

PrivUn: Unveiling Latent Ripple Effects and Shallow Forgetting in Privacy Unlearning

2026-04-23 · Xiaoyi Chen, Haoyuan Wang, Siyuan Tang, Sijia Liu 외 arxiv

Large language models (LLMs) often memorize private information during training, raising serious privacy concerns. While machine unlearning has emerged as a promising solution, its true effectiveness against privacy atta…

Knowledge Graphs

DurableUn: Quantization-Induced Recovery Attacks in Machine Unlearning

2026-05-04 · Abdullah Ahmad Khan, Ferdous Sohel arxiv

Machine unlearning aims to remove specified training data to satisfy privacy regulations such as GDPR. However, existing evaluations assume identical precision at unlearning and deployment, overlooking that production LL…

Federated Unlearning Model Recovery in Data with Skewed Label Distributions

2024-12-18 · Xinrui Yu, Wenbin Pei, Bing Xue, Qiang Zhang

In federated learning, federated unlearning is a technique that provides clients with a rollback mechanism that allows them to withdraw their data contribution without training from scratch. However, existing research ha…

DenoisingFederated Learning

Verifying Robust Unlearning: Probing Residual Knowledge in Unlearned Models

2025-04-21 · Hao Xuan, Xingyu Li

Machine Unlearning (MUL) is crucial for privacy protection and content regulation, yet recent studies reveal that traces of forgotten information persist in unlearned models, enabling adversaries to resurface removed kno…

Machine Unlearning

Accurate Forgetting for All-in-One Image Restoration Model

2024-09-01 · Xin Su, Zhuoran Zheng

Privacy protection has always been an ongoing topic, especially for AI. Currently, a low-cost scheme called Machine Unlearning forgets the private data remembered in the model. Specifically, given a private dataset and a…

AllImage RestorationMachine UnlearningUnified Image Restoration