SOTAVerified

CANet: Curved Guide Line Network with Adaptive Decoder for Lane Detection

2023-04-23Unverified0· sign in to hype

Zhongyu Yang, Chen Shen, Wei Shao, Tengfei Xing, Runbo Hu, Pengfei Xu, Hua Chai, Ruini Xue

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

Lane detection is challenging due to the complicated on road scenarios and line deformation from different camera perspectives. Lots of solutions were proposed, but can not deal with corner lanes well. To address this problem, this paper proposes a new top-down deep learning lane detection approach, CANET. A lane instance is first responded by the heat-map on the U-shaped curved guide line at global semantic level, thus the corresponding features of each lane are aggregated at the response point. Then CANET obtains the heat-map response of the entire lane through conditional convolution, and finally decodes the point set to describe lanes via adaptive decoder. The experimental results show that CANET reaches SOTA in different metrics. Our code will be released soon.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CULaneCANet-L(ResNet101)F1 score79.86Unverified
CULaneCANet-MF1 score79.16Unverified
CULaneCANet-S(ResNet18)F1 score78.46Unverified
CurveLanesCANet-L(ResNet101)GFLOPs45.7Unverified
CurveLanesCANet-LF1 score87.87Unverified
CurveLanesCANet-MF1 score87.19Unverified
CurveLanesCANet-SF1 score86.57Unverified
TuSimpleCANet-L(ResNet101)Accuracy96.76Unverified
TuSimpleCANet-MAccuracy96.66Unverified
TuSimpleCANet-SAccuracy96.56Unverified

Reproductions