Deep Hough Voting for 3D Object Detection in Point Clouds
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.
Code (13)
Tasks
3D Object Detection3D Object Detection From Monocular ImagesObjectobject-detectionObject DetectionSimilar Papers 제목 키워드 기반
Back-tracing Representative Points for Voting-based 3D Object Detection in Point Clouds
3D object detection in point clouds is a challenging vision task that benefits various applications for understanding the 3D visual world. Lots of recent research focuses on how to exploit end-to-end trainable Hough voti…
3D Object DetectionObjectobject-detectionObject DetectionSPOT: Selective Point Cloud Voting for Better Proposal in Point Cloud Object Detection
The sparsity of point clouds limits deep learning models on capturing long-range dependencies, which makes features extracted by the models ambiguous. In point cloud object detection, ambiguous features make it hard for …
DiversityObjectobject-detectionObject Detection3D Object Detection from Point Cloud via Voting Step Diffusion
3D object detection is a fundamental task in scene understanding. Numerous research efforts have been dedicated to better incorporate Hough voting into the 3D object detection pipeline. However, due to the noisy, clutter…
3D Object DetectionObjectobject-detectionObject Detection+1MLVSNet: Multi-Level Voting Siamese Network for 3D Visual Tracking
Benefiting from the excellent performance of Siamese-based trackers, huge progress on 2D visual tracking has been achieved. However, 3D visual tracking is still under-explored. Inspired by the idea of Hough voting in…
3D Object Detectionobject-detectionObject DetectionVisual Tracking3DPVNet: Patch-level 3D Hough Voting Network for 6D Pose Estimation
In this paper, we focus on estimating the 6D pose of objects in point clouds. Although the topic has been widely studied, pose estimation in point clouds remains a challenging problem due to the noise and occlusion. To a…
6D Pose EstimationPose Estimation