Proceedings Article10.1145/3447548.3467432
Multi-view Correlation based Black-box Adversarial Attack for 3D Object Detection
Bingyu Liu,Yuhong Guo,Jianan Jiang,Jian Tang,Weihong Deng +4 more
- 14 Aug 2021
- pp 1036-1044
10
TL;DR: A simple multi-view correlation based adversarial attack method for the camera-LiDAR fusion 3D object detection models and focus on the black-box attack setting which is more practical in real-world systems is proposed.
read more
Abstract: Deep neural networks have made tremendous progress in 3D object detection, which is an important task especially in autonomous driving scenarios. Benefited from the breakthroughs in deep learning and sensor technologies, 3D object detection methods based on different sensors, such as camera and LiDAR, have developed rapidly. Meanwhile, more and more researches notice that the abundant information contained in the multi-view data can be used to obtain more accurate understanding of the 3D surrounding environment. Therefore, many sensor-fusion 3D object detection methods have been proposed. As safety is critical in autonomous driving and the deep neural networks are known to be vulnerable to adversarial examples with visually imperceptible perturbations, it is significant to investigate adversarial attacks for 3D object detection. Recent works have shown that both image-based and LiDAR-based networks can be attacked by the adversarial examples while the attacks to the sensor-fusion models, which tend to be more robust, haven't been studied. To this end, we propose a simple multi-view correlation based adversarial attack method for the camera-LiDAR fusion 3D object detection models and focus on the black-box attack setting which is more practical in real-world systems. Specifically, we first design a generative network to generate image adversarial examples based on an auxiliary image semantic segmentation network. Then, we develop a cross-view perturbation projection method by exploiting the camera-LiDAR correlations to map each image adversarial example to the space of the point cloud data to form the point cloud adversarial examples in the LiDAR view. Extensive experiments on the KITTI dataset demonstrate the effectiveness of the proposed method.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Adversarial Attacks and Defenses in Machine Learning-Empowered Communication Systems and Networks: A Contemporary Survey
Yulong Wang,Tong Sun,Shenghong Li,Xinnan Yuan,W. Ni,Ekram Hossain,H. Vincent Poor +6 more
TL;DR: A comprehensive classification of recent adversarial attack methods and state-of-the-art adversarial defense techniques based on attack principles are conducted, and they are presented in visually appealing tables and tree diagrams.
43
Benchmarking Robustness of AI-enabled Multi-sensor Fusion Systems: Challenges and Opportunities
06 Jun 2023
TL;DR: Wang et al. as mentioned in this paper designed 14 common and realistic corruption patterns to synthesize large-scale corrupted datasets to comprehensively understand multi-sensor fusion (MSF) systems' robustness and reliability.
3
SpotAttack: Covering Spots on Surface to Attack LiDAR Based Autonomous Driving Systems
Qiusheng Huang,Chen Gu,Yaofei Wang,Donghui Hu +3 more
TL;DR: SpotAttack is a novel adversarial attack that targets specific areas of a vehicle's surface using distributed patches, decreasing LiDAR reflectivity and causing incorrect 3-D object detection in autonomous driving systems.
1
Evaluating the Robustness of LiDAR-based 3D Obstacles Detection and Its Impacts on Autonomous Driving Systems
Tri Minh Triet Pham,Jing Wang,Jinqiu Yang +2 more
- 24 Aug 2024
TL;DR: This study evaluates the robustness of LiDAR-based 3D obstacle detection models against subtle changes in point cloud data, proposing a framework SORBET to assess impacts on trajectory prediction and autonomous driving systems' safety.
Gradient-based sparse voxel attacks on point cloud object detection
Junqi Wu,Shuai Jia,Tingsong Jiang,Weien Zhou,Chao Ma,Xiaoqian Chen +5 more
References
Deep Residual Learning for Image Recognition
Kaiming He,Xiangyu Zhang,Shaoqing Ren,Jian Sun +3 more
- 27 Jun 2016
TL;DR: In this article, the authors proposed a residual learning framework to ease the training of networks that are substantially deeper than those used previously, which won the 1st place on the ILSVRC 2015 classification task.
•Proceedings Article
Adam: A Method for Stochastic Optimization
Diederik P. Kingma,Jimmy Ba +1 more
- 01 Jan 2015
TL;DR: This work introduces Adam, an algorithm for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimates of lower-order moments, and provides a regret bound on the convergence rate that is comparable to the best known results under the online convex optimization framework.
138.5K
ImageNet classification with deep convolutional neural networks
TL;DR: A large, deep convolutional neural network was trained to classify the 1.2 million high-resolution images in the ImageNet LSVRC-2010 contest into the 1000 different classes and employed a recently developed regularization method called "dropout" that proved to be very effective.
•Proceedings Article
ImageNet Classification with Deep Convolutional Neural Networks
Alex Krizhevsky,Ilya Sutskever,Geoffrey E. Hinton +2 more
- 03 Dec 2012
TL;DR: The state-of-the-art performance of CNNs was achieved by Deep Convolutional Neural Networks (DCNNs) as discussed by the authors, which consists of five convolutional layers, some of which are followed by max-pooling layers, and three fully-connected layers with a final 1000-way softmax.
Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks
TL;DR: This work introduces a Region Proposal Network (RPN) that shares full-image convolutional features with the detection network, thus enabling nearly cost-free region proposals and further merge RPN and Fast R-CNN into a single network by sharing their convolutionAL features.