HGeo-TopoMap: Boosting Topological Mapping with Hierarchical Geometric Priors
This paper proposes HGeo-TopoMap, a method for topological mapping in autonomous driving using an explicit prior map and implicit spatial relations, achieving substantial improvements in accuracy and robustness.
Proposes a hierarchical method for topological mapping using an explicit prior map and implicit spatial relations
Before reading this…
Applications
- →Autonomous driving perception systems
To understand this paper, make sure you know these concepts first:
- Understanding of topological mapping in autonomous drivingfind papers →
Abstract
More Like ThisTopological maps are key outputs of autonomous driving perception systems, delivering essential road information for path planning. They identify instances such as centerlines and traffic signs, along with their connectivity relationships. Due to the lack of explicit markings for centerlines in real-world environments, the detection of centerline instances remains a significant challenge. To tackle this problem, we propose HGeo-TopoMap, which leverages an explicit prior map and implicit spatial relations to hierarchically boost topological mapping. First, a geometric adaptive learning module is designed for the road structure map obtained via inverse perspective mapping. This module discretely encodes semantic and spatial features from the map, followed by a prior-mask attention mechanism that selectively focuses on informative regions. Then, a geometric consistency learning module is devised, which leverages the geometric properties and spatial relationships of centerlines. Built on the geometry-aware decoder, it enforces spatial consistency by aligning features of centerline instances with identical geometric orientations. The proposed method is evaluated on the OpenLane-V2 dataset across the centerline, lane segment, and robustness benchmarks. Beyond substantial improvements in topological mapping accuracy, the proposed method offers the benefit of enhanced robustness, consistently outperforming baselines under both standard and challenging conditions. The source code and model weights will be made publicly available at https://github.com/lynn-yu/HGeo-TopoMap.