paper-with-me

홈 › Papers

Adversarial Clean Label Backdoor Attacks and Defenses on Text Classification Systems

2023-05-31 · Ashim Gupta, Amrith Krishna

Clean-label (CL) attack is a form of data poisoning attack where an adversary modifies only the textual input of the training data, without requiring access to the labeling function. CL attacks are relatively unexplored in NLP, as compared to label flipping (LF) attacks, where the latter additionally requires access to the labeling function as well. While CL attacks are more resilient to data sanitization and manual relabeling methods than LF attacks, they often demand as high as ten times the poisoning budget than LF attacks. In this work, we first introduce an Adversarial Clean Label attack which can adversarially perturb in-class training examples for poisoning the training set. We then show that an adversary can significantly bring down the data requirements for a CL attack, using the aforementioned approach, to as low as 20% of the data otherwise required. We then systematically benchmark and analyze a number of defense methods, for both LF and CL attacks, some previously employed solely for LF attacks in the textual domain and others adapted from computer vision. We find that text-specific defenses greatly vary in their effectiveness depending on their properties.

📄 PDF Abstract BibTeX arXiv:2305.19607

Code (0)

등록된 구현이 없습니다.

Tasks

Data Poisoningtext-classificationText Classification

Similar Papers 제목 키워드 기반

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

Adversarially Guided Stateful Defense Against Backdoor Attacks in Federated Deep Learning

2024-10-15 · Hassan Ali, Surya Nepal, Salil S. Kanhere, Sanjay Jha

Recent works have shown that Federated Learning (FL) is vulnerable to backdoor attacks. Existing defenses cluster submitted updates from clients and select the best cluster for aggregation. However, they often rely on un…

Federated Learning

NNoculation: Catching BadNets in the Wild

2020-02-19 · Akshaj Kumar Veldanda, Kang Liu, Benjamin Tan, Prashanth Krishnamurthy 외

This paper proposes a novel two-stage defense (NNoculation) against backdoored neural networks (BadNets) that, repairs a BadNet both pre-deployment and online in response to backdoored test inputs encountered in the fiel…

Narcissus: A Practical Clean-Label Backdoor Attack with Limited Information

2022-04-11 · Yi Zeng, Minzhou Pan, Hoang Anh Just, Lingjuan Lyu 외

Backdoor attacks insert malicious data into a training set so that, during inference time, it misclassifies inputs that have been patched with a backdoor trigger as the malware specified label. For backdoor attacks to by…

Backdoor AttackClean-label Backdoor Attack (0.024%)Clean-label Backdoor Attack (0.05%)

Checkerboard: Closed-Form and Data-Independent Trigger Design for Clean-Label Backdoor Attacks

2026-05-02 · Yi Yang, Jinyang Huang, Binbin Liu, Feng-Qi Cui 외 arxiv

Backdoor attacks threaten the deep-learning supply chain by poisoning a small fraction of the training data so that a model behaves normally on clean inputs but maps triggered inputs to an attacker-chosen class. Clean-la…