CVOct 22, 2020

Keep your Eyes on the Lane: Real-time Attention-guided Lane Detection

arXiv:2010.12035v2450 citations
Originality Incremental advance
AI Analysis

This work addresses the need for efficient and accurate lane detection in autonomous vehicles, representing an incremental improvement with a novel attention mechanism.

The paper tackles the problem of real-time lane detection for autonomous vehicles by proposing LaneATT, an anchor-based deep model with a novel attention mechanism that aggregates global information to handle occlusions and missing markers. The results show that it outperforms current state-of-the-art methods in both efficacy and efficiency across three widely used datasets.

Modern lane detection methods have achieved remarkable performances in complex real-world scenarios, but many have issues maintaining real-time efficiency, which is important for autonomous vehicles. In this work, we propose LaneATT: an anchor-based deep lane detection model, which, akin to other generic deep object detectors, uses the anchors for the feature pooling step. Since lanes follow a regular pattern and are highly correlated, we hypothesize that in some cases global information may be crucial to infer their positions, especially in conditions such as occlusion, missing lane markers, and others. Thus, this work proposes a novel anchor-based attention mechanism that aggregates global information. The model was evaluated extensively on three of the most widely used datasets in the literature. The results show that our method outperforms the current state-of-the-art methods showing both higher efficacy and efficiency. Moreover, an ablation study is performed along with a discussion on efficiency trade-off options that are useful in practice.

Code Implementations3 repos
Foundations

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

Your Notes