paper-with-me

홈 › Papers

LaneSegNet: Map Learning with Lane Segment Perception for Autonomous Driving

2023-12-26 · Tianyu Li, Peijin Jia, Bangjun Wang, Li Chen, Kun Jiang, Junchi Yan, Hongyang Li

A map, as crucial information for downstream applications of an autonomous driving system, is usually represented in lanelines or centerlines. However, existing literature on map learning primarily focuses on either detecting geometry-based lanelines or perceiving topology relationships of centerlines. Both of these methods ignore the intrinsic relationship of lanelines and centerlines, that lanelines bind centerlines. While simply predicting both types of lane in one model is mutually excluded in learning objective, we advocate lane segment as a new representation that seamlessly incorporates both geometry and topology information. Thus, we introduce LaneSegNet, the first end-to-end mapping network generating lane segments to obtain a complete representation of the road structure. Our algorithm features two key modifications. One is a lane attention module to capture pivotal region details within the long-range feature space. Another is an identical initialization strategy for reference points, which enhances the learning of positional priors for lane attention. On the OpenLane-V2 dataset, LaneSegNet outperforms previous counterparts by a substantial gain across three tasks, \textit{i.e.}, map element detection (+4.8 mAP), centerline perception (+6.9 DET$_l$), and the newly defined one, lane segment perception (+5.6 mAP). Furthermore, it obtains a real-time inference speed of 14.7 FPS. Code is accessible at https://github.com/OpenDriveLab/LaneSegNet.

📄 PDF Abstract BibTeX arXiv:2312.16108

Code (1)

OpenDriveLab/LaneSegNet 공식 구현 pytorch

Tasks

Autonomous Driving

Similar Papers 제목 키워드 기반

LaneSegNet Design Study

2024-06-22 · William Stevens, Vishal Urs, Karthik Selvaraj, Gabriel Torres 외

With the increasing prevalence of autonomous vehicles, it is essential for computer vision algorithms to accurately assess road features in real-time. This study explores the LaneSegNet architecture, a new approach to la…

Autonomous VehiclesDecoderGPU

TopoStreamer: Temporal Lane Segment Topology Reasoning in Autonomous Driving

2025-07-01 · Yiming Yang, Yueru Luo, Bingkun He, Hongbin Lin 외 arxiv

Lane segment topology reasoning constructs a comprehensive road network by capturing the topological relationships between lane segments and their semantic types. This enables end-to-end autonomous driving systems to per…

Autonomous Driving

Elastic Interaction Energy-Informed Real-Time Traffic Scene Perception

2023-10-02 · Yaxin Feng, Yuan Lan, Luchan Zhang, Guoqing Liu 외

Urban segmentation and lane detection are two important tasks for traffic scene perception. Accuracy and fast inference speed of visual perception are crucial for autonomous driving safety. Fine and complex geometric obj…

Autonomous DrivingImage SegmentationLane DetectionScene Segmentation+3

RMT-PPAD: Real-time Multi-task Learning for Panoptic Perception in Autonomous Driving

2025-08-02 · Jiayuan Wang, Q. M. Jonathan Wu, Katsuya Suto, Ning Zhang arxiv

Autonomous driving systems rely on panoptic driving perception that requires both precision and real-time performance. In this work, we propose RMT-PPAD, a real-time, transformer-based multi-task model that jointly perfo…

Multi-Task LearningAutonomous DrivingObject Detection

Enhancing Lane Segment Perception and Topology Reasoning with Crowdsourcing Trajectory Priors

2024-11-26 · Peijin Jia, Ziang Luo, Tuopu Wen, Mengmeng Yang 외

In autonomous driving, recent advances in lane segment perception provide autonomous vehicles with a comprehensive understanding of driving scenarios. Moreover, incorporating prior information input into such perception …

Autonomous DrivingAutonomous VehiclesMotion Forecasting