CVApr 24, 2020

Ultra Fast Structure-aware Deep Lane Detection

arXiv:2004.11757v4530 citations
AI Analysis

This addresses the problem of real-time and robust lane detection for autonomous driving systems, representing a strong specific gain rather than a foundational advancement.

The paper tackles lane detection in challenging scenarios like severe occlusion and extreme lighting by proposing a row-based selecting formulation using global features, achieving state-of-the-art performance with a light-weight version running at 300+ frames per second, which is at least 4x faster than previous methods.

Modern methods mainly regard lane detection as a problem of pixel-wise segmentation, which is struggling to address the problem of challenging scenarios and speed. Inspired by human perception, the recognition of lanes under severe occlusion and extreme lighting conditions is mainly based on contextual and global information. Motivated by this observation, we propose a novel, simple, yet effective formulation aiming at extremely fast speed and challenging scenarios. Specifically, we treat the process of lane detection as a row-based selecting problem using global features. With the help of row-based selecting, our formulation could significantly reduce the computational cost. Using a large receptive field on global features, we could also handle the challenging scenarios. Moreover, based on the formulation, we also propose a structural loss to explicitly model the structure of lanes. Extensive experiments on two lane detection benchmark datasets show that our method could achieve the state-of-the-art performance in terms of both speed and accuracy. A light-weight version could even achieve 300+ frames per second with the same resolution, which is at least 4x faster than previous state-of-the-art methods. Our code will be made publicly available.

Code Implementations10 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes