paper-with-me

Papers

TopoLogic: An Interpretable Pipeline for Lane Topology Reasoning on Driving Scenes

2024-05-23 · Yanping Fu, Wenbin Liao, Xinyuan Liu, Hang Xu, Yike Ma, Feng Dai, Yucheng Zhang

As an emerging task that integrates perception and reasoning, topology reasoning in autonomous driving scenes has recently garnered widespread attention. However, existing work often emphasizes "perception over reasoning": they typically boost reasoning performance by enhancing the perception of lanes and directly adopt MLP to learn lane topology from lane query. This paradigm overlooks the geometric features intrinsic to the lanes themselves and are prone to being influenced by inherent endpoint shifts in lane detection. To tackle this issue, we propose an interpretable method for lane topology reasoning based on lane geometric distance and lane query similarity, named TopoLogic. This method mitigates the impact of endpoint shifts in geometric space, and introduces explicit similarity calculation in semantic space as a complement. By integrating results from both spaces, our methods provides more comprehensive information for lane topology. Ultimately, our approach significantly outperforms the existing state-of-the-art methods on the mainstream benchmark OpenLane-V2 (23.9 v.s. 10.9 in TOP$_{ll}$ and 44.1 v.s. 39.8 in OLS on subset_A. Additionally, our proposed geometric distance topology reasoning method can be incorporated into well-trained models without re-training, significantly boost the performance of lane topology reasoning. The code is released at https://github.com/Franpin/TopoLogic.

📄 PDF Abstract BibTeX arXiv:2405.14747

Code (2)

franpin/topologic pytorch
franpin/topopoint pytorch

Tasks

Autonomous DrivingLane Detection

Similar Papers 제목 키워드 기반

Unified Modeling of Lane and Lane Topology for Driving Scene Reasoning

2026-05-09 · Han Li, Yulu Gao, Si Liu, Yuhang Wang 외 arxiv

Autonomous vehicles need to perceive not only physical elements in the driving scene, such as lane lines and traffic lights, but also logical elements like lane centerlines and their topology. Existing lane topology reas…

Autonomous VehiclesLane Detection

RATopo: Improving Lane Topology Reasoning via Redundancy Assignment

2025-08-21 · Han Li, Shaofei Huang, Longfei Xu, Yulu Gao 외 arxiv

Lane topology reasoning plays a critical role in autonomous driving by modeling the connections among lanes and the topological relationships between lanes and traffic elements. Most existing methods adopt a first-detect…

Autonomous Driving

Topo2Seq: Enhanced Topology Reasoning via Topology Sequence Learning

2025-02-13 · Yiming Yang, Yueru Luo, Bingkun He, Erlong Li 외

Extracting lane topology from perspective views (PV) is crucial for planning and control in autonomous driving. This approach extracts potential drivable trajectories for self-driving vehicles without relying on high-def…

Autonomous DrivingDecoder

Fine-Grained Representation for Lane Topology Reasoning

2025-11-16 · Guoqing Xu, Yiheng Li, Yang Yang arxiv

Precise modeling of lane topology is essential for autonomous driving, as it directly impacts navigation and control decisions. Existing methods typically represent each lane with a single query and infer topological con…

Autonomous Driving

TopoMLP: A Simple yet Strong Pipeline for Driving Topology Reasoning

2023-10-10 · Dongming Wu, Jiahao Chang, Fan Jia, Yingfei Liu 외

Topology reasoning aims to comprehensively understand road scenes and present drivable routes in autonomous driving. It requires detecting road centerlines (lane) and traffic elements, further reasoning their topology re…

3D Lane DetectionAutonomous Driving