T2SG: Traffic Topology Scene Graph for Topology Reasoning in Autonomous Driving
Changsheng Lv, Mengshi Qi, Liang Liu, Huadong Ma
TL;DR
This work introduces the Traffic Topology Scene Graph ($\text{T}^2\text{SG}$) to unify lane topology and road-signal semantics for autonomous driving. It proposes TopoFormer, a one-stage transformer with a Lane Aggregation Layer that uses geometry-guided self-attention and a Counterfactual Intervention Layer to model realistic road structures, improving topology reasoning. Training optimizes node detection and edge prediction while leveraging the total indirect effect (TIE) of counterfactual attention, and inference uses standard edge predictions without TIE. Experiments on OpenLane-V2 show state-of-the-art performance in $\text{T}^2\text{SG}$ generation and substantial gains in traffic topology reasoning, with an OpenLane-V2 Score of $46.3$ on subset_A, demonstrating strong practical impact for HD map construction and downstream planning tasks.
Abstract
Understanding the traffic scenes and then generating high-definition (HD) maps present significant challenges in autonomous driving. In this paper, we defined a novel Traffic Topology Scene Graph, a unified scene graph explicitly modeling the lane, controlled and guided by different road signals (e.g., right turn), and topology relationships among them, which is always ignored by previous high-definition (HD) mapping methods. For the generation of T2SG, we propose TopoFormer, a novel one-stage Topology Scene Graph TransFormer with two newly designed layers. Specifically, TopoFormer incorporates a Lane Aggregation Layer (LAL) that leverages the geometric distance among the centerline of lanes to guide the aggregation of global information. Furthermore, we proposed a Counterfactual Intervention Layer (CIL) to model the reasonable road structure ( e.g., intersection, straight) among lanes under counterfactual intervention. Then the generated T2SG can provide a more accurate and explainable description of the topological structure in traffic scenes. Experimental results demonstrate that TopoFormer outperforms existing methods on the T2SG generation task, and the generated T2SG significantly enhances traffic topology reasoning in downstream tasks, achieving a state-of-the-art performance of 46.3 OLS on the OpenLane-V2 benchmark. We will release our source code and model.
