CVROJul 28, 2021

Pseudo-LiDAR Based Road Detection

arXiv:2107.13279v227 citations
Originality Incremental advance
AI Analysis

This addresses the problem of limited sensor availability for self-driving systems, offering a more accessible solution, though it is incremental by building on pseudo-LiDAR techniques.

The paper tackles road detection for self-driving cars by proposing a method that uses only RGB camera input, eliminating the need for LiDAR sensors, and achieves state-of-the-art performance on KITTI and R2D benchmarks.

Road detection is a critically important task for self-driving cars. By employing LiDAR data, recent works have significantly improved the accuracy of road detection. Relying on LiDAR sensors limits the wide application of those methods when only cameras are available. In this paper, we propose a novel road detection approach with RGB being the only input during inference. Specifically, we exploit pseudo-LiDAR using depth estimation, and propose a feature fusion network where RGB and learned depth information are fused for improved road detection. To further optimize the network structure and improve the efficiency of the network. we search for the network structure of the feature fusion module using NAS techniques. Finally, be aware of that generating pseudo-LiDAR from RGB via depth estimation introduces extra computational costs and relies on depth estimation networks, we design a modality distillation strategy and leverage it to further free our network from these extra computational cost and dependencies during inference. The proposed method achieves state-of-the-art performance on two challenging benchmarks, KITTI and R2D.

Foundations

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

Your Notes