车道线检测作为自动驾驶领域的常规工作,在深度学习的浪潮中又有了很大的进步,在此分享我所做的调研工作,部分为ppt截图,为了方便请谅解。
https://github.com/soulmeetliang/Awesome-Lane-Detection
- [论文极简笔记]SCNN-Spatial As Deep: Spatial CNN for Traffic Scene Understanding
- [论文极简笔记] Towards End-to-End Lane Detection: an Instance Segmentation Approach
- [论文极简笔记] LineNet: a Zoomable CNN for Crowdsourced High Definition Maps Modeling in Urban Environm
- [论文极简笔记] Robust Lane Detection from Continuous Driving Scenes Using Deep Neural Networks
如上图所示,车道线检测工作的baseline并不明确,不同的方法与不同的场景应用都有各自的局限性。例如:
如上图所示,在评判ture or false时,主要有两种方式:
如上图所示,目前的主流方法pipeline分为多阶段与单阶段。
引用github项目 awesome-lane-detection
Paper
2019
《Robust Lane Detection from Continuous Driving Scenes Using Deep Neural Networks》
《End-to-end Lane Detection through Differentiable Least-Squares Fitting》 github
2018
《End to End Video Segmentation for Driving : Lane Detection For Autonomous Car》
《3D-LaneNet: end-to-end 3D multiple lane detection》
《Efficient Road Lane Marking Detection with Deep Learning》 DSP 2018
《Multiple Lane Detection Algorithm Based on Optimised Dense Disparity Map Estimation》 IST 2018
《LineNet: a Zoomable CNN for Crowdsourced High Definition Maps Modeling in Urban Environments》
《Real-time stereo vision-based lane detection system》
《LaneNet: Real-Time Lane Detection Networks for Autonomous Driving》
《EL-GAN: Embedding Loss Driven Generative Adversarial Networks for Lane Detection》
《Real-time Lane Marker Detection Using Template Matching with RGB-D Camera》
《Towards End-to-End Lane Detection: an Instance Segmentation Approach》 论文解读 github
《Lane Detection and Classification for Forward Collision Warning System Based on Stereo Vision》
《Advances in Vision-Based Lane Detection: Algorithms, Integration, Assessment, and Perspectives on ACP-Based Parallel Vision》
《(SCNN)Spatial As Deep: Spatial CNN for Traffic Scene Understanding》 AAAI 2018 CSDN Translator
《Lane Detection Based on Inverse Perspective Transformation and Kalman Filter》
2017
《A review of recent advances in lane detection and departure warning system》
《Deep Learning Lane Marker Segmentation From Automatically Generated Labels》 Youtube
VPGNet: Vanishing Point Guided Network for Lane and Road Marking Detection and Recognition ICCV 2017 github
Code
https://github.com/wvangansbeke/LaneDetection_End2End
https://github.com/georgesung/advanced_lane_detection
https://github.com/MaybeShewill-CV/lanenet-lane-detection
https://github.com/XingangPan/SCNN
https://github.com/davidawad/Lane-Detection
https://github.com/yang1688899/CarND-Advanced-Lane-Lines
https://github.com/SeokjuLee/VPGNet
https://github.com/mvirgo/MLND-Capstone:Lane Detection with Deep Learning
https://github.com/galenballew/SDC-Lane-and-Vehicle-Detection-Tracking
https://github.com/shawshany/Advance_LaneFinding
Blog
Lane Detection with Deep Learning (Part 1)
Simple Lane Detection with OpenCV
Building a lane detection system using Python 3 and OpenCV
Datasets
tusimple.ai
A Dataset for Lane Instance Segmentation in Urban Environments
后面会各开一篇详细介绍