paper-with-me

Papers

Towards Clean-Label Backdoor Attacks in the Physical World

2024-07-27 · Thinh Dao, Cuong Chi Le, Khoa D Doan, Kok-Seng Wong

Deep Neural Networks (DNNs) are shown to be vulnerable to backdoor poisoning attacks, with most research focusing on \textbf{digital triggers} -- special patterns added to test-time inputs to induce targeted misclassification. \textbf{Physical triggers}, natural objects within a physical scene, have emerged as a desirable alternative since they enable real-time backdoor activations without digital manipulation. However, current physical backdoor attacks require poisoned inputs to have incorrect labels, making them easily detectable by human inspection. In this paper, we explore a new paradigm of attacks, \textbf{clean-label physical backdoor attacks (CLPBA)}, via experiments on facial recognition and animal classification tasks. Our study reveals that CLPBA could be a serious threat with the right poisoning algorithm and physical trigger. A key finding is that different from digital backdoor attacks which exploit memorization to plant backdoors in deep nets, CLPBA works by embedding the feature of the trigger distribution (i.e., the distribution of trigger samples) to the poisoned images through the perturbations. We also find that representative defenses cannot defend against CLPBA easily since CLPBA fundamentally breaks the core assumptions behind these defenses. Our study highlights accidental backdoor activations as a limitation of CLPBA, happening when unintended objects or classes cause the model to misclassify as the target class. The code and dataset can be found at https://github.com/21thinh/Clean-Label-Physical-Backdoor-Attacks.

📄 PDF Abstract BibTeX arXiv:2407.19203

Code (0)

등록된 구현이 없습니다.

Tasks

Memorization

Similar Papers 제목 키워드 기반

Towards Physical World Backdoor Attacks against Skeleton Action Recognition

2024-08-16 · Qichen Zheng, Yi Yu, Siyuan Yang, Jun Liu 외

Skeleton Action Recognition (SAR) has attracted significant interest for its efficient representation of the human skeletal structure. Despite its advancements, recent studies have raised security concerns in SAR models,…

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

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

Clean-Label Backdoor Attacks on Video Recognition Models

2020-03-06 · CVPR 2020 6 · Shihao Zhao, Xingjun Ma, Xiang Zheng, James Bailey 외

Deep neural networks (DNNs) are vulnerable to backdoor attacks which can hide backdoor triggers in DNNs by poisoning training data. A backdoored model behaves normally on clean test images, yet consistently predicts a pa…

Backdoor Attackbackdoor defenseimage-classificationImage Classification+1