LaneNet: Real-Time Lane Detection Networks for Autonomous Driving
Ze Wang, Weiqiang Ren, Qiang Qiu

TL;DR
LaneNet is a deep neural network designed for real-time lane detection in autonomous driving, effectively handling diverse lane patterns and challenging scenarios with high speed and low computational cost.
Contribution
The paper introduces LaneNet, a two-stage deep learning approach for robust, real-time lane detection without assumptions on lane number or pattern, suitable for vehicle deployment.
Findings
Robust performance on highway and urban roads
High processing speed suitable for real-time applications
Low computational cost enabling vehicle deployment
Abstract
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 unique properties of lanes challenge the detection methods. The lack of distinctive features makes lane detection algorithms tend to be confused by other objects with similar local appearance. Moreover, the inconsistent number of lanes on a road as well as diverse lane line patterns, e.g. solid, broken, single, double, merging, and splitting lines further hamper the performance. In this paper, we propose a deep neural network based method, named LaneNet, to break down the lane detection into two stages: lane edge proposal and lane line localization. Stage one uses a lane edge proposal network for pixel-wise lane edge classification, and the lane line localization network…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAutonomous Vehicle Technology and Safety · Advanced Neural Network Applications · Advanced Vision and Imaging
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
