paper-with-me

Papers

An Analysis of Adversarial Attacks and Defenses on Autonomous Driving Models

2020-02-06 · Yao Deng, Xi Zheng, Tianyi Zhang, Chen Chen, Guannan Lou, Miryung Kim

Nowadays, autonomous driving has attracted much attention from both industry and academia. Convolutional neural network (CNN) is a key component in autonomous driving, which is also increasingly adopted in pervasive computing such as smartphones, wearable devices, and IoT networks. Prior work shows CNN-based classification models are vulnerable to adversarial attacks. However, it is uncertain to what extent regression models such as driving models are vulnerable to adversarial attacks, the effectiveness of existing defense techniques, and the defense implications for system and middleware builders. This paper presents an in-depth analysis of five adversarial attacks and four defense methods on three driving models. Experiments show that, similar to classification models, these models are still highly vulnerable to adversarial attacks. This poses a big security threat to autonomous driving and thus should be taken into account in practice. While these defense methods can effectively defend against different attacks, none of them are able to provide adequate protection against all five attacks. We derive several implications for system and middleware builders: (1) when adding a defense component against adversarial attacks, it is important to deploy multiple defense methods in tandem to achieve a good coverage of various attacks, (2) a blackbox attack is much less effective compared with a white-box attack, implying that it is important to keep model details (e.g., model architecture, hyperparameters) confidential via model obfuscation, and (3) driving models with a complex architecture are preferred if computing resources permit as they are more resilient to adversarial attacks than simple models.

📄 PDF Abstract BibTeX arXiv:2002.02175

Code (1)

ITSEG-MQ/Adv-attack-and-defense-on-driving-model 공식 구현 pytorch

Tasks

Autonomous Driving

Similar Papers 제목 키워드 기반

Deep Learning-Based Autonomous Driving Systems: A Survey of Attacks and Defenses

2021-04-05 · Yao Deng, Tiehua Zhang, Guannan Lou, Xi Zheng 외

The rapid development of artificial intelligence, especially deep learning technology, has advanced autonomous driving systems (ADSs) by providing precise control decisions to counterpart almost any driving event, spanni…

Anomaly DetectionAutonomous DrivingDeep Learning

A Survey on Adversarial Robustness of LiDAR-based Machine Learning Perception in Autonomous Vehicles

2024-11-21 · Junae Kim, Amardeep Kaur

In autonomous driving, the combination of AI and vehicular technology offers great potential. However, this amalgamation comes with vulnerabilities to adversarial attacks. This survey focuses on the intersection of Adver…

Adversarial RobustnessAutonomous DrivingAutonomous Vehicles

Advancing Robustness in Deep Reinforcement Learning with an Ensemble Defense Approach

2025-07-22 · Adithya Mohan, Dominik Rößle, Daniel Cremers, Torsten Schön arxiv

Recent advancements in Deep Reinforcement Learning (DRL) have demonstrated its applicability across various domains, including robotics, healthcare, energy optimization, and autonomous driving. However, a critical questi…

Reinforcement LearningAutonomous Driving

Better the Devil you Know: An Analysis of Evasion Attacks using Out-of-Distribution Adversarial Examples

2019-05-05 · Vikash Sehwag, Arjun Nitin Bhagoji, Liwei Song, Chawin Sitawarin 외

A large body of recent work has investigated the phenomenon of evasion attacks using adversarial examples for deep learning systems, where the addition of norm-bounded perturbations to the test inputs leads to incorrect …

Autonomous DrivingGeneral Classification

Efficient Model-Based Purification Against Adversarial Attacks for LiDAR Segmentation

2025-08-25 · Alexandros Gkillas, Ioulia Kapsali, Nikos Piperigkos, Aris S. Lalos arxiv

LiDAR-based segmentation is essential for reliable perception in autonomous vehicles, yet modern segmentation networks are highly susceptible to adversarial attacks that can compromise safety. Most existing defenses are …

Adversarial DefenseAutonomous VehiclesAutonomous DrivingPoint Clouds