paper-with-me

홈 › Papers

Turn the Combination Lock: Learnable Textual Backdoor Attacks via Word Substitution

2021-06-11 · ACL 2021 5 · Fanchao Qi, Yuan YAO, Sophia Xu, Zhiyuan Liu, Maosong Sun

Recent studies show that neural natural language processing (NLP) models are vulnerable to backdoor attacks. Injected with backdoors, models perform normally on benign examples but produce attacker-specified predictions when the backdoor is activated, presenting serious security threats to real-world applications. Since existing textual backdoor attacks pay little attention to the invisibility of backdoors, they can be easily detected and blocked. In this work, we present invisible backdoors that are activated by a learnable combination of word substitution. We show that NLP models can be injected with backdoors that lead to a nearly 100% attack success rate, whereas being highly invisible to existing defense strategies and even human inspections. The results raise a serious alarm to the security of NLP models, which requires further research to be resolved. All the data and code of this paper are released at https://github.com/thunlp/BkdAtk-LWS.

📄 PDF Abstract BibTeX arXiv:2106.06361

Code (1)

thunlp/BkdAtk-LWS 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Securing Multi-turn Conversational Language Models From Distributed Backdoor Triggers

2024-07-04 · Terry Tong, Jiashu Xu, Qin Liu, Muhao Chen

Large language models (LLMs) have acquired the ability to handle longer context lengths and understand nuances in text, expanding their dialogue capabilities beyond a single utterance. A popular user-facing application o…

Data Poisoning

Hidden Killer: Invisible Textual Backdoor Attacks with Syntactic Trigger

2021-05-26 · ACL 2021 5 · Fanchao Qi, Mukai Li, Yangyi Chen, Zhengyan Zhang 외

Backdoor attacks are a kind of insidious security threat against machine learning models. After being injected with a backdoor in training, the victim model will produce adversary-specified outputs on the inputs embedded…

Backdoor Attack

BadBlocks: Low-Cost and Stealthy Backdoor Attacks Tailored for Text-to-Image Diffusion Models

2025-08-05 · Jia Wu, Yu Pan, Junjun Yang, Yi Du arxiv

Despite the remarkable progress of diffusion models in image generation, recent studies reveal their vulnerability to backdoor attacks via covert visual or textual triggers. Although evolving defense mechanisms can detec…

Image Generation

Physical Invisible Backdoor Based on Camera Imaging

2023-09-14 · Yusheng Guo, Nan Zhong, Zhenxing Qian, Xinpeng Zhang

Backdoor attack aims to compromise a model, which returns an adversary-wanted output when a specific trigger pattern appears yet behaves normally for clean inputs. Current backdoor attacks require changing pixels of clea…

Backdoor Attack

BlockDoor: Blocking Backdoor Based Watermarks in Deep Neural Networks

2024-12-14 · Yi Hao Puah, Anh Tu Ngo, Nandish Chattopadhyay, Anupam Chattopadhyay

Adoption of machine learning models across industries have turned Neural Networks (DNNs) into a prized Intellectual Property (IP), which needs to be protected from being stolen or being used without authorization. This t…

Blocking