SOTAVerified

Vote3Deep: Fast Object Detection in 3D Point Clouds Using Efficient Convolutional Neural Networks

2016-09-21Unverified0· sign in to hype

Martin Engelcke, Dushyant Rao, Dominic Zeng Wang, Chi Hay Tong, Ingmar Posner

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

This paper proposes a computationally efficient approach to detecting objects natively in 3D point clouds using convolutional neural networks (CNNs). In particular, this is achieved by leveraging a feature-centric voting scheme to implement novel convolutional layers which explicitly exploit the sparsity encountered in the input. To this end, we examine the trade-off between accuracy and speed for different architectures and additionally propose to use an L1 penalty on the filter activations to further encourage sparsity in the intermediate representations. To the best of our knowledge, this is the first work to propose sparse convolutional layers and L1 regularisation for efficient large-scale processing of 3D data. We demonstrate the efficacy of our approach on the KITTI object detection benchmark and show that Vote3Deep models with as few as three layers outperform the previous state of the art in both laser and laser-vision based approaches by margins of up to 40% while remaining highly competitive in terms of processing time.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
KITTI Cars EasyVote3DeepAP76.79Unverified
KITTI Cars HardVote3DeepAP63.23Unverified
KITTI Cars ModerateVote3DeepAP68.24Unverified
KITTI Cyclists EasyVote3DeepAP79.92Unverified
KITTI Cyclists HardVote3DeepAP62.98Unverified
KITTI Cyclists ModerateVote3DeepAP67.88Unverified
KITTI Pedestrians EasyVote3DeepAP68.39Unverified
KITTI Pedestrians HardVote3DeepAP52.59Unverified
KITTI Pedestrians ModerateVote3DeepAP55.37Unverified

Reproductions