paper-with-me

홈 › Papers

Monocular Lane Detection Based on Deep Learning: A Survey

2024-11-25 · Xin He, Haiyun Guo, Kuan Zhu, Bingke Zhu, Xu Zhao, Jianwu Fang, Jinqiao Wang

Lane detection plays an important role in autonomous driving perception systems. As deep learning algorithms gain popularity, monocular lane detection methods based on them have demonstrated superior performance and emerged as a key research direction in autonomous driving perception. The core designs of these algorithmic frameworks can be summarized as follows: (1) Task paradigm, focusing on lane instance-level discrimination; (2) Lane modeling, representing lanes as a set of learnable parameters in the neural network; (3) Global context supplementation, enhancing inference on the obscure lanes; (4) Perspective effect elimination, providing accurate 3D lanes for downstream applications. From these perspectives, this paper presents a comprehensive overview of existing methods, encompassing both the increasingly mature 2D lane detection approaches and the developing 3D lane detection works. Besides, this paper compares the performance of mainstream methods on different benchmarks and investigates their inference speed under a unified setting for fair comparison. Moreover, we present some extended works on lane detection, including multi-task perception, video lane detection, online high-definition map construction, and lane topology reasoning, to offer readers a comprehensive roadmap for the evolution of lane detection. Finally, we point out some potential future research directions in this field. We exhaustively collect the papers and codes of existing works at https://github.com/Core9724/Awesome-Lane-Detection and will keep tracing the research.

📄 PDF Abstract BibTeX arXiv:2411.16316

Code (1)

core9724/awesome-lane-detection 공식 구현 pytorch

Tasks

3D Lane DetectionAutonomous DrivingDeep LearningLane DetectionSurvey

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Monocular 3D lane detection for Autonomous Driving: Recent Achievements, Challenges, and Outlooks

2024-04-10 · Fulong Ma, Weiqing Qi, Guoyang Zhao, Linwei Zheng 외

3D lane detection is essential in autonomous driving as it extracts structural and traffic information from the road in three-dimensional space, aiding self-driving cars in logical, safe, and comfortable path planning an…

3D Lane DetectionAutonomous DrivingAutonomous VehiclesLane Detection+1

MonoGround: Detecting Monocular 3D Objects from the Ground

2022-06-15 · CVPR 2022 1 · Zequn Qin, Xi Li

Monocular 3D object detection has attracted great attention for its advantages in simplicity and cost. Due to the ill-posed 2D to 3D mapping essence from the monocular imaging process, monocular 3D object detection suffe…

3D Object DetectionDepth EstimationMonocular 3D Object DetectionObject+2

3DLaneNAS: Neural Architecture Search for Accurate and Light-Weight 3D Lane Detection

2022-09-06 · International Conference on Artificial Neural Networks 2022 2022 9 · Ali Zoljodi, Mohammad Loni, Sadegh Abadijou, Mina Alibeigi & Masoud Daneshtalab

Lane detection is one of the most fundamental tasks for autonomous driving. It plays a crucial role in the lateral control and the precise localization of autonomous vehicles. Monocular 3D lane detection methods provide …

3D Lane DetectionAutonomous DrivingAutonomous VehiclesLane Detection+2

MonoPlane: Exploiting Monocular Geometric Cues for Generalizable 3D Plane Reconstruction

2024-11-02 · Wang Zhao, Jiachen Liu, Sheng Zhang, Yishu Li 외

This paper presents a generalizable 3D plane detection and reconstruction framework named MonoPlane. Unlike previous robust estimator-based works (which require multiple images or RGB-D input) and learning-based works (w…

3D Plane Detection

LATR: 3D Lane Detection from Monocular Images with Transformer

2023-08-08 · ICCV 2023 1 · Yueru Luo, Chaoda Zheng, Xu Yan, Tang Kun 외

3D lane detection from monocular images is a fundamental yet challenging task in autonomous driving. Recent advances primarily rely on structural 3D surrogates (e.g., bird's eye view) built from front-view image features…

3D Lane DetectionAutonomous DrivingLane Detection