RelTopo: Multi-Level Relational Modeling for Driving Scene Topology Reasoning
Yueru Luo, Changqing Zhou, Yiming Yang, Erlong Li, Chao Zheng, Shuqi Mei, Shuguang Cui, Zhen Li
TL;DR
This work addresses the challenge of driving scene topology reasoning by identifying fragmentation between perception and reasoning and the underutilization of relational cues. It introduces RelTopo, a multi-level relational modeling framework that integrates relation-aware perception, geometry-informed L2L and cross-view L2T reasoning, and contrastive supervision to jointly optimize perception and topology inference. The approach leverages a geometry-biased self-attention, curve-guided cross-attention, and cross-view fusion to unify lane and traffic-element reasoning, with InfoNCE-based relational supervision to shape embedding spaces. Empirical results on OpenLane-V2 demonstrate state-of-the-art improvements across detection and topology metrics, underscoring the practical impact of embedding structural relations into end-to-end driving scene understanding.
Abstract
Accurate road topology reasoning is critical for autonomous driving, as it requires both perceiving road elements and understanding how lanes connect to each other (L2L) and to traffic elements (L2T). Existing methods often focus on either perception or L2L reasoning, leaving L2T underexplored and fall short of jointly optimizing perception and reasoning. Moreover, although topology prediction inherently involves relations, relational modeling itself is seldom incorporated into feature extraction or supervision. As humans naturally leverage contextual relationships to recognize road element and infer their connectivity, we posit that relational modeling can likewise benefit both perception and reasoning, and that these two tasks should be mutually enhancing. To this end, we propose RelTopo, a multi-level relational modeling approach that systematically integrates relational cues across three levels: 1) perception-level: a relation-aware lane detector with geometry-biased self-attention and curve-guided cross-attention enriches lane representations; 2) reasoning-level: relation-enhanced topology heads, including a geometry-enhanced L2L head and a cross-view L2T head, enhance topology inference via relational cues; and 3) supervision-level: a contrastive InfoNCE strategy regularizes relational embeddings. This design enables perception and reasoning to be optimized jointly. Extensive experiments on OpenLane-V2 demonstrate that RelTopo significantly improves both detection and topology reasoning, with gains of +3.1 in DET$_l$, +5.3 in TOP$_{ll}$, +4.9 in TOP$_{lt}$, and +4.4 overall in OLS, setting a new state-of-the-art. Code will be released.
