paper-with-me

Papers

BFClass: A Backdoor-free Text Classification Framework

2021-09-22 · Findings (EMNLP) 2021 11 · Zichao Li, Dheeraj Mekala, chengyu dong, Jingbo Shang

Backdoor attack introduces artificial vulnerabilities into the model by poisoning a subset of the training data via injecting triggers and modifying labels. Various trigger design strategies have been explored to attack text classifiers, however, defending such attacks remains an open problem. In this work, we propose BFClass, a novel efficient backdoor-free training framework for text classification. The backbone of BFClass is a pre-trained discriminator that predicts whether each token in the corrupted input was replaced by a masked language model. To identify triggers, we utilize this discriminator to locate the most suspicious token from each training sample and then distill a concise set by considering their association strengths with particular labels. To recognize the poisoned subset, we examine the training samples with these identified triggers as the most suspicious token, and check if removing the trigger will change the poisoned model's prediction. Extensive experiments demonstrate that BFClass can identify all the triggers, remove 95% poisoned training samples with very limited false alarms, and achieve almost the same performance as the models trained on the benign training data.

📄 PDF Abstract BibTeX arXiv:2109.10855

Code (0)

등록된 구현이 없습니다.

Tasks

Backdoor AttackClassificationLanguage ModelingLanguage Modellingtext-classificationText Classification

Similar Papers 제목 키워드 기반

Data Free Backdoor Attacks

2024-12-09 · Bochuan Cao, Jinyuan Jia, Chuxuan Hu, Wenbo Guo 외

Backdoor attacks aim to inject a backdoor into a classifier such that it predicts any input with an attacker-chosen backdoor trigger as an attacker-chosen target class. Existing backdoor attacks require either retraining…

Backdoor Attack

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

Backdoor in Seconds: Unlocking Vulnerabilities in Large Pre-trained Models via Model Editing

2024-10-23 · Dongliang Guo, Mengxuan Hu, Zihan Guan, Junfeng Guo 외

Large pre-trained models have achieved notable success across a range of downstream tasks. However, recent research shows that a type of adversarial attack ($\textit{i.e.,}$ backdoor attack) can manipulate the behavior o…

Adversarial AttackBackdoor AttackImage Captioningimage-classification+3

DRL-CLBA: A Clean Label Backdoor Attack for Speech Classification via DDPG Reinforcement Learning

2026-07-02 · Yueming Huang, Wenhan Yao, Fen Xiao, Xiarun Chen 외 arxiv

Deep learning models for speech classification are vulnerable to backdoor attacks, where malicious triggers cause misclassification at inference time. While sample-specific attacks can bypass many defenses, they often re…

Reinforcement Learning

DHBE: Data-free Holistic Backdoor Erasing in Deep Neural Networks via Restricted Adversarial Distillation

2023-06-13 · Zhicong Yan, Shenghong Li, Ruijie Zhao, Yuan Tian 외

Backdoor attacks have emerged as an urgent threat to Deep Neural Networks (DNNs), where victim DNNs are furtively implanted with malicious neurons that could be triggered by the adversary. To defend against backdoor atta…