SOTAVerified

LaneAF: Robust Multi-Lane Detection with Affinity Fields

2021-03-22Code Available1· sign in to hype

Hala Abualsaud, Sean Liu, David Lu, Kenny Situ, Akshay Rangesh, Mohan M. Trivedi

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

This study presents an approach to lane detection involving the prediction of binary segmentation masks and per-pixel affinity fields. These affinity fields, along with the binary masks, can then be used to cluster lane pixels horizontally and vertically into corresponding lane instances in a post-processing step. This clustering is achieved through a simple row-by-row decoding process with little overhead; such an approach allows LaneAF to detect a variable number of lanes without assuming a fixed or maximum number of lanes. Moreover, this form of clustering is more interpretable in comparison to previous visual clustering approaches, and can be analyzed to identify and correct sources of error. Qualitative and quantitative results obtained on popular lane detection datasets demonstrate the model's ability to detect and cluster lanes effectively and robustly. Our proposed approach sets a new state-of-the-art on the challenging CULane dataset and the recently introduced Unsupervised LLAMAS dataset.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CULaneLaneAF (DLA-34)F1 score77.41Unverified
CULaneLaneAF (ERFNet)F1 score75.63Unverified
CULaneLaneAF (ENet)F1 score74.24Unverified
LLAMASLaneAFF10.96Unverified
TuSimpleLaneAFAccuracy95.64Unverified

Reproductions