SOTAVerified

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

2021-05-11ICCV 2021Code Available1· sign in to hype

Lizhe Liu, Xiaohao Chen, Siyu Zhu, Ping Tan

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CULaneCondLaneNet-L(ResNet-101)F1 score79.48Unverified
CULaneCondLaneNet-M(ResNet-34)F1 score78.74Unverified
CULaneCondLaneNet-S(ResNet-18)F1 score78.14Unverified
CurveLanesCondLaneNet-L(ResNet-101)F1 score86.1Unverified
CurveLanesCondLaneNet-M(ResNet-34)F1 score85.92Unverified
CurveLanesCondLaneNet-S(ResNet-18)F1 score85.09Unverified
TuSimpleCondLaneNet-L(ResNet-101)Accuracy96.54Unverified
TuSimpleCondLaneNet(ResNet-18)Accuracy95.48Unverified
TuSimpleCondLaneNet-M(ResNet-34)Accuracy95.37Unverified
TuSimpleCondLaneNet(ResNet-34)F1 score97.01Unverified

Reproductions