Certified Human Trajectory Prediction

Mohammadhossein Bahari,Saeed Saadatnejad,Amirhossein Asgari Farsangi,Seyed-Mohsen Moosavi-Dezfooli,Alexandre Alahi
2024-03-21
Abstract:Trajectory prediction plays an essential role in autonomous vehicles. While numerous strategies have been developed to enhance the robustness of trajectory prediction models, these methods are predominantly heuristic and do not offer guaranteed robustness against adversarial attacks and noisy observations. In this work, we propose a certification approach tailored for the task of trajectory prediction. To this end, we address the inherent challenges associated with trajectory prediction, including unbounded outputs, and mutli-modality, resulting in a model that provides guaranteed robustness. Furthermore, we integrate a denoiser into our method to further improve the performance. Through comprehensive evaluations, we demonstrate the effectiveness of the proposed technique across various baselines and using standard trajectory prediction datasets. The code will be made available online:
Computer Vision and Pattern Recognition,Robotics
What problem does this paper attempt to address?
The paper focuses on addressing the issue of robustness in trajectory prediction models, particularly in the context of autonomous vehicles. The authors highlight that while significant advancements have been made in developing accurate trajectory prediction models, these models are vulnerable to adversarial attacks and noisy observations, which can significantly degrade their performance and reliability. To tackle this issue, the paper proposes a certification approach tailored specifically for trajectory prediction tasks. The main goal is to provide guaranteed robustness against adversarial attacks and noisy inputs by ensuring that the model's predictions remain within certain bounds even when the inputs are perturbed. The approach leverages the concept of randomized smoothing, which has been widely used in image classification tasks to provide robustness guarantees. Key contributions and findings include: 1. **Introduction of Certification for Trajectory Prediction Models:** The authors introduce a method based on randomized smoothing certification for trajectory prediction models, which ensures guaranteed robustness by providing output bounds. This addresses the challenges of unbounded outputs and multi-modality in trajectory prediction. 2. **Randomized Smoothing Adaptation:** Two randomized smoothing approaches are adapted for trajectory prediction – one based on mean aggregation and another based on median aggregation. The median aggregation is found to be more suit