paper-with-me

Papers

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 containing some special pattern called the backdoor trigger, the model with backdoor will carry out malicious task such as misclassification specified by adversaries. In text classification systems, backdoors inserted in the models can cause spam or malicious speech to escape detection. Previous work mainly focused on the defense of backdoor attacks in computer vision, little attention has been paid to defense method for RNN backdoor attacks regarding text classification. In this paper, through analyzing the changes in inner LSTM neurons, we proposed a defense method called Backdoor Keyword Identification (BKI) to mitigate backdoor attacks which the adversary performs against LSTM-based text classification by data poisoning. This method can identify and exclude poisoning samples crafted to insert backdoor into the model from training data without a verified and trusted dataset. We evaluate our method on four different text classification datset: IMDB, DBpedia ontology, 20 newsgroups and Reuters-21578 dataset. It all achieves good performance regardless of the trigger sentences.

📄 PDF Abstract BibTeX arXiv:2007.12070

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationData PoisoningGeneral Classificationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Mitigating Backdoor Poisoning Attacks through the Lens of Spurious Correlation

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

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 instanc…

Shortcuts Everywhere and Nowhere: Exploring Multi-Trigger Backdoor Attacks

2024-01-27 · Yige Li, Jiabo He, Hanxun Huang, Jun Sun 외

Backdoor attacks have become a significant threat to the pre-training and deployment of deep neural networks (DNNs). Although numerous methods for detecting and mitigating backdoor attacks have been proposed, most rely o…

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

Injecting Bias into Text Classification Models using Backdoor Attacks

2024-12-25 · A. Dilara Yavuz, M. Emre Gursoy

The rapid growth of natural language processing (NLP) and pre-trained language models have enabled accurate text classification in a variety of settings. However, text classification models are susceptible to backdoor at…

Backdoor Attacktext-classificationText Classification

PCAP-Backdoor: Backdoor Poisoning Generator for Network Traffic in CPS/IoT Environments

2025-01-26 · Ajesh Koyatan Chathoth, Stephen Lee

The rapid expansion of connected devices has made them prime targets for cyberattacks. To address these threats, deep learning-based, data-driven intrusion detection systems (IDS) have emerged as powerful tools for detec…

backdoor defenseDeep LearningIntrusion Detection