Search papers, labs, and topics across Lattice.
This paper introduces HGeo-TopoMap, a novel approach to enhance topological mapping for autonomous driving by integrating hierarchical geometric priors with a dual-module architecture. The method employs a geometric adaptive learning module to encode semantic and spatial features from road structure maps and a geometric consistency learning module to enforce spatial alignment of centerline instances. Evaluations on the OpenLane-V2 dataset demonstrate significant improvements in mapping accuracy and robustness compared to existing baselines, addressing the critical challenge of centerline detection in real-world environments.
HGeo-TopoMap achieves remarkable gains in topological mapping accuracy and robustness, tackling the elusive challenge of centerline detection in autonomous driving.
Topological 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.