paper-with-me

Papers

Mitigating Backdoor Poisoning Attacks through the Lens of Spurious Correlation

2023-05-19 · Xuanli He, Qiongkai Xu, Jun Wang, Benjamin Rubinstein, Trevor Cohn

Modern NLP models are often trained over large untrusted datasets, raising the potential for a malicious adversary to compromise model behaviour. For instance, backdoors can be implanted through crafting training instances with a specific textual trigger and a target label. This paper posits that backdoor poisoning attacks exhibit \emph{spurious correlation} between simple text features and classification labels, and accordingly, proposes methods for mitigating spurious correlation as means of defence. Our empirical study reveals that the malicious triggers are highly correlated to their target labels; therefore such correlations are extremely distinguishable compared to those scores of benign features, and can be used to filter out potentially problematic instances. Compared with several existing defences, our defence method significantly reduces attack success rates across backdoor attacks, and in the case of insertion-based attacks, our method provides a near-perfect defence.

📄 PDF Abstract BibTeX arXiv:2305.11596

Code (1)

xlhex/emnlp2023_z-defence 공식 구현

Similar Papers 제목 키워드 기반

Defending Against Weight-Poisoning Backdoor Attacks for Parameter-Efficient Fine-Tuning

2024-02-19 · Shuai Zhao, Leilei Gan, Luu Anh Tuan, Jie Fu 외

Recently, various parameter-efficient fine-tuning (PEFT) strategies for application to language models have been proposed and successfully implemented. However, this raises the question of whether PEFT, which only update…

Backdoor Attackparameter-efficient fine-tuningtext-classificationText Classification

PoisHygiene: Detecting and Mitigating Poisoning Attacks in Neural Networks

2020-03-24 · Junfeng Guo, Ting Wang, Cong Liu

The black-box nature of deep neural networks (DNNs) facilitates attackers to manipulate the behavior of DNN through data poisoning. Being able to detect and mitigate poisoning attacks, typically categorized into backdoor…

Data Poisoning

Mitigating backdoor attacks in LSTM-based Text Classification Systems by Backdoor Keyword Identification

2020-07-11 · Chuanshuai Chen, Jiazhu Dai

It has been proved that deep neural networks are facing a new threat called backdoor attacks, where the adversary can inject backdoors into the neural network model through poisoning the training dataset. When the input …

ClassificationData PoisoningGeneral Classificationtext-classification+1

Mitigating Data Poisoning in Text Classification with Differential Privacy

2021-11-01 · Findings (EMNLP) 2021 11 · Chang Xu, Jun Wang, Francisco Guzmán, Benjamin Rubinstein 외

NLP models are vulnerable to data poisoning attacks. One type of attack can plant a backdoor in a model by injecting poisoned examples in training, causing the victim model to misclassify test instances which include a s…

ClassificationData Poisoningtext-classificationText Classification

SEEP: Training Dynamics Grounds Latent Representation Search for Mitigating Backdoor Poisoning Attacks

2024-05-19 · Xuanli He, Qiongkai Xu, Jun Wang, Benjamin I. P. Rubinstein 외

Modern NLP models are often trained on public datasets drawn from diverse sources, rendering them vulnerable to data poisoning attacks. These attacks can manipulate the model's behavior in ways engineered by the attacker…

Data Poisoning