paper-with-me

홈 › Papers

DiffusionLane: Diffusion Model for Lane Detection

2025-10-25 · Kunyang Zhou, Yeqin Shao arxiv

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.

📄 PDF Abstract BibTeX arXiv:2510.22236

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationLane Detection

Results from the Paper

RankTaskDatasetModelMetrics
#1 Lane Detection CULane DiffusionLane F1 score: 81.32
#6 Lane Detection TuSimple DiffusionLane Accuracy: 96.89

Similar Papers 제목 키워드 기반

LOTA: Bit-Planes Guided AI-Generated Image Detection

2025-10-16 · Hongsong Wang, Renxi Cheng, Yang Zhang, Chaolei Han 외 arxiv

The rapid advancement of GAN and Diffusion models makes it more difficult to distinguish AI-generated images from real ones. Recent studies often use image-based reconstruction errors as an important feature for determin…

Image Generation

Behavior-Grounded Lane Representation Learning for Multi-Task Traffic Digital Twins

2026-05-03 · Rei Tamaru, Pei Li, Bin Ran arxiv

Traffic digital twins are powerful tools for advanced traffic management, and most systems are built on static geometric representations. However, these representations fail to capture the dynamic functional semantics re…

Representation LearningAnomaly Detection

LaneDiffusion: Improving Centerline Graph Learning via Prior Injected BEV Feature Generation

2025-11-09 · Zijie Wang, Weiming Zhang, Wei Zhang, Xiao Tan 외 arxiv

Centerline graphs, crucial for path planning in autonomous driving, are traditionally learned using deterministic methods. However, these methods often lack spatial reasoning and struggle with occluded or invisible cente…

Autonomous DrivingSpatial ReasoningGraph Learning

MapDreamer: Aerial Imagery Conditioned Latent Diffusion for Lane-Level Map Generation

2026-07-01 · Julian Brandes, Philipp Crocoll, Wolfram Burgard arxiv

High definition map generation is essential for autonomous driving, yet remains a labor-intensive process at scale. We present MapDreamer, a generative diffusion model that synthesizes lane-level vector maps with explici…

Autonomous Driving

SemCity: Semantic Scene Generation with Triplane Diffusion

2024-03-12 · CVPR 2024 1 · Jumin Lee, Sebin Lee, Changho Jo, Woobin Im 외

We present "SemCity," a 3D diffusion model for semantic scene generation in real-world outdoor environments. Most 3D diffusion models focus on generating a single object, synthetic indoor scenes, or synthetic outdoor sce…

Scene Generation