paper-with-me

홈 › Papers

Potion: Towards Poison Unlearning

2024-06-13 · Stefan Schoepf, Jack Foster, Alexandra Brintrup

Adversarial attacks by malicious actors on machine learning systems, such as introducing poison triggers into training datasets, pose significant risks. The challenge in resolving such an attack arises in practice when only a subset of the poisoned data can be identified. This necessitates the development of methods to remove, i.e. unlearn, poison triggers from already trained models with only a subset of the poison data available. The requirements for this task significantly deviate from privacy-focused unlearning where all of the data to be forgotten by the model is known. Previous work has shown that the undiscovered poisoned samples lead to a failure of established unlearning methods, with only one method, Selective Synaptic Dampening (SSD), showing limited success. Even full retraining, after the removal of the identified poison, cannot address this challenge as the undiscovered poison samples lead to a reintroduction of the poison trigger in the model. Our work addresses two key challenges to advance the state of the art in poison unlearning. First, we introduce a novel outlier-resistant method, based on SSD, that significantly improves model protection and unlearning performance. Second, we introduce Poison Trigger Neutralisation (PTN) search, a fast, parallelisable, hyperparameter search that utilises the characteristic "unlearning versus model protection" trade-off to find suitable hyperparameters in settings where the forget set size is unknown and the retain set is contaminated. We benchmark our contributions using ResNet-9 on CIFAR10 and WideResNet-28x10 on CIFAR100. Experimental results show that our method heals 93.72% of poison compared to SSD with 83.41% and full retraining with 40.68%. We achieve this while also lowering the average model accuracy drop caused by unlearning from 5.68% (SSD) to 1.41% (ours).

📄 PDF Abstract BibTeX arXiv:2406.09173

Code (1)

if-loops/towards_poison_unlearning 공식 구현 pytorch

Tasks

Machine Unlearning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Machine Unlearning Fails to Remove Data Poisoning Attacks

2024-06-25 · Martin Pawelczyk, Jimmy Z. Di, Yiwei Lu, Ayush Sekhari 외

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…

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

Poisoning Attacks and Defenses to Federated Unlearning

2025-01-29 · Wenbin Wang, Qiwen Ma, Zifan Zhang, Yuchen Liu 외

Federated learning allows multiple clients to collaboratively train a global model with the assistance of a server. However, its distributed nature makes it susceptible to poisoning attacks, where malicious clients can c…

Federated Learning

Safe-RULE: Safe Reinforcement UnLEarning

2026-06-08 · Shixiong Jiang, Taozheng Zhu, Fanxin Kong arxiv

Offline safe reinforcement learning (Safe RL) enables policy learning without online interactions, making it suitable for safety-critical systems such as robotics systems. However, its reliance on static datasets exposes…

Reinforcement Learning

PoTion: Pose MoTion Representation for Action Recognition

2018-06-01 · CVPR 2018 6 · Vasileios Choutas, Philippe Weinzaepfel, Jérôme Revaud, Cordelia Schmid

Most state-of-the-art methods for action recognition rely on a two-stream architecture that processes appearance and motion independently. In this paper, we claim that considering them jointly offers rich information for…

Action RecognitionSkeleton Based Action RecognitionTemporal Action Localization