Adversarial Driving: Attacking End-to-End Autonomous Driving
Han Wu, Syed Yunas, Sareh Rowlands, Wenjie Ruan, and Johan Wahlstrom

TL;DR
This paper demonstrates that end-to-end autonomous driving neural networks are vulnerable to real-time, input-perturbing adversarial attacks that significantly alter steering outputs, highlighting security concerns.
Contribution
It introduces two novel white-box targeted adversarial attack methods against end-to-end autonomous driving models, showing their effectiveness in real-time scenarios.
Findings
Attacks cause steering deviations of 0.478 and 0.111 on average.
Attacks are executable in real-time on CPUs without GPUs.
Random noise causes negligible steering deviation.
Abstract
As research in deep neural networks advances, deep convolutional networks become promising for autonomous driving tasks. In particular, there is an emerging trend of employing end-to-end neural network models for autonomous driving. However, previous research has shown that deep neural network classifiers are vulnerable to adversarial attacks. While for regression tasks, the effect of adversarial attacks is not as well understood. In this research, we devise two white-box targeted attacks against end-to-end autonomous driving models. Our attacks manipulate the behavior of the autonomous driving system by perturbing the input image. In an average of 800 attacks with the same attack strength (epsilon=1), the image-specific and image-agnostic attack deviates the steering angle from the original output by 0.478 and 0.111, respectively, which is much stronger than random noises that only…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications · Advanced Neural Network Applications
