paper-with-me

Papers

Machine Unlearning Fails to Remove Data Poisoning Attacks

2024-06-25 · Martin Pawelczyk, Jimmy Z. Di, Yiwei Lu, Ayush Sekhari, Gautam Kamath, Seth Neel

We revisit the efficacy of several practical methods for approximate machine unlearning developed for large-scale deep learning. In addition to complying with data deletion requests, one often-cited potential application for unlearning methods is to remove the effects of poisoned data. We experimentally demonstrate that, while existing unlearning methods have been demonstrated to be effective in a number of settings, they fail to remove the effects of data poisoning across a variety of types of poisoning attacks (indiscriminate, targeted, and a newly-introduced Gaussian poisoning attack) and models (image classifiers and LLMs); even when granted a relatively large compute budget. In order to precisely characterize unlearning efficacy, we introduce new evaluation metrics for unlearning based on data poisoning. Our results suggest that a broader perspective, including a wider variety of evaluations, are required to avoid a false sense of confidence in machine unlearning procedures for deep learning without provable guarantees. Moreover, while unlearning methods show some signs of being useful to efficiently remove poisoned data without having to retrain, our work suggests that these methods are not yet ``ready for prime time,'' and currently provide limited benefit over retraining.

📄 PDF Abstract BibTeX arXiv:2406.17216

Code (1)

martinpawel/openunlearn 공식 구현 pytorch

Tasks

Data PoisoningMachine Unlearning

Similar Papers 제목 키워드 기반

Hard to Forget: Poisoning Attacks on Certified Machine Unlearning

2021-09-17 · Neil G. Marchant, Benjamin I. P. Rubinstein, Scott Alfeld

The right to erasure requires removal of a user's information from data held by organizations, with rigorous interpretations extending to downstream products such as learned models. Retraining from scratch with the parti…

Machine Unlearning

Sky of Unlearning (SoUL): Rewiring Federated Machine Unlearning via Selective Pruning

2025-04-02 · Md Mahabub Uz Zaman, Xiang Sun, Jingjing Yao

The Internet of Drones (IoD), where drones collaborate in data collection and analysis, has become essential for applications such as surveillance and environmental monitoring. Federated learning (FL) enables drones to t…

Data PoisoningFederated LearningMachine Unlearning

Hidden Poison: Machine Unlearning Enables Camouflaged Poisoning Attacks

2022-12-21 · NeurIPS 2023 11 · Jimmy Z. Di, Jack Douglas, Jayadev Acharya, Gautam Kamath 외

We introduce camouflaged data poisoning attacks, a new attack vector that arises in the context of machine unlearning and other settings when model retraining may be induced. An adversary first adds a few carefully craft…

Data PoisoningMachine Unlearning

Releasing Malevolence from Benevolence: The Menace of Benign Data on Machine Unlearning

2024-07-06 · Binhao Ma, Tianhang Zheng, Hongsheng Hu, Di Wang 외

Machine learning models trained on vast amounts of real or synthetic data often achieve outstanding predictive performance across various domains. However, this utility comes with increasing concerns about privacy, as th…

Data PoisoningMachine Unlearning

Delta-Influence: Unlearning Poisons via Influence Functions

2024-11-20 · Wenjie Li, Jiawei Li, Christian Schroeder de Witt, Ameya Prabhu 외

Addressing data integrity challenges, such as unlearning the effects of data poisoning after model training, is necessary for the reliable deployment of machine learning models. State-of-the-art influence functions, such…

AttributeBenchmarkingData Poisoning