paper-with-me

홈 › Papers

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 neural network (DNN) models are often employed for trajectory forecasting tasks. Although there exists an extensive literature on improving the accuracy of these models, there is a very limited number of works studying their robustness against adversarially crafted input trajectories. To bridge this gap, in this paper, we propose a targeted adversarial attack against DNN models for trajectory forecasting tasks. We call the proposed attack TA4TP for Targeted adversarial Attack for Trajectory Prediction. Our approach generates adversarial input trajectories that are capable of fooling DNN models into predicting user-specified target/desired trajectories. Our attack relies on solving a nonlinear constrained optimization problem where the objective function captures the deviation of the predicted trajectory from a target one while the constraints model physical requirements that the adversarial input should satisfy. The latter ensures that the inputs look natural and they are safe to execute (e.g., they are close to nominal inputs and away from obstacles). We demonstrate the effectiveness of TA4TP on two state-of-the-art DNN models and two datasets. To the best of our knowledge, we propose the first targeted adversarial attack against DNN models used for trajectory forecasting.

📄 PDF Abstract BibTeX arXiv:2212.04138

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackTrajectory ForecastingTrajectory Prediction

Similar Papers 제목 키워드 기반

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

Hacking Predictors Means Hacking Cars: Using Sensitivity Analysis to Identify Trajectory Prediction Vulnerabilities for Autonomous Driving Security

2024-01-18 · Marsalis Gibson, David Babazadeh, Claire Tomlin, Shankar Sastry

Adversarial attacks on learning-based multi-modal trajectory predictors have already been demonstrated. However, there are still open questions about the effects of perturbations on inputs other than state histories, and…

Autonomous DrivingSensitivityTrajectory Prediction

Untargeted, Targeted and Universal Adversarial Attacks and Defenses on Time Series

2021-01-13 · Pradeep Rathore, Arghya Basak, Sri Harsha Nistala, Venkataramana Runkana

Deep learning based models are vulnerable to adversarial attacks. These attacks can be much more harmful in case of targeted attacks, where an attacker tries not only to fool the deep learning model, but also to misguide…

Adversarial AttackAdversarial DefenseDeep LearningTime Series+2

Two Heads Are Better Than One: Averaging along Fine-Tuning to Improve Targeted Transferability

2024-12-30 · Hui Zeng, Sanshuai Cui, Biwei Chen, Anjie Peng

With much longer optimization time than that of untargeted attacks notwithstanding, the transferability of targeted attacks is still far from satisfactory. Recent studies reveal that fine-tuning an existing adversarial e…

SHIELD: Thwarting Code Authorship Attribution

2023-04-26 · Mohammed Abuhamad, Changhun Jung, David Mohaisen, DaeHun Nyang

Authorship attribution has become increasingly accurate, posing a serious privacy risk for programmers who wish to remain anonymous. In this paper, we introduce SHIELD to examine the robustness of different code authorsh…

Authorship Attribution