CVROAug 29, 2016

Vehicle Detection from 3D Lidar Using Fully Convolutional Network

arXiv:1608.07916v1652 citations
Originality Incremental advance
AI Analysis

This work addresses vehicle detection for autonomous driving systems, representing an incremental improvement by adapting existing 2D techniques to 3D data.

The paper tackles vehicle detection from 3D lidar data by using a fully convolutional network on 2D point maps, achieving state-of-the-art performance on the KITTI dataset.

Convolutional network techniques have recently achieved great success in vision based detection tasks. This paper introduces the recent development of our research on transplanting the fully convolutional network technique to the detection tasks on 3D range scan data. Specifically, the scenario is set as the vehicle detection task from the range data of Velodyne 64E lidar. We proposes to present the data in a 2D point map and use a single 2D end-to-end fully convolutional network to predict the objectness confidence and the bounding boxes simultaneously. By carefully design the bounding box encoding, it is able to predict full 3D bounding boxes even using a 2D convolutional network. Experiments on the KITTI dataset shows the state-of-the-art performance of the proposed method.

Foundations

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

Your Notes