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
529

Latest papers with no code

LaneCorrect: Self-supervised Lane Detection

no code yet • 23 Apr 2024

Lane detection has evolved highly functional autonomous driving system to understand driving scenes even under complex environments.

How to deal with glare for improved perception of Autonomous Vehicles

no code yet • 17 Apr 2024

In this paper, we investigate various glare reduction techniques, including the proposed saturated pixel-aware glare reduction technique for improved performance of the computer vision (CV) tasks employed by the perception layer of AVs.

Sparse Laneformer

no code yet • 11 Apr 2024

We analyze that dense anchors are not necessary for lane detection, and propose a transformer-based lane detection framework based on a sparse anchor mechanism.

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

no code yet • 10 Apr 2024

This review looks back and analyzes the current state of achievements in the field of 3D lane detection research.

ENet-21: An Optimized light CNN Structure for Lane Detection

no code yet • 28 Mar 2024

Lane detection for autonomous vehicles is an important concept, yet it is a challenging issue of driver assistance systems in modern vehicles.

TwinLiteNetPlus: A Stronger Model for Real-time Drivable Area and Lane Segmentation

no code yet • 25 Mar 2024

Semantic segmentation is crucial for autonomous driving, particularly for Drivable Area and Lane Segmentation, ensuring safety and navigation.

LDTR: Transformer-based Lane Detection with Anchor-chain Representation

no code yet • 21 Mar 2024

Despite recent advances in lane detection methods, scenarios with limited- or no-visual-clue of lanes due to factors such as lighting conditions and occlusion remain challenging and crucial for automated driving.

SparseFusion: Efficient Sparse Multi-Modal Fusion Framework for Long-Range 3D Perception

no code yet • 15 Mar 2024

The versatility of SparseFusion is also validated in the temporal object detection task and 3D lane detection task.

A Survey of Vision Transformers in Autonomous Driving: Current Trends and Future Directions

no code yet • 12 Mar 2024

This survey explores the adaptation of visual transformer models in Autonomous Driving, a transition inspired by their success in Natural Language Processing.

LanePtrNet: Revisiting Lane Detection as Point Voting and Grouping on Curves

no code yet • 8 Mar 2024

from object detection and segmentation tasks, while these approaches require manual adjustments for curved objects, involve exhaustive searches on predefined anchors, require complex post-processing steps, and may lack flexibility when applied to real-world scenarios. In this paper, we propose a novel approach, LanePtrNet, which treats lane detection as a process of point voting and grouping on ordered sets: Our method takes backbone features as input and predicts a curve-aware centerness, which represents each lane as a point and assigns the most probable center point to it.