paper-with-me

홈 › Papers

Robust Trajectory Prediction against Adversarial Attacks

2022-07-29 · Yulong Cao, Danfei Xu, Xinshuo Weng, Zhuoqing Mao, Anima Anandkumar, Chaowei Xiao, Marco Pavone

Trajectory prediction using deep neural networks (DNNs) is an essential component of autonomous driving (AD) systems. However, these methods are vulnerable to adversarial attacks, leading to serious consequences such as collisions. In this work, we identify two key ingredients to defend trajectory prediction models against adversarial attacks including (1) designing effective adversarial training methods and (2) adding domain-specific data augmentation to mitigate the performance degradation on clean data. We demonstrate that our method is able to improve the performance by 46% on adversarial data and at the cost of only 3% performance degradation on clean data, compared to the model trained with clean data. Additionally, compared to existing robust methods, our method can improve performance by 21% on adversarial examples and 9% on clean data. Our robust model is evaluated with a planner to study its downstream impacts. We demonstrate that our model can significantly reduce the severe accident rates (e.g., collisions and off-road driving).

📄 PDF Abstract BibTeX arXiv:2208.00094

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingData AugmentationPredictionTrajectory Prediction

Similar Papers 제목 키워드 기반

Evaluating randomized smoothing as a defense against adversarial attacks in trajectory prediction

2026-03-11 · Julian F. Schumann, Eduardo Figueiredo, Frederik Baymler Mathiesen, Luca Laurenti 외 arxiv

Accurate and robust trajectory prediction is essential for safe and efficient autonomous driving, yet recent work has shown that even state-of-the-art prediction models are highly vulnerable to inputs being mildly pertur…

Trajectory PredictionAutonomous Driving

TrajRS: Towards Certified Robustness in Pedestrian Trajectory Prediction

2026-06-27 · Liang Zhang, Gaojie Jin, Yao Shi, Quanzhi Li 외 arxiv

The robustness of trajectory prediction models is crucial for developing safe autonomous driving systems. Adversarial attacks on trajectory prediction can significantly impair the accuracy of predicted trajectories, lead…

Trajectory PredictionAutonomous Driving

Realistic Adversarial Attacks for Robustness Evaluation of Trajectory Prediction Models via Future State Perturbation

2025-05-09 · Julian F. Schumann, Jeroen Hagenus, Frederik Baymler Mathiesen, Arkady Zgonnikov

Trajectory prediction is a key element of autonomous vehicle systems, enabling them to anticipate and react to the movements of other road users. Evaluating the robustness of prediction models against adversarial attacks…

Autonomous VehiclesPredictionTrajectory Prediction

Targeted Adversarial Attacks against Neural Network Trajectory Predictors

2022-12-08 · Kaiyuan Tan, Jun Wang, Yiannis Kantaros

Trajectory prediction is an integral component of modern autonomous systems as it allows for envisioning future intentions of nearby moving agents. Due to the lack of other agents' dynamics and control policies, deep neu…

Adversarial AttackTrajectory ForecastingTrajectory Prediction

Adversarial Backdoor Attack by Naturalistic Data Poisoning on Trajectory Prediction in Autonomous Driving

2023-06-27 · CVPR 2024 1 · Mozhgan PourKeshavarz, Mohammad Sabokrou, Amir Rasouli

In autonomous driving, behavior prediction is fundamental for safe motion planning, hence the security and robustness of prediction models against adversarial attacks are of paramount importance. We propose a novel adver…

Autonomous DrivingBackdoor AttackData PoisoningMotion Planning+2