paper-with-me

홈 › Papers

3D-LaneNet: End-to-End 3D Multiple Lane Detection

2018-11-26 · ICCV 2019 10 · Noa Garnett, Rafi Cohen, Tomer Pe'er, Roee Lahav, Dan Levi

We introduce a network that directly predicts the 3D layout of lanes in a road scene from a single image. This work marks a first attempt to address this task with on-board sensing without assuming a known constant lane width or relying on pre-mapped environments. Our network architecture, 3D-LaneNet, applies two new concepts: intra-network inverse-perspective mapping (IPM) and anchor-based lane representation. The intra-network IPM projection facilitates a dual-representation information flow in both regular image-view and top-view. An anchor-per-column output representation enables our end-to-end approach which replaces common heuristics such as clustering and outlier rejection, casting lane estimation as an object detection problem. In addition, our approach explicitly handles complex situations such as lane merges and splits. Results are shown on two new 3D lane datasets, a synthetic and a real one. For comparison with existing methods, we test our approach on the image-only tuSimple lane detection benchmark, achieving performance competitive with state-of-the-art.

📄 PDF Abstract BibTeX arXiv:1811.10203

Code (1)

yuliangguo/Pytorch_Generalized_3D_Lane_Detection pytorch

Tasks

3D Lane DetectionClusteringLane Detectionobject-detectionObject Detection

Similar Papers 제목 키워드 기반

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

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

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 외

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, spa…

3D Lane DetectionImage SegmentationLane DetectionSemantic Segmentation

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

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