End-to-end Lane Detection through Differentiable Least-Squares Fitting

02/01/2019
by   Bert De Brabandere, et al.
6

Lane detection is typically tackled with a two-step pipeline in which a segmentation mask of the lane markings is predicted first, and a lane line model (like a parabola or spline) is fitted to the post-processed mask next. The problem with such a two-step approach is that the parameters of the network are not optimized for the true task of interest (estimating the lane curvature parameters) but for a proxy task (segmenting the lane markings), resulting in sub-optimal performance. In this work, we propose a method to train a lane detector in an end-to-end manner, directly regressing the lane parameters. The architecture consists of two components: a deep network that predicts a segmentation-like weight map for each lane line, and a differentiable least-squares fitting module that returns for each map the parameters of the best-fitting curve in the weighted least-squares sense. These parameters can subsequently be supervised with a loss function of choice. Our method relies on the observation that it is possible to backpropagate through a least-squares fitting procedure. This leads to an end-to-end method where the features are optimized for the true task of interest: the network implicitly learns to generate features that prevent instabilities during the model fitting step, as opposed to two-step pipelines that need to handle outliers with heuristics. Additionally, the system is not just a black box but offers a degree of interpretability because the intermediately generated segmentation-like weight maps can be inspected and visualized. Code and a video is available at github.com/wvangansbeke/LaneDetection_End2End.

READ FULL TEXT

page 1

page 10

research
05/11/2021

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

Modern deep-learning-based lane detection methods are successful in most...
research
11/09/2020

End-to-end Lane Shape Prediction with Transformers

Lane detection, the process of identifying lane markings as approximated...
research
05/01/2023

End to End Lane detection with One-to-Several Transformer

Although lane detection methods have shown impressive performance in rea...
research
08/22/2023

Recursive Video Lane Detection

A novel algorithm to detect road lanes in videos, called recursive video...
research
02/15/2018

Towards End-to-End Lane Detection: an Instance Segmentation Approach

Modern cars are incorporating an increasing number of driver assist feat...
research
11/26/2018

3D-LaneNet: end-to-end 3D multiple lane detection

We introduce a network that directly predicts the 3D layout of lanes in ...
research
07/08/2018

Real-time stereo vision-based lane detection system

The detection of multiple curved lane markings on a non-flat road surfac...

Please sign up or login with your details

Forgot password? Click here to reset