🤖 AI Summary
This work addresses the uncertainty arising from positional偏差 and semantic misjudgments in real-time maps by proposing a unified end-to-end trajectory prediction framework. The method is the first to jointly model and explicitly integrate both positional and semantic uncertainties through a dual-headed neural network architecture, which separately estimates each type of uncertainty. A dedicated fusion mechanism then incorporates these uncertainty estimates into existing trajectory prediction baselines. Experimental results on the nuScenes dataset demonstrate significant improvements across multiple metrics—including minADE, minFDE, and Miss Rate—validating the approach’s effectiveness and generalizability.
📝 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.