Weight Poisoning Attacks on Pre-trained Models
arXiv:2004.06660
Abstract
Recently, NLP has seen a surge in the usage of large pre-trained models. Users download weights of models pre-trained on large datasets, then fine-tune the weights on a task of their choice. This raises the question of whether downloading untrusted pre-trained weights can pose a security threat. In this paper, we show that it is possible to construct ``weight poisoning'' attacks where pre-trained weights are injected with vulnerabilities that expose ``backdoors'' after fine-tuning, enabling the attacker to manipulate the model prediction simply by injecting an arbitrary keyword. We show that by applying a regularization method, which we call RIPPLe, and an initialization procedure, which we call Embedding Surgery, such attacks are possible even with limited knowledge of the dataset and fine-tuning procedure. Our experiments on sentiment classification, toxicity detection, and spam detection show that this attack is widely applicable and poses a serious threat. Finally, we outline practical defenses against such attacks. Code to reproduce our experiments is available at https://github.com/neulab/RIPPLe.
Published as a long paper at ACL 2020
References in corpus (3)
Cited by in corpus (15)
- Backdoor Attacks and Countermeasures on Deep Learning: A Comprehensive Review
- Backdoor Pre-trained Models Can Transfer to All
- Can Adversarial Weight Perturbations Inject Neural Backdoors?
- BadPre: Task-agnostic Backdoor Attacks to Pre-trained NLP Foundation Models
- A Targeted Attack on Black-Box Neural Machine Translation with Parallel Data Poisoning
- Hidden Killer: Invisible Textual Backdoor Attacks with Syntactic Trigger
- Towards Interpreting and Mitigating Shortcut Learning Behavior of NLU Models
- Poisoning Deep Reinforcement Learning Agents with In-Distribution Triggers
- Subnet Replacement: Deployment-stage backdoor attack against deep neural networks in gray-box setting
- EX-RAY: Distinguishing Injected Backdoor from Natural Features in Neural Networks by Examining Differential Feature Symmetry
- Poison Attacks against Text Datasets with Conditional Adversarially Regularized Autoencoder
- Grounding Representation Similarity with Statistical Testing
- Systematic Attack Surface Reduction For Deployed Sentiment Analysis Models
- Topological Detection of Trojaned Neural Networks
- Putting words into the system's mouth: A targeted attack on neural machine translation using monolingual data poisoning