SatMap: Revisiting Satellite Maps as Prior for Online HD Map Construction
Kanak Mazumder, Fabian B. Flohr
TL;DR
SatMap tackles online HD map construction by integrating a global satellite-map prior into a multi-view camera BEV framework to produce vectorized map predictions. It employs a Swin Transformer-based satellite feature extractor, GFPN fusion, and a ConvFuser to merge satellite and camera BEV features, followed by a DETR-based decoder to output polylines for lanes, boundaries, and crossings. On nuScenes, SatMap delivers substantial gains over camera-only and camera-LiDAR baselines and demonstrates robustness in long-range and adverse weather, by mitigating depth ambiguity and occlusion through satellite context. The work highlights the practical value of satellite priors for robust, real-time HD map construction and points to future directions in temporal fusion and monocular ego-centric mapping.
Abstract
Online high-definition (HD) map construction is an essential part of a safe and robust end-to-end autonomous driving (AD) pipeline. Onboard camera-based approaches suffer from limited depth perception and degraded accuracy due to occlusion. In this work, we propose SatMap, an online vectorized HD map estimation method that integrates satellite maps with multi-view camera observations and directly predicts a vectorized HD map for downstream prediction and planning modules. Our method leverages lane-level semantics and texture from satellite imagery captured from a Bird's Eye View (BEV) perspective as a global prior, effectively mitigating depth ambiguity and occlusion. In our experiments on the nuScenes dataset, SatMap achieves 34.8% mAP performance improvement over the camera-only baseline and 8.5% mAP improvement over the camera-LiDAR fusion baseline. Moreover, we evaluate our model in long-range and adverse weather conditions to demonstrate the advantages of using a satellite prior map. Source code will be available at https://iv.ee.hm.edu/satmap/.
