paper-with-me

Papers

Deep Hough Voting for 3D Object Detection in Point Clouds

2019-04-21 · ICCV 2019 10 · Charles R. Qi, Or Litany, Kaiming He, Leonidas J. Guibas

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.

📄 PDF Abstract BibTeX arXiv:1904.09664

Code (13)

facebookresearch/votenet 공식 구현 pytorch
AsahiLiu/PointDetectron pytorch
Harut0726/votenet pytorch
LONG-9621/VoteNet pytorch
NUAAXQ/MLCVNet pytorch
cheng052/BRNet pytorch
hoangcuongbk80/VoteGrasp pytorch
ikh-innovation/roboweldar-votenet pytorch
lanlan96/3drm pytorch
lanlan96/arm3d pytorch
open-mmlab/mmdetection3d pytorch
qq456cvb/VoteNet tf
zaiweizhang/H3DNet pytorch

Tasks

3D Object Detection3D Object Detection From Monocular ImagesObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Back-tracing Representative Points for Voting-based 3D Object Detection in Point Clouds

2021-04-13 · CVPR 2021 1 · Bowen Cheng, Lu Sheng, Shaoshuai Shi, Ming Yang 외

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 Detection

SPOT: Selective Point Cloud Voting for Better Proposal in Point Cloud Object Detection

2020-08-01 · ECCV 2020 8 · Hongyuan Du, Linjun Li, Bo Liu, Nuno Vasconcelos

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 Detection

3D Object Detection from Point Cloud via Voting Step Diffusion

2024-03-21 · Haoran Hou, Mingtao Feng, Zijie Wu, Weisheng Dong 외

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+1

MLVSNet: Multi-Level Voting Siamese Network for 3D Visual Tracking

2021-01-01 · ICCV 2021 10 · Zhoutao Wang, Qian Xie, Yu-Kun Lai, Jing Wu 외

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 Tracking

3DPVNet: Patch-level 3D Hough Voting Network for 6D Pose Estimation

2020-09-15 · Yuanpeng Liu, Jun Zhou, Yuqi Zhang, Chao Ding 외

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