paper-with-me

Papers

BDMMT: Backdoor Sample Detection for Language Models through Model Mutation Testing

2023-01-25 · Jiali Wei, Ming Fan, Wenjing Jiao, Wuxia Jin, Ting Liu

Deep neural networks (DNNs) and natural language processing (NLP) systems have developed rapidly and have been widely used in various real-world fields. However, they have been shown to be vulnerable to backdoor attacks. Specifically, the adversary injects a backdoor into the model during the training phase, so that input samples with backdoor triggers are classified as the target class. Some attacks have achieved high attack success rates on the pre-trained language models (LMs), but there have yet to be effective defense methods. In this work, we propose a defense method based on deep model mutation testing. Our main justification is that backdoor samples are much more robust than clean samples if we impose random mutations on the LMs and that backdoors are generalizable. We first confirm the effectiveness of model mutation testing in detecting backdoor samples and select the most appropriate mutation operators. We then systematically defend against three extensively studied backdoor attack levels (i.e., char-level, word-level, and sentence-level) by detecting backdoor samples. We also make the first attempt to defend against the latest style-level backdoor attacks. We evaluate our approach on three benchmark datasets (i.e., IMDB, Yelp, and AG news) and three style transfer datasets (i.e., SST-2, Hate-speech, and AG news). The extensive experimental results demonstrate that our approach can detect backdoor samples more efficiently and accurately than the three state-of-the-art defense approaches.

📄 PDF Abstract BibTeX arXiv:2301.10412

Code (0)

등록된 구현이 없습니다.

Tasks

Backdoor AttackSentenceSST-2Style Transfer

Similar Papers 제목 키워드 기반

Backdoor Samples Detection Based on Perturbation Discrepancy Consistency in Pre-trained Language Models

2025-08-30 · Zuquan Peng, Jianming Fu, Lixin Zou, Li Zheng 외 arxiv

The use of unvetted third-party and internet data renders pre-trained models susceptible to backdoor attacks. Detecting backdoor samples is critical to prevent backdoor activation during inference or injection during tra…

Hidden Backdoors in Human-Centric Language Models

2021-05-01 · Shaofeng Li, Hui Liu, Tian Dong, Benjamin Zi Hao Zhao 외

Natural language processing (NLP) systems have been proven to be vulnerable to backdoor attacks, whereby hidden features (backdoors) are trained into a language model and may only be activated by specific inputs (called …

Language ModellingMachine TranslationNMTQuestion Answering

A Unified Detection Framework for Inference-Stage Backdoor Defenses

2023-09-21 · NeurIPS 2023 11

Backdoor attacks involve inserting poisoned samples during training, resulting in a model containing a hidden backdoor that can trigger specific behaviors without impacting performance on normal samples. These attacks ar…

XGBD: Explanation-Guided Graph Backdoor Detection

2023-08-08 · Zihan Guan, Mengnan Du, Ninghao Liu

Backdoor attacks pose a significant security risk to graph learning models. Backdoors can be embedded into the target model by inserting backdoor triggers into the training dataset, causing the model to make incorrect pr…

AttributeGraph Learning

Bypassing Backdoor Detection Algorithms in Deep Learning

2019-05-31 · Te Juin Lester Tan, Reza Shokri

Deep learning models are vulnerable to various adversarial manipulations of their training data, parameters, and input sample. In particular, an adversary can modify the training data and model parameters to embed backdo…

Deep Learning