paper-with-me

Papers

3D Object Detection from Point Cloud via Voting Step Diffusion

2024-03-21 · Haoran Hou, Mingtao Feng, Zijie Wu, Weisheng Dong, Qing Zhu, Yaonan Wang, Ajmal Mian

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, cluttered, and partial nature of real 3D scans, existing voting-based methods often receive votes from the partial surfaces of individual objects together with severe noises, leading to sub-optimal detection performance. In this work, we focus on the distributional properties of point clouds and formulate the voting process as generating new points in the high-density region of the distribution of object centers. To achieve this, we propose a new method to move random 3D points toward the high-density region of the distribution by estimating the score function of the distribution with a noise conditioned score network. Specifically, we first generate a set of object center proposals to coarsely identify the high-density region of the object center distribution. To estimate the score function, we perturb the generated object center proposals by adding normalized Gaussian noise, and then jointly estimate the score function of all perturbed distributions. Finally, we generate new votes by moving random 3D points to the high-density region of the object center distribution according to the estimated score function. Extensive experiments on two large scale indoor 3D scene datasets, SUN RGB-D and ScanNet V2, demonstrate the superiority of our proposed method. The code will be released at https://github.com/HHrEtvP/DiffVote.

📄 PDF Abstract BibTeX arXiv:2403.14133

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionObjectobject-detectionObject DetectionScene Understanding

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음

Similar 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 v…

3D Object Detection3D Object Detection From Monocular ImagesObjectobject-detection+1

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

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

Voting for Voting in Online Point Cloud Object Detection

2015-07-13 · Dominic Zeng Wang and Ingmar Posner

This paper proposes an efficient and effective scheme to applying the sliding window approach popular in computer vision to 3D data. Specifically, the sparse nature of the problem is exploited via a voting scheme to enab…

3D Object DetectionObjectobject-detectionObject Detection+1

A Hierarchical Graph Network for 3D Object Detection on Point Clouds

2020-06-01 · CVPR 2020 6 · Jintai Chen, Biwen Lei, Qingyu Song, Haochao Ying 외

3D object detection on point clouds finds many applications. However, most known point cloud object detection methods did not adequately accommodate the characteristics (e.g., sparsity) of point clouds, and thus some key…

3D Object DetectionObjectobject-detectionObject Detection