paper-with-me

홈 › Papers

Towards Generic and Controllable Attacks Against Object Detection

2023-07-23 · Guopeng Li, Yue Xu, Jian Ding, Gui-Song Xia

Existing adversarial attacks against Object Detectors (ODs) suffer from two inherent limitations. Firstly, ODs have complicated meta-structure designs, hence most advanced attacks for ODs concentrate on attacking specific detector-intrinsic structures, which makes it hard for them to work on other detectors and motivates us to design a generic attack against ODs. Secondly, most works against ODs make Adversarial Examples (AEs) by generalizing image-level attacks from classification to detection, which brings redundant computations and perturbations in semantically meaningless areas (e.g., backgrounds) and leads to an emergency for seeking controllable attacks for ODs. To this end, we propose a generic white-box attack, LGP (local perturbations with adaptively global attacks), to blind mainstream object detectors with controllable perturbations. For a detector-agnostic attack, LGP tracks high-quality proposals and optimizes three heterogeneous losses simultaneously. In this way, we can fool the crucial components of ODs with a part of their outputs without the limitations of specific structures. Regarding controllability, we establish an object-wise constraint that exploits foreground-background separation adaptively to induce the attachment of perturbations to foregrounds. Experimentally, the proposed LGP successfully attacked sixteen state-of-the-art object detectors on MS-COCO and DOTA datasets, with promising imperceptibility and transferability obtained. Codes are publicly released in https://github.com/liguopeng0923/LGP.git

📄 PDF Abstract BibTeX arXiv:2307.12342

Code (1)

liguopeng0923/LGP 공식 구현 pytorch

Tasks

Objectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Transformation-Dependent Adversarial Attacks

2024-06-12 · Yaoteng Tan, Zikui Cai, M. Salman Asif

We introduce transformation-dependent adversarial attacks, a new class of threats where a single additive perturbation can trigger diverse, controllable mis-predictions by systematically transforming the input (e.g., sca…

image-classificationImage Classificationobject-detectionObject Detection

ROSA: Robust Salient Object Detection against Adversarial Attacks

2019-05-09 · Haofeng Li, Guanbin Li, Yizhou Yu

Recently salient object detection has witnessed remarkable improvement owing to the deep convolutional neural networks which can harvest powerful features for images. In particular, state-of-the-art salient object detect…

Objectobject-detectionObject DetectionRGB Salient Object Detection+1

DPAttack: Diffused Patch Attacks against Universal Object Detection

2020-10-16 · Shudeng Wu, Tao Dai, Shu-Tao Xia

Recently, deep neural networks (DNNs) have been widely and successfully used in Object Detection, e.g. Faster RCNN, YOLO, CenterNet. However, recent studies have shown that DNNs are vulnerable to adversarial attacks. Adv…

Objectobject-detectionObject Detection

GLOW: Global Layout Aware Attacks on Object Detection

2023-02-27 · CVPR 2024 1 · Buyu Liu, BaoJun, Jianping Fan, Xi Peng 외

Adversarial attacks aim to perturb images such that a predictor outputs incorrect results. Due to the limited research in structured attacks, imposing consistency checks on natural multi-object scenes is a promising yet …

Objectobject-detectionObject Detection

BadFusion: 2D-Oriented Backdoor Attacks against 3D Object Detection

2024-05-06 · Saket S. Chaturvedi, Lan Zhang, Wenbin Zhang, Pan He 외

3D object detection plays an important role in autonomous driving; however, its vulnerability to backdoor attacks has become evident. By injecting ''triggers'' to poison the training dataset, backdoor attacks manipulate …

2D Object Detection3D Object DetectionAutonomous DrivingBackdoor Attack+3