paper-with-me

Papers

PADetBench: Towards Benchmarking Physical Attacks against Object Detection

2024-08-17 · Jiawei Lian, Jianhong Pan, Lefan Wang, Yi Wang, Lap-Pui Chau, Shaohui Mei

Physical attacks against object detection have gained increasing attention due to their significant practical implications. However, conducting physical experiments is extremely time-consuming and labor-intensive. Moreover, physical dynamics and cross-domain transformation are challenging to strictly regulate in the real world, leading to unaligned evaluation and comparison, severely hindering the development of physically robust models. To accommodate these challenges, we explore utilizing realistic simulation to thoroughly and rigorously benchmark physical attacks with fairness under controlled physical dynamics and cross-domain transformation. This resolves the problem of capturing identical adversarial images that cannot be achieved in the real world. Our benchmark includes 20 physical attack methods, 48 object detectors, comprehensive physical dynamics, and evaluation metrics. We also provide end-to-end pipelines for dataset generation, detection, evaluation, and further analysis. In addition, we perform 8064 groups of evaluation based on our benchmark, which includes both overall evaluation and further detailed ablation studies for controlled physical dynamics. Through these experiments, we provide in-depth analyses of physical attack performance and physical adversarial robustness, draw valuable observations, and discuss potential directions for future research. Codebase: https://github.com/JiaweiLian/Benchmarking_Physical_Attack

📄 PDF Abstract BibTeX arXiv:2408.09181

Code (2)

jiaweilian/benchmarking_physical_attack 공식 구현
jiaweilian/padetbench 공식 구현

Tasks

Adversarial RobustnessBenchmarkingDataset GenerationFairnessObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Revisiting Physically Realizable Adversarial Object Attack against LiDAR-based Detection: Clarifying Problem Formulation and Experimental Protocols

2025-07-24 · Luo Cheng, Hanwei Zhang, Lijun Zhang, Holger Hermanns arxiv

Adversarial robustness in LiDAR-based 3D object detection is a critical research area due to its widespread application in real-world scenarios. While many digital attacks manipulate point clouds or meshes, they often la…

Adversarial Robustness3D Object DetectionPoint Clouds

Backdoor Attacks Against Deep Learning Systems in the Physical World

2020-06-25 · CVPR 2021 1 · Emily Wenger, Josephine Passananti, Arjun Bhagoji, Yuanshun Yao 외

Backdoor attacks embed hidden malicious behaviors into deep learning models, which only activate and cause misclassifications on model inputs containing a specific trigger. Existing works on backdoor attacks and defenses…

Deep LearningTransfer Learning

On Physical Adversarial Patches for Object Detection

2019-06-20 · Mark Lee, Zico Kolter

In this paper, we demonstrate a physical adversarial patch attack against object detectors, notably the YOLOv3 detector. Unlike previous work on physical object detection attacks, which required the patch to overlap with…

Objectobject-detectionObject Detection

Defenses Against Multi-Sticker Physical Domain Attacks on Classifiers

2021-01-26 · Xinwei Zhao, Matthew C. Stamm

Recently, physical domain adversarial attacks have drawn significant attention from the machine learning community. One important attack proposed by Eykholt et al. can fool a classifier by placing black and white sticker…

A Single Set of Adversarial Clothes Breaks Multiple Defense Methods in the Physical World

2025-10-20 · Wei Zhang, Zhanhao Hu, Xiao Li, Xiaopei Zhu 외 arxiv

In recent years, adversarial attacks against deep learning-based object detectors in the physical world have attracted much attention. To defend against these attacks, researchers have proposed various defense methods ag…

Adversarial Defense