Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_cv 95% Match Research Paper Autonomous Driving Engineers,Computer Vision Researchers,Robotics Engineers,AI Researchers 1 week ago

DiffusionLane: Diffusion Model for Lane Detection

computer-vision › diffusion-models
📄 Abstract

Abstract: In this paper, we present a novel diffusion-based model for lane detection, called DiffusionLane, which treats the lane detection task as a denoising diffusion process in the parameter space of the lane. Firstly, we add the Gaussian noise to the parameters (the starting point and the angle) of ground truth lanes to obtain noisy lane anchors, and the model learns to refine the noisy lane anchors in a progressive way to obtain the target lanes. Secondly, we propose a hybrid decoding strategy to address the poor feature representation of the encoder, resulting from the noisy lane anchors. Specifically, we design a hybrid diffusion decoder to combine global-level and local-level decoders for high-quality lane anchors. Then, to improve the feature representation of the encoder, we employ an auxiliary head in the training stage to adopt the learnable lane anchors for enriching the supervision on the encoder. Experimental results on four benchmarks, Carlane, Tusimple, CULane, and LLAMAS, show that DiffusionLane possesses a strong generalization ability and promising detection performance compared to the previous state-of-the-art methods. For example, DiffusionLane with ResNet18 surpasses the existing methods by at least 1\% accuracy on the domain adaptation dataset Carlane. Besides, DiffusionLane with MobileNetV4 gets 81.32\% F1 score on CULane, 96.89\% accuracy on Tusimple with ResNet34, and 97.59\% F1 score on LLAMAS with ResNet101. Code will be available at https://github.com/zkyntu/UnLanedet.
Authors (2)
Kunyang Zhou
Yeqin Shao
Submitted
October 25, 2025
arXiv Category
cs.CV
arXiv PDF

Key Contributions

DiffusionLane presents a novel diffusion-based model for lane detection, treating it as a denoising process in the parameter space of lanes. It introduces a hybrid decoding strategy and an auxiliary head to improve feature representation and achieve high-quality lane detection.

Business Value

Enhances the safety and reliability of autonomous driving systems by providing more accurate and robust lane detection, a fundamental component for navigation.