Uncertainty Matters: Structured Probabilistic Online Mapping for Motion Prediction in Autonomous Driving

arXiv cs.RO / 3/23/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces a structured probabilistic framework for online map generation in autonomous driving, modeling uncertainty with a dense LRPD covariance to capture spatial dependencies.
  • It addresses limitations of diagonal-only covariances and costly full covariance approaches by decomposing uncertainty into a low-rank global component and a diagonal local noise component.
  • The method predicts intra-element dependencies to produce a more accurate probabilistic map, enhancing map-based motion prediction within the perception-prediction-planning pipeline.
  • Evaluations on the nuScenes dataset show consistent improvements over deterministic baselines and achieve state-of-the-art results for map-based motion prediction.
  • The code is stated to be released in the future, aiding reproducibility and potential adoption.

Abstract

Online map generation and trajectory prediction are critical components of the autonomous driving perception-prediction-planning pipeline. While modern vectorized mapping models achieve high geometric accuracy, they typically treat map estimation as a deterministic task, discarding structural uncertainty. Existing probabilistic approaches often rely on diagonal covariance matrices, which assume independence between points and fail to capture the strong spatial correlations inherent in road geometry. To address this, we propose a structured probabilistic formulation for online map generation. Our method explicitly models intra-element dependencies by predicting a dense covariance matrix, parameterized via a Low-Rank plus Diagonal (LRPD) covariance decomposition. This formulation represents uncertainty as a combination of a low-rank component, which captures global spatial structure, and a diagonal component representing independent local noise, thereby capturing geometric correlations without the prohibitive computational cost of full covariance matrices. Evaluations on the nuScenes dataset demonstrate that our uncertainty-aware framework yields consistent improvements in online map generation quality compared to deterministic baselines. Furthermore, our approach establishes new state-of-the-art performance for map-based motion prediction, highlighting the critical role of uncertainty in planning tasks. Code is published under link-available-soon.

Uncertainty Matters: Structured Probabilistic Online Mapping for Motion Prediction in Autonomous Driving | AI Navigate