CVOct 23, 2023

ADoPT: LiDAR Spoofing Attack Detection Based on Point-Level Temporal Consistency

arXiv:2310.14504v117 citationsh-index: 17
Originality Incremental advance
AI Analysis

This addresses a critical security issue for autonomous vehicles by improving detection of adversarial attacks, though it appears incremental as it builds on prior defense methods.

The paper tackles the problem of LiDAR spoofing attacks in autonomous vehicles by proposing ADoPT, a framework that detects anomalies based on point-level temporal consistency, achieving a false positive ratio below 10% and a true positive ratio above 85% on the nuScenes dataset, outperforming existing methods.

Deep neural networks (DNNs) are increasingly integrated into LiDAR (Light Detection and Ranging)-based perception systems for autonomous vehicles (AVs), requiring robust performance under adversarial conditions. We aim to address the challenge of LiDAR spoofing attacks, where attackers inject fake objects into LiDAR data and fool AVs to misinterpret their environment and make erroneous decisions. However, current defense algorithms predominantly depend on perception outputs (i.e., bounding boxes) thus face limitations in detecting attackers given the bounding boxes are generated by imperfect perception models processing limited points, acquired based on the ego vehicle's viewpoint. To overcome these limitations, we propose a novel framework, named ADoPT (Anomaly Detection based on Point-level Temporal consistency), which quantitatively measures temporal consistency across consecutive frames and identifies abnormal objects based on the coherency of point clusters. In our evaluation using the nuScenes dataset, our algorithm effectively counters various LiDAR spoofing attacks, achieving a low (< 10%) false positive ratio (FPR) and high (> 85%) true positive ratio (TPR), outperforming existing state-of-the-art defense methods, CARLO and 3D-TC2. Furthermore, our evaluation demonstrates the promising potential for accurate attack detection across various road environments.

Foundations

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

Your Notes