paper-with-me

Papers

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 well on clean data while outputting malicious predictions whenever a trigger is applied. To exploit the abundant information contained in the input data to output label mapping, our scheme utilizes the network trained from the clean dataset as a trigger generator to produce poisons that significantly raise the success rate of backdoor attacks versus conventional approaches. Specifically, we provide a new categorization of triggers inspired by the adversarial technique and develop a multi-label and multi-payload Poisoning-based backdoor attack with Positive Triggers (PPT), which effectively moves the input closer to the target label on benign classifiers. After the classifier is trained on the poisoned dataset, we can generate an input-label-aware trigger to make the infected classifier predict any given input to any target label with a high possibility. Under both dirty- and clean-label settings, we show empirically that the proposed attack achieves a high attack success rate without sacrificing accuracy across various datasets, including SVHN, CIFAR10, GTSRB, and Tiny ImageNet. Furthermore, the PPT attack can elude a variety of classical backdoor defenses, proving its effectiveness.

📄 PDF Abstract BibTeX arXiv:2405.05573

Code (0)

등록된 구현이 없습니다.

Tasks

Backdoor Attack

Similar Papers 제목 키워드 기반

Defending Backdoor Data Poisoning Attacks by Using Noisy Label Defense Algorithm

2021-09-29 · Boyang Liu, Zhuangdi Zhu, Pang-Ning Tan, Jiayu Zhou

Training deep neural networks with data corruption is a challenging problem. One example of such corruption is the backdoor data poisoning attack, in which an adversary strategically injects a backdoor trigger to a small…

Backdoor AttackData Poisoning

Rethinking Backdoor Data Poisoning Attacks in the Context of Semi-Supervised Learning

2022-12-05 · Marissa Connor, Vincent Emanuele

Semi-supervised learning methods can train high-accuracy machine learning models with a fraction of the labeled training samples required for traditional supervised learning. Such methods do not typically involve close r…

Data Poisoning

Targeted Backdoor Attacks on Deep Learning Systems Using Data Poisoning

2017-12-15 · Xinyun Chen, Chang Liu, Bo Li, Kimberly Lu 외

Deep learning models have achieved high performance on many tasks, and thus have been applied to many security-critical scenarios. For example, deep learning-based face recognition systems have been used to authenticate …

Data PoisoningDeep LearningFace Recognition

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

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.…