paper-with-me

Papers

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. Adversarial attacks against object detection can be divided into two categories, whole-pixel attacks and patch attacks. While these attacks add perturbations to a large number of pixels in images, we proposed a diffused patch attack (\textbf{DPAttack}) to successfully fool object detectors by diffused patches of asteroid-shaped or grid-shape, which only change a small number of pixels. Experiments show that our DPAttack can successfully fool most object detectors with diffused patches and we get the second place in the Alibaba Tianchi competition: Alibaba-Tsinghua Adversarial Challenge on Object Detection. Our code can be obtained from https://github.com/Wu-Shudeng/DPAttack.

📄 PDF Abstract BibTeX arXiv:2010.11679

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

YOLO 설명 없음
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…
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…
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 제목 키워드 기반

Meta Adversarial Training against Universal Patches

2021-01-27 · Jan Hendrik Metzen, Nicole Finnie, Robin Hutmacher

Recently demonstrated physical-world adversarial attacks have exposed vulnerabilities in perception systems that pose severe risks for safety-critical applications such as autonomous driving. These attacks place adversar…

Autonomous Drivingimage-classificationImage ClassificationMeta-Learning

When Robots Obey the Patch: Universal Transferable Patch Attacks on Vision-Language-Action Models

2025-11-26 · Hui Lu, Yi Yu, Yiming Yang, Chenyu Yi 외 arxiv

Vision-Language-Action (VLA) models are vulnerable to adversarial attacks, yet universal and transferable attacks remain underexplored, as most existing patches overfit to a single model and fail in black-box settings. T…

Jujutsu: A Two-stage Defense against Adversarial Patch Attacks on Deep Neural Networks

2021-08-11 · Zitao Chen, Pritam Dash, Karthik Pattabiraman

Adversarial patch attacks create adversarial examples by injecting arbitrary distortions within a bounded region of the input to fool deep neural networks (DNNs). These attacks are robust (i.e., physically-realizable) an…

Image ClassificationImage InpaintingPrediction

Real-time Detection of Practical Universal Adversarial Perturbations

2021-05-16 · Kenneth T. Co, Luis Muñoz-González, Leslie Kanthan, Emil C. Lupu

Universal Adversarial Perturbations (UAPs) are a prominent class of adversarial examples that exploit the systemic vulnerabilities and enable physically realizable and robust attacks against Deep Neural Networks (DNNs). …

Blockingimage-classificationImage Classificationobject-detection+1

Attacking Object Detector Using A Universal Targeted Label-Switch Patch

2022-11-16 · Avishag Shapira, Ron Bitton, Dan Avraham, Alon Zolfi 외

Adversarial attacks against deep learning-based object detectors (ODs) have been studied extensively in the past few years. These attacks cause the model to make incorrect predictions by placing a patch containing an adv…

Object