paper-with-me

Papers

Marksman Backdoor: Backdoor Attacks with Arbitrary Target Class

2022-10-17 · Khoa D. Doan, Yingjie Lao, Ping Li

In recent years, machine learning models have been shown to be vulnerable to backdoor attacks. Under such attacks, an adversary embeds a stealthy backdoor into the trained model such that the compromised models will behave normally on clean inputs but will misclassify according to the adversary's control on maliciously constructed input with a trigger. While these existing attacks are very effective, the adversary's capability is limited: given an input, these attacks can only cause the model to misclassify toward a single pre-defined or target class. In contrast, this paper exploits a novel backdoor attack with a much more powerful payload, denoted as Marksman, where the adversary can arbitrarily choose which target class the model will misclassify given any input during inference. To achieve this goal, we propose to represent the trigger function as a class-conditional generative model and to inject the backdoor in a constrained optimization framework, where the trigger function learns to generate an optimal trigger pattern to attack any target class at will while simultaneously embedding this generative backdoor into the trained model. Given the learned trigger-generation function, during inference, the adversary can specify an arbitrary backdoor attack target class, and an appropriate trigger causing the model to classify toward this target class is created accordingly. We show empirically that the proposed framework achieves high attack performance while preserving the clean-data performance in several benchmark datasets, including MNIST, CIFAR10, GTSRB, and TinyImageNet. The proposed Marksman backdoor attack can also easily bypass existing backdoor defenses that were originally designed against backdoor attacks with a single target class. Our work takes another significant step toward understanding the extensive risks of backdoor attacks in practice.

📄 PDF Abstract BibTeX arXiv:2210.09194

Code (0)

등록된 구현이 없습니다.

Tasks

Backdoor Attack

Similar Papers 제목 키워드 기반

MM-BD: Post-Training Detection of Backdoor Attacks with Arbitrary Backdoor Pattern Types Using a Maximum Margin Statistic

2022-05-13 · Hang Wang, Zhen Xiang, David J. Miller, George Kesidis

Backdoor attacks are an important type of adversarial threat against deep neural network classifiers, wherein test samples from one or more source classes will be (mis)classified to the attacker's target class when a bac…

Adversarial AttackBackdoor Attackbackdoor defenseVocal Bursts Type Prediction

UMD: Unsupervised Model Detection for X2X Backdoor Attacks

2023-05-29 · Zhen Xiang, Zidi Xiong, Bo Li

Backdoor (Trojan) attack is a common threat to deep neural networks, where samples from one or more source classes embedded with a backdoor trigger will be misclassified to adversarial target classes. Existing methods fo…

model

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%)

CUBA: Controlled Untargeted Backdoor Attack against Deep Neural Networks

2025-06-20 · Yinghao Wu, Liyan Zhang

Backdoor attacks have emerged as a critical security threat against deep neural networks in recent years. The majority of existing backdoor attacks focus on targeted backdoor attacks, where trigger is strongly associated…

Backdoor Attackbackdoor defense

Poisoning-based Backdoor Attacks for Arbitrary Target Label with Positive Triggers

2024-05-09 · Binxiao Huang, Jason Chun Lok, Chang Liu, Ngai Wong

Poisoning-based backdoor attacks expose vulnerabilities in the data preparation stage of deep neural network (DNN) training. The DNNs trained on the poisoned dataset will be embedded with a backdoor, making them behave w…

Backdoor Attack