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

23 Apr 2023  ยท  Zhongyu Yang, Chen Shen, Wei Shao, Tengfei Xing, Runbo Hu, Pengfei Xu, Hua Chai, Ruini Xue ยท

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.

PDF Abstract
No code implementations yet. Submit your code now

Results from the Paper


 Ranked #1 on Lane Detection on CurveLanes (Recall metric)

     Get a GitHub badge
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Lane Detection CULane CANet-S(ResNet18) F1 score 78.46 # 23
Lane Detection CULane CANet-M F1 score 79.16 # 19
Lane Detection CULane CANet-L(ResNet101) F1 score 79.86 # 12
Lane Detection CurveLanes CANet-M F1 score 87.19 # 5
Precision 91.53 # 5
Recall 83.25 # 4
GFLOPs 22.6 # 11
Lane Detection CurveLanes CANet-L(ResNet101) Recall 84.36 # 1
GFLOPs 45.7 # 13
Lane Detection CurveLanes CANet-S F1 score 86.57 # 6
Precision 91.37 # 7
Recall 82.25 # 6
GFLOPs 13.1 # 5
Lane Detection CurveLanes CANet-L F1 score 87.87 # 4
Precision 91.69 # 3
Lane Detection TuSimple CANet-S Accuracy 96.56% # 11
F1 score 97.51 # 7
Lane Detection TuSimple CANet-M Accuracy 96.66% # 8
F1 score 97.44 # 9
Lane Detection TuSimple CANet-L(ResNet101) Accuracy 96.76% # 7
F1 score 97.77 # 3

Methods


No methods listed for this paper. Add relevant methods here