paper-with-me

Papers

Exploiting Machine Unlearning for Backdoor Attacks in Deep Learning System

2023-09-12 · Peixin Zhang, Jun Sun, Mingtian Tan, Xinyu Wang

In recent years, the security issues of artificial intelligence have become increasingly prominent due to the rapid development of deep learning research and applications. Backdoor attack is an attack targeting the vulnerability of deep learning models, where hidden backdoors are activated by triggers embedded by the attacker, thereby outputting malicious predictions that may not align with the intended output for a given input. In this work, we propose a novel black-box backdoor attack based on machine unlearning. The attacker first augments the training set with carefully designed samples, including poison and mitigation data, to train a `benign' model. Then, the attacker posts unlearning requests for the mitigation samples to remove the impact of relevant data on the model, gradually activating the hidden backdoor. Since backdoors are implanted during the iterative unlearning process, it significantly increases the computational overhead of existing defense methods for backdoor detection or mitigation. To address this new security threat, we proposes two methods for detecting or mitigating such malicious unlearning requests. We conduct the experiment in both exact unlearning and approximate unlearning (i.e., SISA) settings. Experimental results indicate that: 1) our attack approach can successfully implant backdoor into the model, and sharding increases the difficult of attack; 2) our detection algorithms are effective in identifying the mitigation samples, while sharding reduces the effectiveness of our detection algorithms.

📄 PDF Abstract BibTeX arXiv:2310.10659

Code (0)

등록된 구현이 없습니다.

Tasks

Backdoor AttackDeep LearningMachine Unlearning

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Injection, Attack and Erasure: Revocable Backdoor Attacks via Machine Unlearning

2025-10-15 · Baogang Song, Dongdong Zhao, Jianwen Xiang, Qiben Xu 외 arxiv

Backdoor attacks pose a persistent security risk to deep neural networks (DNNs) due to their stealth and durability. While recent research has explored leveraging model unlearning mechanisms to enhance backdoor concealme…

Bilevel Optimization

Mitigating Backdoor Attacks using Activation-Guided Model Editing

2024-07-10 · Felix Hsieh, Huy H. Nguyen, AprilPyone MaungMaung, Dmitrii Usynin 외

Backdoor attacks compromise the integrity and reliability of machine learning models by embedding a hidden trigger during the training process, which can later be activated to cause unintended misbehavior. We propose a n…

Machine UnlearningModel Editing

ReVeil: Unconstrained Concealed Backdoor Attack on Deep Neural Networks using Machine Unlearning

2025-02-17 · Manaar Alam, Hithem Lamri, Michail Maniatakos

Backdoor attacks embed hidden functionalities in deep neural networks (DNN), triggering malicious behavior with specific inputs. Advanced defenses monitor anomalous DNN inferences to detect such attacks. However, conceal…

Backdoor AttackMachine Unlearning

Identify Backdoored Model in Federated Learning via Individual Unlearning

2024-11-01 · Jiahao Xu, Zikai Zhang, Rui Hu

Backdoor attacks present a significant threat to the robustness of Federated Learning (FL) due to their stealth and effectiveness. They maintain both the main task of the FL system and the backdoor task simultaneously, c…

Anomaly DetectionFederated LearningMachine Unlearning

Unlearning Backdoor Attacks through Gradient-Based Model Pruning

2024-05-07 · Kealan Dunnett, Reza Arablouei, Dimity Miller, Volkan Dedeoglu 외

In the era of increasing concerns over cybersecurity threats, defending against backdoor attacks is paramount in ensuring the integrity and reliability of machine learning models. However, many existing approaches requir…

model