paper-with-me

홈 › Papers

Gen-LaneNet: A Generalized and Scalable Approach for 3D Lane Detection

2020-03-24 · ECCV 2020 8 · Yuliang Guo, Guang Chen, Peitao Zhao, Weide Zhang, Jinghao Miao, Jingao Wang, Tae Eun Choe

We present a generalized and scalable method, called Gen-LaneNet, to detect 3D lanes from a single image. The method, inspired by the latest state-of-the-art 3D-LaneNet, is a unified framework solving image encoding, spatial transform of features and 3D lane prediction in a single network. However, we propose unique designs for Gen-LaneNet in two folds. First, we introduce a new geometry-guided lane anchor representation in a new coordinate frame and apply a specific geometric transformation to directly calculate real 3D lane points from the network output. We demonstrate that aligning the lane points with the underlying top-view features in the new coordinate frame is critical towards a generalized method in handling unfamiliar scenes. Second, we present a scalable two-stage framework that decouples the learning of image segmentation subnetwork and geometry encoding subnetwork. Compared to 3D-LaneNet, the proposed Gen-LaneNet drastically reduces the amount of 3D lane labels required to achieve a robust solution in real-world application. Moreover, we release a new synthetic dataset and its construction strategy to encourage the development and evaluation of 3D lane detection methods. In experiments, we conduct extensive ablation study to substantiate the proposed Gen-LaneNet significantly outperforms 3D-LaneNet in average precision(AP) and F-score.

📄 PDF Abstract BibTeX arXiv:2003.10656

Code (1)

yuliangguo/Pytorch_Generalized_3D_Lane_Detection 공식 구현 pytorch

Tasks

3D Lane DetectionImage SegmentationLane DetectionSemantic Segmentation

Similar Papers 제목 키워드 기반

3D-LaneNet+: Anchor Free Lane Detection using a Semi-Local Representation

2020-11-01 · Netalee Efrat, Max Bluvstein, Shaul Oron, Dan Levi 외

3D-LaneNet+ is a camera-based DNN method for anchor free 3D lane detection which is able to detect 3d lanes of any arbitrary topology such as splits, merges, as well as short and perpendicular lanes. We follow recently p…

3D Lane DetectionLane Detection

LaneNet: Real-Time Lane Detection Networks for Autonomous Driving

2018-07-04 · Ze Wang, Weiqiang Ren, Qiang Qiu

Lane detection is to detect lanes on the road and provide the accurate location and shape of each lane. It severs as one of the key techniques to enable modern assisted and autonomous driving systems. However, several un…

Autonomous DrivingEdge ClassificationLane Detection

M$^2$-3DLaneNet: Exploring Multi-Modal 3D Lane Detection

2022-09-13 · Yueru Luo, Xu Yan, Chaoda Zheng, Chao Zheng 외

Estimating accurate lane lines in 3D space remains challenging due to their sparse and slim nature. Previous works mainly focused on using images for 3D lane detection, leading to inherent projection error and loss of ge…

3D Lane DetectionDepth CompletionLane Detection

Cross Dataset Analysis and Network Architecture Repair for Autonomous Car Lane Detection

2024-09-10 · Parth Ganeriwala, Siddhartha Bhattacharyya, Raja Muthalagu

Transfer Learning has become one of the standard methods to solve problems to overcome the isolated learning paradigm by utilizing knowledge acquired for one task to solve another related one. However, research needs to …

Autonomous VehiclesLane DetectionTransfer Learning

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

2021-05-11 · ICCV 2021 10 · Lizhe Liu, Xiaohao Chen, Siyu Zhu, Ping Tan

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…

Lane Detection