Uncertainty-Aware Trajectory Prediction: A Unified Framework Harnessing Positional and Semantic Uncertainties

arXiv cs.CV / 4/1/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper targets trajectory prediction by addressing uncertainty from two real-time map error sources: positional inaccuracies (sensor noise/occlusions) and semantic misinterpretations (scene context errors).
  • It proposes a unified, end-to-end framework with a dual-head, dual-pass architecture that estimates positional and semantic predictions separately while deriving uncertainty variances as explicit uncertainty indicators.
  • The framework then fuses the estimated uncertainties back into the trajectory prediction pipeline to improve robustness of forecasts.
  • Experiments on the nuScenes dataset across four map estimation methods and two trajectory prediction baselines show consistent gains on minADE, minFDE, and Miss Rate, alongside effective quantification of map uncertainty in both positional and semantic dimensions.
  • The authors indicate the code will be made available at the provided GitHub repository link.

Abstract

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.