Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

CondLaneNet: a Top-to-down Lane Detection Framework Based on Conditional Convolution

About

Modern deep-learning-based lane detection methods are successful in most scenarios but struggling for lane lines with complex topologies. In this work, we propose CondLaneNet, a novel top-to-down lane detection framework that detects the lane instances first and then dynamically predicts the line shape for each instance. Aiming to resolve lane instance-level discrimination problem, we introduce a conditional lane detection strategy based on conditional convolution and row-wise formulation. Further, we design the Recurrent Instance Module(RIM) to overcome the problem of detecting lane lines with complex topologies such as dense lines and fork lines. Benefit from the end-to-end pipeline which requires little post-process, our method has real-time efficiency. We extensively evaluate our method on three benchmarks of lane detection. Results show that our method achieves state-of-the-art performance on all three benchmark datasets. Moreover, our method has the coexistence of accuracy and efficiency, e.g. a 78.14 F1 score and 220 FPS on CULane. Our code is available at https://github.com/aliyun/conditional-lane-detection.

Lizhe Liu, Xiaohao Chen, Siyu Zhu, Ping Tan• 2021

Related benchmarks

TaskDatasetResultRank
Lane DetectionCULane (test)
F1 Score (Total)79.48
268
Lane DetectionTuSimple (test)
Accuracy96.54
250
3D Lane DetectionOpenLane (val)
F-Score36.6
45
Lane DetectionCULane
F1@5079.48
39
Lane DetectionCurveLanes
F1 Score86.1
23
3D Lane DetectionOpenLane (test)
F-score36.6
18
Lane DetectionTuSimple
F1 Score0.9724
13
2D Lane DetectionOpenLane (val)
F-Score (All)59.1
6
Lane DetectionCurveLanes (val)
F1 Score86.1
5
Lane DetectionSDLane (test)
Precision87.59
4
Showing 10 of 10 rows

Other info

Code

Follow for update