CVNov 6, 2017

A Joint 3D-2D based Method for Free Space Detection on Roads

arXiv:1711.02144v34 citations
Originality Incremental advance
AI Analysis

This addresses the problem of accurate free space detection for autonomous vehicles, which is incremental as it integrates existing 2D and 3D cues in a novel way.

The paper tackles road segmentation and free space detection for autonomous driving by combining 2D CNN-based texture learning with 3D depth data from SLAM in a CRF energy minimization framework, achieving superior performance over state-of-the-art methods on datasets like KITTI and Camvid.

In this paper, we address the problem of road segmentation and free space detection in the context of autonomous driving. Traditional methods either use 3-dimensional (3D) cues such as point clouds obtained from LIDAR, RADAR or stereo cameras or 2-dimensional (2D) cues such as lane markings, road boundaries and object detection. Typical 3D point clouds do not have enough resolution to detect fine differences in heights such as between road and pavement. Image based 2D cues fail when encountering uneven road textures such as due to shadows, potholes, lane markings or road restoration. We propose a novel free road space detection technique combining both 2D and 3D cues. In particular, we use CNN based road segmentation from 2D images and plane/box fitting on sparse depth data obtained from SLAM as priors to formulate an energy minimization using conditional random field (CRF), for road pixels classification. While the CNN learns the road texture and is unaffected by depth boundaries, the 3D information helps in overcoming texture based classification failures. Finally, we use the obtained road segmentation with the 3D depth data from monocular SLAM to detect the free space for the navigation purposes. Our experiments on KITTI odometry dataset, Camvid dataset, as well as videos captured by us, validate the superiority of the proposed approach over the state of the art.

Foundations

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

Your Notes