CVCRJan 13, 2022

On Adversarial Robustness of Trajectory Prediction for Autonomous Vehicles

arXiv:2201.05057v3207 citationsHas Code
AI Analysis

This work addresses a critical safety issue for autonomous vehicles by exposing vulnerabilities in trajectory prediction systems, which could lead to unsafe driving decisions if exploited by adversaries.

The authors tackled the problem of adversarial robustness in trajectory prediction for autonomous vehicles by proposing a new adversarial attack that perturbs vehicle trajectories to maximize prediction error, resulting in an increase of over 150% in prediction error across three models and datasets.

Trajectory prediction is a critical component for autonomous vehicles (AVs) to perform safe planning and navigation. However, few studies have analyzed the adversarial robustness of trajectory prediction or investigated whether the worst-case prediction can still lead to safe planning. To bridge this gap, we study the adversarial robustness of trajectory prediction models by proposing a new adversarial attack that perturbs normal vehicle trajectories to maximize the prediction error. Our experiments on three models and three datasets show that the adversarial prediction increases the prediction error by more than 150%. Our case studies show that if an adversary drives a vehicle close to the target AV following the adversarial trajectory, the AV may make an inaccurate prediction and even make unsafe driving decisions. We also explore possible mitigation techniques via data augmentation and trajectory smoothing. The implementation is open source at https://github.com/zqzqz/AdvTrajectoryPrediction.

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