paper-with-me

홈 › Papers

Improving Online Lane Graph Extraction by Object-Lane Clustering

2023-07-20 · ICCV 2023 1 · Yigit Baran Can, Alexander Liniger, Danda Pani Paudel, Luc van Gool

Autonomous driving requires accurate local scene understanding information. To this end, autonomous agents deploy object detection and online BEV lane graph extraction methods as a part of their perception stack. In this work, we propose an architecture and loss formulation to improve the accuracy of local lane graph estimates by using 3D object detection outputs. The proposed method learns to assign the objects to centerlines by considering the centerlines as cluster centers and the objects as data points to be assigned a probability distribution over the cluster centers. This training scheme ensures direct supervision on the relationship between lanes and objects, thus leading to better performance. The proposed method improves lane graph estimation substantially over state-of-the-art methods. The extensive ablations show that our method can achieve significant performance improvements by using the outputs of existing 3D object detection methods. Since our method uses the detection outputs rather than detection method intermediate representations, a single model of our method can use any detection method at test time.

📄 PDF Abstract BibTeX arXiv:2307.10947

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionAutonomous DrivingClusteringObjectobject-detectionObject DetectionScene Understanding

Similar Papers 제목 키워드 기반

Prior Based Online Lane Graph Extraction from Single Onboard Camera Image

2023-07-25 · Yigit Baran Can, Alexander Liniger, Danda Pani Paudel, Luc van Gool

The local road network information is essential for autonomous navigation. This information is commonly obtained from offline HD-Maps in terms of lane graphs. However, the local road network at a given moment can be dras…

Autonomous Navigation

Online Lane Graph Extraction from Onboard Video

2023-04-03 · Yigit Baran Can, Alexander Liniger, Danda Pani Paudel, Luc van Gool

Autonomous driving requires a structured understanding of the surrounding road network to navigate. One of the most common and useful representation of such an understanding is done in the form of BEV lane graphs. In thi…

Autonomous DrivingNavigate

LaneGraph2Seq: Lane Topology Extraction with Language Model via Vertex-Edge Encoding and Connectivity Enhancement

2024-01-31 · Renyuan Peng, Xinyue Cai, Hang Xu, Jiachen Lu 외

Understanding road structures is crucial for autonomous driving. Intricate road structures are often depicted using lane graphs, which include centerline curves and connections forming a Directed Acyclic Graph (DAG). Acc…

Autonomous DrivingLanguage ModelingLanguage Modelling

Lane Graph as Path: Continuity-preserving Path-wise Modeling for Online Lane Graph Construction

2023-03-15 · Bencheng Liao, Shaoyu Chen, Bo Jiang, Tianheng Cheng 외

Online lane graph construction is a promising but challenging task in autonomous driving. Previous methods usually model the lane graph at the pixel or piece level, and recover the lane graph by pixel-wise or piece-wise …

Autonomous DrivingAutonomous Vehiclesgraph constructionTrajectory Planning

Hierarchical Recurrent Attention Networks for Structured Online Maps

2020-12-22 · CVPR 2018 6 · Namdar Homayounfar, Wei-Chiu Ma, Shrinidhi Kowshika Lakshmikanth, Raquel Urtasun

In this paper, we tackle the problem of online road network extraction from sparse 3D point clouds. Our method is inspired by how an annotator builds a lane graph, by first identifying how many lanes there are and then d…