paper-with-me

Papers

Towards Stable Backdoor Purification through Feature Shift Tuning

2023-10-03 · NeurIPS 2023 11 · Rui Min, Zeyu Qin, Li Shen, Minhao Cheng

It has been widely observed that deep neural networks (DNN) are vulnerable to backdoor attacks where attackers could manipulate the model behavior maliciously by tampering with a small set of training samples. Although a line of defense methods is proposed to mitigate this threat, they either require complicated modifications to the training process or heavily rely on the specific model architecture, which makes them hard to deploy into real-world applications. Therefore, in this paper, we instead start with fine-tuning, one of the most common and easy-to-deploy backdoor defenses, through comprehensive evaluations against diverse attack scenarios. Observations made through initial experiments show that in contrast to the promising defensive results on high poisoning rates, vanilla tuning methods completely fail at low poisoning rate scenarios. Our analysis shows that with the low poisoning rate, the entanglement between backdoor and clean features undermines the effect of tuning-based defenses. Therefore, it is necessary to disentangle the backdoor and clean features in order to improve backdoor purification. To address this, we introduce Feature Shift Tuning (FST), a method for tuning-based backdoor purification. Specifically, FST encourages feature shifts by actively deviating the classifier weights from the originally compromised weights. Extensive experiments demonstrate that our FST provides consistently stable performance under different attack settings. Without complex parameter adjustments, FST also achieves much lower tuning costs, only 10 epochs. Our codes are available at https://github.com/AISafety-HKUST/stable_backdoor_purification.

📄 PDF Abstract BibTeX arXiv:2310.01875

Code (2)

aisafety-hkust/stable_backdoor_purification 공식 구현 pytorch
aisafety-hkust/backdoor_safety_tuning pytorch

Similar Papers 제목 키워드 기반

Uncovering, Explaining, and Mitigating the Superficial Safety of Backdoor Defense

2024-10-13 · Rui Min, Zeyu Qin, Nevin L. Zhang, Li Shen 외

Backdoor attacks pose a significant threat to Deep Neural Networks (DNNs) as they allow attackers to manipulate model predictions with backdoor triggers. To address these security vulnerabilities, various backdoor purifi…

backdoor defense

DUP: Detection-guided Unlearning for Backdoor Purification in Language Models

2025-08-03 · Man Hu, Yahui Ding, Yatao Yang, Liangyu Chen 외 arxiv

As backdoor attacks become more stealthy and robust, they reveal critical weaknesses in current defense strategies: detection methods often rely on coarse-grained feature statistics, and purification methods typically re…

Knowledge Distillation

FLARE: Toward Universal Dataset Purification against Backdoor Attacks

2024-11-29 · Linshan Hou, Wei Luo, Zhongyun Hua, Songhua Chen 외

Deep neural networks (DNNs) are susceptible to backdoor attacks, where adversaries poison datasets with adversary-specified triggers to implant hidden backdoors, enabling malicious manipulation of model predictions. Data…

All

Fisher Information guided Purification against Backdoor Attacks

2024-09-01 · Nazmul Karim, Abdullah Al Arafat, Adnan Siraj Rakin, Zhishan Guo 외

Studies on backdoor attacks in recent years suggest that an adversary can compromise the integrity of a deep neural network (DNN) by manipulating a small set of training samples. Our analysis shows that such manipulation…

Action Recognitionbackdoor defenseobject-detectionObject Detection+2

CodePurify: Defend Backdoor Attacks on Neural Code Models via Entropy-based Purification

2024-10-26 · Fangwen Mu, Junjie Wang, Zhuohao Yu, Lin Shi 외

Neural code models have found widespread success in tasks pertaining to code intelligence, yet they are vulnerable to backdoor attacks, where an adversary can manipulate the victim model's behavior by inserting triggers …