371

BEV-LaneDet: Fast Lane Detection on BEV Ground

Main:8 Pages
8 Figures
Bibliography:2 Pages
6 Tables
Appendix:2 Pages
Abstract

Recently, 3D lane detection has been an actively developing area in autonomous driving which is the key to routing the vehicle. However, the previous work did not balance performance and effectiveness.This work proposes a deployment-oriented monocular 3D lane detector with only naive CNN and FC layers. This detector achieved state-of-the-art results on the Apollo 3D Lane Synthetic dataset and OpenLane real-world dataset with 96 FPS runtime speed. We conduct three techniques in our detector: (1) Virtual Camera eliminates the difference in poses of cameras mounted on different vehicles. (2) Spatial Transformation Pyramid as a light-weighed front-view to bird-eye view transformer can utilize multiscale image-view featmaps. (3) YOLO-Style Representation makes a good balance between bird-eye view resolution and runtime speed, and it can reduce the inefficiency caused by the class imbalance due to the sparsity of the lane detection task during training. Experimental results show that our work outperforms state-of-the-art approaches by 10.6% F1-Score on OpenLane dataset and 4.0% F1-Score on Apollo 3D synthetic dataset and with speed of 96 FPS. The source code will release at https://github.com/hm-gigo-team/bev_lane_det.

View on arXiv
Comments on this paper