Monocular Lane Detection Based on Deep Learning: A Survey
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.
Code (1)
Tasks
3D Lane DetectionAutonomous DrivingDeep LearningLane DetectionSurveyMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Monocular 3D lane detection for Autonomous Driving: Recent Achievements, Challenges, and Outlooks
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+1MonoGround: Detecting Monocular 3D Objects from the Ground
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+23DLaneNAS: Neural Architecture Search for Accurate and Light-Weight 3D Lane Detection
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+2MonoPlane: Exploiting Monocular Geometric Cues for Generalizable 3D Plane Reconstruction
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 DetectionLATR: 3D Lane Detection from Monocular Images with Transformer
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