CVApr 23, 2024

LaneCorrect: Self-supervised Lane Detection

arXiv:2404.14671v28 citationsh-index: 10Int J Comput Vis
Originality Incremental advance
AI Analysis

This addresses the costly annotation burden in autonomous driving systems, though it is incremental as it builds on existing self-supervised techniques.

The paper tackles the problem of lane detection for autonomous driving by developing a self-supervised method that eliminates the need for human annotations, achieving excellent performance on four major benchmarks and effectively reducing domain gaps.

Lane detection has evolved highly functional autonomous driving system to understand driving scenes even under complex environments. In this paper, we work towards developing a generalized computer vision system able to detect lanes without using any annotation. We make the following contributions: (i) We illustrate how to perform unsupervised 3D lane segmentation by leveraging the distinctive intensity of lanes on the LiDAR point cloud frames, and then obtain the noisy lane labels in the 2D plane by projecting the 3D points; (ii) We propose a novel self-supervised training scheme, dubbed LaneCorrect, that automatically corrects the lane label by learning geometric consistency and instance awareness from the adversarial augmentations; (iii) With the self-supervised pre-trained model, we distill to train a student network for arbitrary target lane (e.g., TuSimple) detection without any human labels; (iv) We thoroughly evaluate our self-supervised method on four major lane detection benchmarks (including TuSimple, CULane, CurveLanes and LLAMAS) and demonstrate excellent performance compared with existing supervised counterpart, whilst showing more effective results on alleviating the domain gap, i.e., training on CULane and test on TuSimple.

Foundations

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

Your Notes