Search papers, labs, and topics across Lattice.
This paper introduces TopoGPT, a generative framework for lane topology reasoning that leverages autoregressive sequence modeling to incorporate geometric priors from lane graph structures. By constructing a large-scale dataset of 3.3 million scenes and employing a lane tokenizer alongside a scene context encoder, the model effectively addresses issues of geometric inconsistency and incomplete graphs caused by visual occlusions. The results demonstrate that TopoGPT significantly outperforms existing methods on the OpenLane-V2 benchmark, achieving improvements of +6.4 on lane-level and +11.6 on point-level metrics, while producing structurally complete lane graphs.
TopoGPT achieves a remarkable leap in lane topology reasoning, producing geometrically consistent lane graphs that outperform existing methods by substantial margins.
Lane topology reasoning aims to construct a lane graph from onboard sensor observations. Existing methods follow a detection and association paradigm that treats each lane instance independently, leading to geometric inconsistency at connected endpoints and incomplete graphs due to visual occlusions. To address these issues, we propose TopoGPT, a generative framework that learns the geometry prior from typical lane graph structures through autoregressive sequence modeling. Specifically, we construct a large-scale map dataset comprising 3.3M scenes. For each lane graph, a lane tokenizer serializes it into discrete tokens, while a scene context encoder converts it into a rasterized image and extracts global features as scene tokens. We pre-train an autoregressive lane sequence transformer via scene-conditioned next-token prediction, endowing the model with the geometry prior over lane graph structures. Building upon this prior, a perception adapter aligns BEV features from multi-view images with the pre-trained scene condition, transferring the learned geometry prior to sensor-based lane graph prediction. On the OpenLane-V2 benchmark, TopoGPT outperforms existing methods by an average of +6.4 on lane-level and +11.6 on point-level metrics, and produces geometrically consistent and structurally complete lane graphs.