paper-with-me

Papers

DOEPatch: Dynamically Optimized Ensemble Model for Adversarial Patches Generation

2023-12-28 · Wenyi Tan, Yang Li, Chenxing Zhao, ZhunGa Liu, Quan Pan

Object detection is a fundamental task in various applications ranging from autonomous driving to intelligent security systems. However, recognition of a person can be hindered when their clothing is decorated with carefully designed graffiti patterns, leading to the failure of object detection. To achieve greater attack potential against unknown black-box models, adversarial patches capable of affecting the outputs of multiple-object detection models are required. While ensemble models have proven effective, current research in the field of object detection typically focuses on the simple fusion of the outputs of all models, with limited attention being given to developing general adversarial patches that can function effectively in the physical world. In this paper, we introduce the concept of energy and treat the adversarial patches generation process as an optimization of the adversarial patches to minimize the total energy of the ``person'' category. Additionally, by adopting adversarial training, we construct a dynamically optimized ensemble model. During training, the weight parameters of the attacked target models are adjusted to find the balance point at which the generated adversarial patches can effectively attack all target models. We carried out six sets of comparative experiments and tested our algorithm on five mainstream object detection models. The adversarial patches generated by our algorithm can reduce the recognition accuracy of YOLOv2 and YOLOv3 to 13.19\% and 29.20\%, respectively. In addition, we conducted experiments to test the effectiveness of T-shirts covered with our adversarial patches in the physical world and could achieve that people are not recognized by the object detection model. Finally, leveraging the Grad-CAM tool, we explored the attack mechanism of adversarial patches from an energetic perspective.

📄 PDF Abstract BibTeX arXiv:2312.16907

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Residual Connection 설명 없음
Batch Normalization 설명 없음
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
BNB Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Adversarial Training against Location-Optimized Adversarial Patches

2020-05-05 · Sukrut Rao, David Stutz, Bernt Schiele

Deep neural networks have been shown to be susceptible to adversarial examples -- small, imperceptible changes constructed to cause mis-classification in otherwise highly accurate image classifiers. As a practical altern…

Network transferability of adversarial patches in real-time object detection

2024-08-28 · Jens Bayer, Stefan Becker, David Münch, Michael Arens

Adversarial patches in computer vision can be used, to fool deep neural networks and manipulate their decision-making process. One of the most prominent examples of adversarial patches are evasion attacks for object dete…

Adversarial AttackObjectobject-detectionObject Detection+1

Robust Physical Adversarial Patches Using Dynamically Optimized Clusters

2025-11-23 · Harrison Bagley, Will Meakin, Simon Lucey, Yee Wei Law 외 arxiv

Physical adversarial attacks on deep learning systems is concerning due to the ease of deploying such attacks, usually by placing an adversarial patch in a scene to manipulate the outcomes of a deep learning model. Train…

Dynamic Adversarial Patch for Evading Object Detection Models

2020-10-25 · Shahar Hoory, Tzvika Shapira, Asaf Shabtai, Yuval Elovici

Recent research shows that neural networks models used for computer vision (e.g., YOLO and Fast R-CNN) are vulnerable to adversarial evasion attacks. Most of the existing real-world adversarial attacks against object det…

Objectobject-detectionObject DetectionPosition

Saliuitl: Ensemble Salience Guided Recovery of Adversarial Patches against CNNs

2025-01-01 · CVPR 2025 1 · Mauricio Byrd Victorica, György Dán, Henrik Sandberg

Adversarial patches are capable of misleading computer vision systems based on convolutional neural networks. Existing recovery methods suffer of at least one of three fundamental shortcomings: no information about t…

image-classificationImage Classificationobject-detectionObject Detection