CVIVMay 26, 2019

Road Segmentation with Image-LiDAR Data Fusion

arXiv:1905.11559v117 citations
Originality Synthesis-oriented
AI Analysis

This addresses road segmentation for autonomous vehicles, but appears incremental as it modifies existing fusion and refinement methods.

The paper tackles robust road segmentation for self-driving by fusing image and LiDAR data in an end-to-end semantic segmentation network, achieving competitive performance on the KITTI ROAD dataset.

Robust road segmentation is a key challenge in self-driving research. Though many image-based methods have been studied and high performances in dataset evaluations have been reported, developing robust and reliable road segmentation is still a major challenge. Data fusion across different sensors to improve the performance of road segmentation is widely considered an important and irreplaceable solution. In this paper, we propose a novel structure to fuse image and LiDAR point cloud in an end-to-end semantic segmentation network, in which the fusion is performed at decoder stage instead of at, more commonly, encoder stage. During fusion, we improve the multi-scale LiDAR map generation to increase the precision of the multi-scale LiDAR map by introducing pyramid projection method. Additionally, we adapted the multi-path refinement network with our fusion strategy and improve the road prediction compared with transpose convolution with skip layers. Our approach has been tested on KITTI ROAD dataset and has competitive performance.

Foundations

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

Your Notes