SOTAVerified

CLRNet: Cross Layer Refinement Network for Lane Detection

2022-03-19CVPR 2022Code Available2· sign in to hype

Tu Zheng, Yifei HUANG, Yang Liu, Wenjian Tang, Zheng Yang, Deng Cai, Xiaofei He

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Lane is critical in the vision navigation system of the intelligent vehicle. Naturally, lane is a traffic sign with high-level semantics, whereas it owns the specific local pattern which needs detailed low-level features to localize accurately. Using different feature levels is of great importance for accurate lane detection, but it is still under-explored. In this work, we present Cross Layer Refinement Network (CLRNet) aiming at fully utilizing both high-level and low-level features in lane detection. In particular, it first detects lanes with high-level semantic features then performs refinement based on low-level features. In this way, we can exploit more contextual information to detect lanes while leveraging local detailed lane features to improve localization accuracy. We present ROIGather to gather global context, which further enhances the feature representation of lanes. In addition to our novel network design, we introduce Line IoU loss which regresses the lane line as a whole unit to improve the localization accuracy. Experiments demonstrate that the proposed method greatly outperforms the state-of-the-art lane detection approaches.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CULaneCLRNet(DLA-34)F1 score80.47Unverified
CULaneCLRNet(ResNet-101)F1 score80.13Unverified
CULaneCLRNet(ResNet-34)F1 score79.73Unverified
CULaneCLRNet(ResNet-18)F1 score79.58Unverified
LLAMASCLRNet (ResNet-18)F10.96Unverified
LLAMASCLRNet (DLA-34)F10.96Unverified
TuSimpleCLRNet(ResNet-101)F1 score97.62Unverified
TuSimpleCLRNet(ResNet-34)Accuracy96.9Unverified
TuSimpleCLRNet(ResNet-18)Accuracy96.82Unverified

Reproductions