paper-with-me

Papers

TopoPoint: Enhance Topology Reasoning via Endpoint Detection in Autonomous Driving

2025-05-23 · Yanping Fu, Xinyuan Liu, Tianyu Li, Yike Ma, Yucheng Zhang, Feng Dai

Topology reasoning, which unifies perception and structured reasoning, plays a vital role in understanding intersections for autonomous driving. However, its performance heavily relies on the accuracy of lane detection, particularly at connected lane endpoints. Existing methods often suffer from lane endpoints deviation, leading to incorrect topology construction. To address this issue, we propose TopoPoint, a novel framework that explicitly detects lane endpoints and jointly reasons over endpoints and lanes for robust topology reasoning. During training, we independently initialize point and lane query, and proposed Point-Lane Merge Self-Attention to enhance global context sharing through incorporating geometric distances between points and lanes as an attention mask . We further design Point-Lane Graph Convolutional Network to enable mutual feature aggregation between point and lane query. During inference, we introduce Point-Lane Geometry Matching algorithm that computes distances between detected points and lanes to refine lane endpoints, effectively mitigating endpoint deviation. Extensive experiments on the OpenLane-V2 benchmark demonstrate that TopoPoint achieves state-of-the-art performance in topology reasoning (48.8 on OLS). Additionally, we propose DET$_p$ to evaluate endpoint detection, under which our method significantly outperforms existing approaches (52.6 v.s. 45.2 on DET$_p$). The code is released at https://github.com/Franpin/TopoPoint.

📄 PDF Abstract BibTeX arXiv:2505.17771

Code (2)

franpin/topopoint 공식 구현 pytorch
franpin/topologic pytorch

Tasks

Autonomous DrivingLane Detection

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

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

2024-05-23 · Yanping Fu, Wenbin Liao, Xinyuan Liu, Hang Xu 외

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…

Autonomous DrivingLane Detection

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

RelTopo: Enhancing Relational Modeling for Driving Scene Topology Reasoning

2025-06-16 · Yueru Luo, Changqing Zhou, Yiming Yang, Erlong Li 외

Accurate road topology reasoning is critical for autonomous driving, enabling effective navigation and adherence to traffic regulations. Central to this task are lane perception and topology reasoning. However, existing …

Autonomous DrivingContrastive LearningLane Detection

Generative Lane Topology Reasoning via Autoregressive Model with Geometry Prior

2026-06-30 · Jiahui Fu, Zehao Huang, Han Li, Naiyan Wang 외 arxiv

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 inc…

TopoBDA: Towards Bezier Deformable Attention for Road Topology Understanding

2024-12-25 · Muhammet Esat Kalfaoglu, Halil Ibrahim Ozturk, Ozsel Kilinc, Alptekin Temizel

Understanding road topology is crucial for autonomous driving. This paper introduces TopoBDA (Topology with Bezier Deformable Attention), a novel approach that enhances road topology comprehension by leveraging Bezier De…

3D Lane DetectionLane Detection