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

Latest papers with no code

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.

CurveFormer++: 3D Lane Detection by Curve Propagation with Temporal Curve Queries and Attention

no code yet • 9 Feb 2024

A curve cross-attention module is introduced in the Transformer decoder to calculate similarities between image features and curve queries of lanes.

Improved Generalizability of CNN Based Lane Detection in Challenging Weather Using Adaptive Preprocessing Parameter Tuning

no code yet • 9 Feb 2024

Ensuring the robustness of lane detection systems is essential for the reliability of autonomous vehicles, particularly in the face of diverse weather conditions.

PLCNet: Patch-wise Lane Correction Network for Automatic Lane Correction in High-definition Maps

no code yet • 25 Jan 2024

Vision lane detection with LiDAR position assignment is a prevalent method to acquire initial lanes for HD maps.

3D Lane Detection from Front or Surround-View using Joint-Modeling & Matching

no code yet • 16 Jan 2024

Therefore, accurate lane modeling is essential to align prediction results closely with the environment.

RainSD: Rain Style Diversification Module for Image Synthesis Enhancement using Feature-Level Style Distribution

no code yet • 31 Dec 2023

Finally, we discuss the limitation and the future directions of the deep neural network-based perception algorithms and autonomous driving dataset generation based on image-to-image translation.

ElasticLaneNet: An Efficient Geometry-Flexible Approach for Lane Detection

no code yet • 16 Dec 2023

The task of lane detection involves identifying the boundaries of driving areas in real-time.

Improving Lane Detection Generalization: A Novel Framework using HD Maps for Boosting Diversity

no code yet • 28 Nov 2023

Lane detection is a vital task for vehicles to navigate and localize their position on the road.

Applications of Computer Vision in Autonomous Vehicles: Methods, Challenges and Future Directions

no code yet • 15 Nov 2023

Autonomous vehicle refers to a vehicle capable of perceiving its surrounding environment and driving with little or no human driver input.