Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Deep Hough Voting for 3D Object Detection in Point Clouds

About

Current 3D object detection methods are heavily influenced by 2D detectors. In order to leverage architectures in 2D detectors, they often convert 3D point clouds to regular grids (i.e., to voxel grids or to bird's eye view images), or rely on detection in 2D images to propose 3D boxes. Few works have attempted to directly detect objects in point clouds. In this work, we return to first principles to construct a 3D detection pipeline for point cloud data and as generic as possible. However, due to the sparse nature of the data -- samples from 2D manifolds in 3D space -- we face a major challenge when directly predicting bounding box parameters from scene points: a 3D object centroid can be far from any surface point thus hard to regress accurately in one step. To address the challenge, we propose VoteNet, an end-to-end 3D object detection network based on a synergy of deep point set networks and Hough voting. Our model achieves state-of-the-art 3D detection on two large datasets of real 3D scans, ScanNet and SUN RGB-D with a simple design, compact model size and high efficiency. Remarkably, VoteNet outperforms previous methods by using purely geometric information without relying on color images.

Charles R. Qi, Or Litany, Kaiming He, Leonidas J. Guibas• 2019

Related benchmarks

TaskDatasetResultRank
3D Object DetectionScanNet V2 (val)
mAP@0.2562.9
352
3D Object DetectionSUN RGB-D (val)
mAP@0.2559.1
158
3D Visual GroundingScanRefer (val)--
155
3D Question AnsweringScanQA (val)
CIDEr54.7
133
3D Object DetectionScanNet
mAP@0.2558.6
123
3D Semantic SegmentationScanNet (test)
mIoU55.7
105
3D Object DetectionSUN RGB-D
mAP@0.2559.1
104
3D Dense CaptioningScanRefer (val)--
91
3D Object DetectionKITTI (val)
AP3D (Moderate)65.46
85
3D Object DetectionSUN RGB-D v1 (val)
mAP@0.2558.3
81
Showing 10 of 39 rows

Other info

Follow for update