paper-with-me

Papers

Dangerous Cloaking: Natural Trigger based Backdoor Attacks on Object Detectors in the Physical World

2022-01-21 · Hua Ma, Yinshan Li, Yansong Gao, Alsharif Abuadbba, Zhi Zhang, Anmin Fu, Hyoungshick Kim, Said F. Al-Sarawi, Nepal Surya, Derek Abbott

Deep learning models have been shown to be vulnerable to recent backdoor attacks. A backdoored model behaves normally for inputs containing no attacker-secretly-chosen trigger and maliciously for inputs with the trigger. To date, backdoor attacks and countermeasures mainly focus on image classification tasks. And most of them are implemented in the digital world with digital triggers. Besides the classification tasks, object detection systems are also considered as one of the basic foundations of computer vision tasks. However, there is no investigation and understanding of the backdoor vulnerability of the object detector, even in the digital world with digital triggers. For the first time, this work demonstrates that existing object detectors are inherently susceptible to physical backdoor attacks. We use a natural T-shirt bought from a market as a trigger to enable the cloaking effect--the person bounding-box disappears in front of the object detector. We show that such a backdoor can be implanted from two exploitable attack scenarios into the object detector, which is outsourced or fine-tuned through a pretrained model. We have extensively evaluated three popular object detection algorithms: anchor-based Yolo-V3, Yolo-V4, and anchor-free CenterNet. Building upon 19 videos shot in real-world scenes, we confirm that the backdoor attack is robust against various factors: movement, distance, angle, non-rigid deformation, and lighting. Specifically, the attack success rate (ASR) in most videos is 100% or close to it, while the clean data accuracy of the backdoored model is the same as its clean counterpart. The latter implies that it is infeasible to detect the backdoor behavior merely through a validation set. The averaged ASR still remains sufficiently high to be 78% in the transfer learning attack scenarios evaluated on CenterNet. See the demo video on https://youtu.be/Q3HOF4OobbY.

📄 PDF Abstract BibTeX arXiv:2201.08619

Code (0)

등록된 구현이 없습니다.

Tasks

Backdoor Attackimage-classificationImage ClassificationObjectobject-detectionObject DetectionTransfer Learning

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Batch Normalization 설명 없음
Cascade Corner Pooling Cascade Corner Pooling is a pooling layer for object detection that builds upon the corner pooling operation. Corners are…
DLA 설명 없음
Center Pooling Center Pooling is a pooling technique for object detection that aims to capture richer and more recognizable visual patterns. The geometric centers of objects do not…
CenterNet CenterNet is a one-stage object detector that detects each object as a triplet, rather than a pair, of keypoints. It utilizes two customized modules named [cascade corner…

Similar Papers 제목 키워드 기반

Natural Backdoor Attack on Text Data

2020-06-29 · Lichao Sun

Recently, advanced NLP models have seen a surge in the usage of various applications. This raises the security threats of the released models. In addition to the clean models' unintentional weaknesses, {\em i.e.,} advers…

Backdoor Attacktext-classificationText Classification

TransCAB: Transferable Clean-Annotation Backdoor to Object Detection with Natural Trigger in Real-World

2022-09-06 · Hua Ma, Yinshan Li, Yansong Gao, Zhi Zhang 외

Object detection is the foundation of various critical computer-vision tasks such as segmentation, object tracking, and event detection. To train an object detector with satisfactory accuracy, a large amount of data is r…

Event Detectionimage-classificationImage ClassificationObject+3

Can You Hear It? Backdoor Attacks via Ultrasonic Triggers

2021-07-30 · Stefanos Koffas, Jing Xu, Mauro Conti, Stjepan Picek

This work explores backdoor attacks for automatic speech recognition systems where we inject inaudible triggers. By doing so, we make the backdoor attack challenging to detect for legitimate users, and thus, potentially …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Backdoor Attackspeech-recognition+1

Neural Attention Distillation: Erasing Backdoor Triggers from Deep Neural Networks

2021-01-15 · ICLR 2021 1 · Yige Li, Xixiang Lyu, Nodens Koren, Lingjuan Lyu 외

Deep neural networks (DNNs) are known vulnerable to backdoor attacks, a training time attack that injects a trigger pattern into a small proportion of training data so as to control the model's prediction at the test tim…

Spectral Signatures in Backdoor Attacks

2018-11-01 · NeurIPS 2018 12 · Brandon Tran, Jerry Li, Aleksander Madry

A recent line of work has uncovered a new form of data poisoning: so-called \emph{backdoor} attacks. These attacks are particularly dangerous because they do not affect a network's behavior on typical, benign data. Rathe…

Data Poisoning