paper-with-me

Papers

Triggerless Backdoor Attack for NLP Tasks with Clean Labels

2021-11-15 · NAACL 2022 7 · Leilei Gan, Jiwei Li, Tianwei Zhang, Xiaoya Li, Yuxian Meng, Fei Wu, Yi Yang, Shangwei Guo, Chun Fan

Backdoor attacks pose a new threat to NLP models. A standard strategy to construct poisoned data in backdoor attacks is to insert triggers (e.g., rare words) into selected sentences and alter the original label to a target label. This strategy comes with a severe flaw of being easily detected from both the trigger and the label perspectives: the trigger injected, which is usually a rare word, leads to an abnormal natural language expression, and thus can be easily detected by a defense model; the changed target label leads the example to be mistakenly labeled and thus can be easily detected by manual inspections. To deal with this issue, in this paper, we propose a new strategy to perform textual backdoor attacks which do not require an external trigger, and the poisoned samples are correctly labeled. The core idea of the proposed strategy is to construct clean-labeled examples, whose labels are correct but can lead to test label changes when fused with the training set. To generate poisoned clean-labeled examples, we propose a sentence generation model based on the genetic algorithm to cater to the non-differentiable characteristic of text data. Extensive experiments demonstrate that the proposed attacking strategy is not only effective, but more importantly, hard to defend due to its triggerless and clean-labeled nature. Our work marks the first step towards developing triggerless attacking strategies in NLP.

📄 PDF Abstract BibTeX arXiv:2111.07970

Code (2)

leileigan/clean_label_textual_backdoor_attack 공식 구현 pytorch
2023-MindSpore-4/Code12/tree/main/ganleilei/CleanLabelBackdoorAttackMindspore-master mindspore

Tasks

Backdoor AttackSentence

Similar Papers 제목 키워드 기반

Don't Trigger Me! A Triggerless Backdoor Attack Against Deep Neural Networks

2020-10-07 · Ahmed Salem, Michael Backes, Yang Zhang

Backdoor attack against deep neural networks is currently being profoundly investigated due to its severe security consequences. Current state-of-the-art backdoor attacks require the adversary to modify the input, usuall…

Backdoor Attack

Is the Trigger Essential? A Feature-Based Triggerless Backdoor Attack in Vertical Federated Learning

2026-02-24 · Yige Liu, Yiwei Lou, Che Wang, Yongzhi Cao 외 arxiv

As a distributed collaborative machine learning paradigm, vertical federated learning (VFL) allows multiple passive parties with distinct features and one active party with labels to collaboratively train a model. Althou…

Federated Learning

Lethe: Purifying Backdoored Large Language Models with Knowledge Dilution

2025-08-28 · Chen Chen, Yuchen Sun, Jiaxin Gao, Xueluan Gong 외 arxiv

Large language models (LLMs) have seen significant advancements, achieving superior performance in various Natural Language Processing (NLP) tasks. However, they remain vulnerable to backdoor attacks, where models behave…

Low-Loss Subspace Compression for Clean Gains against Multi-Agent Backdoor Attacks

2022-03-07 · Siddhartha Datta, Nigel Shadbolt

Recent exploration of the multi-agent backdoor attack demonstrated the backfiring effect, a natural defense against backdoor attacks where backdoored inputs are randomly classified. This yields a side-effect of low accur…

Backdoor Attack

Poisoning the Inner Prediction Logic of Graph Neural Networks for Clean-Label Backdoor Attacks

2026-03-05 · Yuxiang Zhang, Bin Ma, Enyan Dai arxiv

Graph Neural Networks (GNNs) have achieved remarkable results in various tasks. Recent studies reveal that graph backdoor attacks can poison the GNN model to predict test nodes with triggers attached as the target class.…