CVCRApr 28, 2023

Fusion is Not Enough: Single Modal Attacks on Fusion Models for 3D Object Detection

arXiv:2304.14614v334 citationsh-index: 28Has Code
Originality Incremental advance
AI Analysis

This exposes a critical security flaw in autonomous vehicle perception systems, showing that fusion models are not robust to single-modal attacks, which is an incremental but important finding for safety-critical applications.

The paper tackles the vulnerability of multi-sensor fusion models for 3D object detection in autonomous vehicles by proposing camera-only adversarial attacks, resulting in significant performance drops such as reducing mean average precision from 0.824 to 0.353.

Multi-sensor fusion (MSF) is widely used in autonomous vehicles (AVs) for perception, particularly for 3D object detection with camera and LiDAR sensors. The purpose of fusion is to capitalize on the advantages of each modality while minimizing its weaknesses. Advanced deep neural network (DNN)-based fusion techniques have demonstrated the exceptional and industry-leading performance. Due to the redundant information in multiple modalities, MSF is also recognized as a general defence strategy against adversarial attacks. In this paper, we attack fusion models from the camera modality that is considered to be of lesser importance in fusion but is more affordable for attackers. We argue that the weakest link of fusion models depends on their most vulnerable modality, and propose an attack framework that targets advanced camera-LiDAR fusion-based 3D object detection models through camera-only adversarial attacks. Our approach employs a two-stage optimization-based strategy that first thoroughly evaluates vulnerable image areas under adversarial attacks, and then applies dedicated attack strategies for different fusion models to generate deployable patches. The evaluations with six advanced camera-LiDAR fusion models and one camera-only model indicate that our attacks successfully compromise all of them. Our approach can either decrease the mean average precision (mAP) of detection performance from 0.824 to 0.353, or degrade the detection score of a target object from 0.728 to 0.156, demonstrating the efficacy of our proposed attack framework. Code is available.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes