paper-with-me

Papers

Benchmarking the Physical-world Adversarial Robustness of Vehicle Detection

2023-04-11 · Tianyuan Zhang, Yisong Xiao, Xiaoya Zhang, Hao Li, Lu Wang

Adversarial attacks in the physical world can harm the robustness of detection models. Evaluating the robustness of detection models in the physical world can be challenging due to the time-consuming and labor-intensive nature of many experiments. Thus, virtual simulation experiments can provide a solution to this challenge. However, there is no unified detection benchmark based on virtual simulation environment. To address this challenge, we proposed an instant-level data generation pipeline based on the CARLA simulator. Using this pipeline, we generated the DCI dataset and conducted extensive experiments on three detection models and three physical adversarial attacks. The dataset covers 7 continuous and 1 discrete scenes, with over 40 angles, 20 distances, and 20,000 positions. The results indicate that Yolo v6 had strongest resistance, with only a 6.59% average AP drop, and ASA was the most effective attack algorithm with a 14.51% average AP reduction, twice that of other algorithms. Static scenes had higher recognition AP, and results under different weather conditions were similar. Adversarial attack algorithm improvement may be approaching its 'limitation'.

📄 PDF Abstract BibTeX arXiv:2304.05098

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackAdversarial RobustnessBenchmarkingvehicle detection

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
CARLA CARLA is an open-source simulator for autonomous driving research. CARLA has been developed from the ground up to support development, training, and validation of autonomous urban…

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

Physical 3D Adversarial Attacks against Monocular Depth Estimation in Autonomous Driving

2024-03-26 · CVPR 2024 1 · Junhao Zheng, Chenhao Lin, Jiahao Sun, Zhengyu Zhao 외

Deep learning-based monocular depth estimation (MDE), extensively applied in autonomous driving, is known to be vulnerable to adversarial attacks. Previous physical attacks against MDE models rely on 2D adversarial patch…

Adversarial AttackAutonomous DrivingDepth EstimationMonocular Depth Estimation

ACTIVE: Towards Highly Transferable 3D Physical Camouflage for Universal and Robust Vehicle Evasion

2023-08-14 · ICCV 2023 1 · Naufal Suryanto, Yongsu Kim, Harashta Tatimma Larasati, Hyoeun Kang 외

Adversarial camouflage has garnered attention for its ability to attack object detectors from any viewpoint by covering the entire object's surface. However, universality and robustness in existing methods often fall sho…

Navigating Threats: A Survey of Physical Adversarial Attacks on LiDAR Perception Systems in Autonomous Vehicles

2024-09-30 · Amira Guesmi, Muhammad Shafique

Autonomous vehicles (AVs) rely heavily on LiDAR (Light Detection and Ranging) systems for accurate perception and navigation, providing high-resolution 3D environmental data that is crucial for object detection and class…

Autonomous Vehiclesobject-detectionObject Detection

PADetBench: Towards Benchmarking Physical Attacks against Object Detection

2024-08-17 · Jiawei Lian, Jianhong Pan, Lefan Wang, Yi Wang 외

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. Moreov…

Adversarial RobustnessBenchmarkingDataset GenerationFairness+3