Lane Detection

84 papers with code • 11 benchmarks • 15 datasets

Lane Detection is a computer vision task that involves identifying the boundaries of driving lanes in a video or image of a road scene. The goal is to accurately locate and track the lane markings in real-time, even in challenging conditions such as poor lighting, glare, or complex road layouts.

Lane detection is an important component of advanced driver assistance systems (ADAS) and autonomous vehicles, as it provides information about the road layout and the position of the vehicle within the lane, which is crucial for navigation and safety. The algorithms typically use a combination of computer vision techniques, such as edge detection, color filtering, and Hough transforms, to identify and track the lane markings in a road scene.

( Image credit: End-to-end Lane Detection )

Libraries

Use these libraries to find Lane Detection models and implementations
7 papers
51
6 papers
532

OpenLane-V2: A Topology Reasoning Benchmark for Unified 3D HD Mapping

OpenDriveLab/OpenLane-V2 NeurIPS 2023

Accurately depicting the complex traffic scene is a vital component for autonomous vehicles to execute correct judgments.

490
20 Apr 2023

Rail Detection: An Efficient Row-based Network and A New Benchmark

sampson-lee/rail-detection 12 Apr 2023

Inspired by the growth of lane detection, we propose a rail database and a row-based rail detection method.

29
12 Apr 2023

An intelligent modular real-time vision-based system for environment perception

pandas-team/autonomous-vehicle-environment-perception 29 Mar 2023

Each section is accompanied by novel techniques to improve the accuracy of others along with the entire system.

63
29 Mar 2023

Recurrent Generic Contour-based Instance Segmentation with Progressive Learning

fh2019ustc/polysnake 21 Jan 2023

It maintains a single estimate of the contour that is progressively deformed toward the object boundary.

59
21 Jan 2023

Anchor3DLane: Learning to Regress 3D Anchors for Monocular 3D Lane Detection

tusen-ai/anchor3dlane CVPR 2023

An attempt has been made to get rid of BEV and predict 3D lanes from FV representations directly, while it still underperforms other BEV-based methods given its lack of structured representation for 3D lanes.

126
06 Jan 2023

Generating Dynamic Kernels via Transformers for Lane Detection

czyczyyzc/CondLSTR ICCV 2023

While such methods reduce the reliance on specific knowledge, the kernels computed from the key locations fail to capture the lane line's global structure due to its long and thin structure, leading to inaccurate detection of lane lines with complex topologies.

19
01 Jan 2023

Row-wise LiDAR Lane Detection Network with Lane Correlation Refinement

kaist-avelab/k-lane 17 Oct 2022

In addition, the second-stage network is found to be especially robust to lane occlusions, thus, demonstrating the robustness of the proposed network for driving in crowded environments.

150
17 Oct 2022

WS-3D-Lane: Weakly Supervised 3D Lane Detection With 2D Lane Labels

SAIC-Vision/WS-3D-Lane 23 Sep 2022

To the best of our knowledge, WS-3D-Lane is the first try of 3D lane detection under weakly supervised setting.

11
23 Sep 2022

PriorLane: A Prior Knowledge Enhanced Lane Detection Approach Based on Transformer

vincentqqb/priorlane 15 Sep 2022

Lane detection is one of the fundamental modules in self-driving.

19
15 Sep 2022