TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Rethinking Efficient Lane Detection via Curve Modeling

Rethinking Efficient Lane Detection via Curve Modeling

Zhengyang Feng, Shaohua Guo, Xin Tan, Ke Xu, Min Wang, Lizhuang Ma

2022-03-04CVPR 2022 1Lane Detection
PaperPDFCode(official)Code

Abstract

This paper presents a novel parametric curve-based method for lane detection in RGB images. Unlike state-of-the-art segmentation-based and point detection-based methods that typically require heuristics to either decode predictions or formulate a large sum of anchors, the curve-based methods can learn holistic lane representations naturally. To handle the optimization difficulties of existing polynomial curve methods, we propose to exploit the parametric B\'ezier curve due to its ease of computation, stability, and high freedom degrees of transformations. In addition, we propose the deformable convolution-based feature flip fusion, for exploiting the symmetry properties of lanes in driving scenes. The proposed method achieves a new state-of-the-art performance on the popular LLAMAS benchmark. It also achieves favorable accuracy on the TuSimple and CULane datasets, while retaining both low latency (> 150 FPS) and small model size (< 10M). Our method can serve as a new baseline, to shed the light on the parametric curves modeling for lane detection. Codes of our model and PytorchAutoDrive: a unified framework for self-driving perception, are available at: https://github.com/voldemortX/pytorch-auto-drive .

Results

TaskDatasetMetricValueModel
Autonomous VehiclesCULaneF1 score75.57BézierLaneNet (ResNet-34)
Autonomous VehiclesCULaneF1 score73.67BézierLaneNet (ResNet-18)
Autonomous VehiclesLLAMASF10.9611BézierLaneNet (ResNet-34)
Autonomous VehiclesLLAMASF10.9552BézierLaneNet (ResNet-18)
Lane DetectionCULaneF1 score75.57BézierLaneNet (ResNet-34)
Lane DetectionCULaneF1 score73.67BézierLaneNet (ResNet-18)
Lane DetectionLLAMASF10.9611BézierLaneNet (ResNet-34)
Lane DetectionLLAMASF10.9552BézierLaneNet (ResNet-18)

Related Papers

Geo-ORBIT: A Federated Digital Twin Framework for Scene-Adaptive Lane Geometry Detection2025-07-11RelTopo: Enhancing Relational Modeling for Driving Scene Topology Reasoning2025-06-16Cosmos-Drive-Dreams: Scalable Synthetic Driving Data Generation with World Foundation Models2025-06-10DLNet: Direction-Aware Feature Integration for Robust Lane Detection in Complex Environments2025-06-09TopoPoint: Enhance Topology Reasoning via Endpoint Detection in Autonomous Driving2025-05-23Safety2Drive: Safety-Critical Scenario Benchmark for the Evaluation of Autonomous Driving2025-05-20DB3D-L: Depth-aware BEV Feature Transformation for Accurate 3D Lane Detection2025-05-19OpenLKA: An Open Dataset of Lane Keeping Assist from Recent Car Models under Real-world Driving Conditions2025-05-14