CLCRLGOct 30, 2021

Backdoor Pre-trained Models Can Transfer to All

arXiv:2111.00197v1153 citations
Originality Highly original
AI Analysis

This poses a severe security threat to NLP applications by enabling transferable backdoor attacks without task-specific knowledge, which is a significant incremental advance in attack methodology.

The paper tackles the threat of backdoor attacks in pre-trained language models by proposing a method that maps triggered inputs directly to a predefined output representation, enabling attacks across various downstream tasks without prior knowledge. Experiments show the method is effective on tasks like classification and named entity recognition across models such as BERT and XLNet, with confirmation of the threat via collaboration with Hugging Face.

Pre-trained general-purpose language models have been a dominating component in enabling real-world natural language processing (NLP) applications. However, a pre-trained model with backdoor can be a severe threat to the applications. Most existing backdoor attacks in NLP are conducted in the fine-tuning phase by introducing malicious triggers in the targeted class, thus relying greatly on the prior knowledge of the fine-tuning task. In this paper, we propose a new approach to map the inputs containing triggers directly to a predefined output representation of the pre-trained NLP models, e.g., a predefined output representation for the classification token in BERT, instead of a target label. It can thus introduce backdoor to a wide range of downstream tasks without any prior knowledge. Additionally, in light of the unique properties of triggers in NLP, we propose two new metrics to measure the performance of backdoor attacks in terms of both effectiveness and stealthiness. Our experiments with various types of triggers show that our method is widely applicable to different fine-tuning tasks (classification and named entity recognition) and to different models (such as BERT, XLNet, BART), which poses a severe threat. Furthermore, by collaborating with the popular online model repository Hugging Face, the threat brought by our method has been confirmed. Finally, we analyze the factors that may affect the attack performance and share insights on the causes of the success of our backdoor attack.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes