paper-with-me

Papers

Graph-based Topology Reasoning for Driving Scenes

2023-04-11 · Tianyu Li, Li Chen, Huijie Wang, Yang Li, Jiazhi Yang, Xiangwei Geng, Shengyin Jiang, Yuting Wang, Hang Xu, Chunjing Xu, Junchi Yan, Ping Luo, Hongyang Li

Understanding the road genome is essential to realize autonomous driving. This highly intelligent problem contains two aspects - the connection relationship of lanes, and the assignment relationship between lanes and traffic elements, where a comprehensive topology reasoning method is vacant. On one hand, previous map learning techniques struggle in deriving lane connectivity with segmentation or laneline paradigms; or prior lane topology-oriented approaches focus on centerline detection and neglect the interaction modeling. On the other hand, the traffic element to lane assignment problem is limited in the image domain, leaving how to construct the correspondence from two views an unexplored challenge. To address these issues, we present TopoNet, the first end-to-end framework capable of abstracting traffic knowledge beyond conventional perception tasks. To capture the driving scene topology, we introduce three key designs: (1) an embedding module to incorporate semantic knowledge from 2D elements into a unified feature space; (2) a curated scene graph neural network to model relationships and enable feature interaction inside the network; (3) instead of transmitting messages arbitrarily, a scene knowledge graph is devised to differentiate prior knowledge from various types of the road genome. We evaluate TopoNet on the challenging scene understanding benchmark, OpenLane-V2, where our approach outperforms all previous works by a great margin on all perceptual and topological metrics. The code is released at https://github.com/OpenDriveLab/TopoNet

📄 PDF Abstract BibTeX arXiv:2304.05277

Code (1)

opendrivelab/toponet 공식 구현 pytorch

Tasks

3D Lane DetectionAutonomous DrivingGraph Neural NetworkScene Understanding

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

T2SG: Traffic Topology Scene Graph for Topology Reasoning in Autonomous Driving

2024-11-28 · CVPR 2025 1 · Changsheng Lv, Mengshi Qi, Liang Liu, Huadong Ma

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

Autonomous Drivingcounterfactual

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

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

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

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