Search papers, labs, and topics across Lattice.
This paper introduces a unified framework for trajectory prediction that explicitly models and integrates both positional and semantic uncertainties derived from real-time maps. A dual-head architecture estimates semantic and positional predictions, deriving prediction variances as uncertainty indicators. Fusing these uncertainties with the predictions enhances the robustness of trajectory forecasts, demonstrably improving performance on the nuScenes dataset across various map estimation methods and trajectory prediction baselines.
Quantifying and integrating map uncertainty鈥攂oth positional and semantic鈥攊nto trajectory prediction pipelines significantly boosts forecast accuracy, even when using existing baseline models.
Trajectory prediction seeks to forecast the future motion of dynamic entities, such as vehicles and pedestrians, given a temporal horizon of historical movement data and environmental context. A central challenge in this domain is the inherent uncertainty in real-time maps, arising from two primary sources: (1) positional inaccuracies due to sensor limitations or environmental occlusions, and (2) semantic errors stemming from misinterpretations of scene context. To address these challenges, we propose a novel unified framework that jointly models positional and semantic uncertainties and explicitly integrates them into the trajectory prediction pipeline. Our approach employs a dual-head architecture to independently estimate semantic and positional predictions in a dual-pass manner, deriving prediction variances as uncertainty indicators in an end-to-end fashion. These uncertainties are subsequently fused with the semantic and positional predictions to enhance the robustness of trajectory forecasts. We evaluate our uncertainty-aware framework on the nuScenes real-world driving dataset, conducting extensive experiments across four map estimation methods and two trajectory prediction baselines. Results verify that our method (1) effectively quantifies map uncertainties through both positional and semantic dimensions, and (2) consistently improves the performance of existing trajectory prediction models across multiple metrics, including minimum Average Displacement Error (minADE), minimum Final Displacement Error (minFDE), and Miss Rate (MR). Code will available at https://github.com/JT-Sun/UATP.