Continuity Preserving Online CenterLine Graph Learning
Yunhui Han, Kun Yu, Zhiwei Li
TL;DR
This work tackles the challenge of constructing continuity-preserving centerline graphs for autonomous driving. It introduces CGNet, a DETR-inspired, end-to-end framework with three novel modules: Junction Aware Query (JAQ) for precise junction localization, Bézier Space Connection (BSC) to enforce smoothness in a Bézier space, and Iterative Topology Refinement (ITR) to iteratively refine connectivity. By modeling lanes as non-overlapped segments with topology and enforcing continuity through both point- and segment-level constraints, CGNet achieves state-of-the-art results on nuScenes and Argoverse2 across fine-grained point- and segment-level metrics. The approach promises practical benefits for online map reconstruction and downstream planning by producing continuous, topologically sound centerline graphs in real time, supported by comprehensive ablations and scalability analyses.
Abstract
Lane topology, which is usually modeled by a centerline graph, is essential for high-level autonomous driving. For a high-quality graph, both topology connectivity and spatial continuity of centerline segments are critical. However, most of existing approaches pay more attention to connectivity while neglect the continuity. Such kind of centerline graph usually cause problem to planning of autonomous driving. To overcome this problem, we present an end-to-end network, CGNet, with three key modules: 1)Junction Aware Query Enhancement module, which provides positional prior to accurately predict junction points; 2)Bézier Space Connection module, which enforces continuity constraints on any two topologically connected segments in a Bézier space; 3) Iterative Topology Refinement module, which is a graph-based network with memory to iteratively refine the predicted topological connectivity. CGNet achieves state-of-the-art performance on both nuScenes and Argoverse2 datasets.
