SPOT: 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 detectors to locate object centers and finally lead to bad detection results. In this work, we propose Selective Point clOud voTing (SPOT) module, a simple effective component that can be easily trained end-to-end in point cloud object detectors to solve this problem. Inspired by probabilistic Hough voting, SPOT incorporates an attention mechanism that helps detectors focus on less ambiguous features and preserves their diversity of mapping to multiple object centers. For evaluating our module, we implement SPOT on advanced baseline detectors and test on two benchmark datasets of clutter indoor scenes, ScanNet and SUN RGB-D. Baselines enhanced by our module can stably improve results in agreement by a large margin and achieve new state-or-the-art detection, especially under more strict evaluation metric that adopts larger IoU threshold, implying our module is the key leading to high-quality object detection in point clouds.
Code (0)
등록된 구현이 없습니다.
Tasks
DiversityObjectobject-detectionObject DetectionSimilar Papers 제목 키워드 기반
CADSpotting: Robust Panoptic Symbol Spotting on Large-Scale CAD Drawings
We introduce CADSpotting, an efficient method for panoptic symbol spotting in large-scale architectural CAD drawings. Existing approaches struggle with the diversity of symbols, scale variations, and overlapping elements…
DiversityPanoptic SegmentationBack-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 DetectionCompleteDT: Point Cloud Completion with Dense Augment Inference Transformers
Point cloud completion task aims to predict the missing part of incomplete point clouds and generate complete point clouds with details. In this paper, we propose a novel point cloud completion network, namely CompleteDT…
Point Cloud CompletionKeypoint Cascade Voting for Point Cloud Based 6DoF Pose Estimation
We propose a novel keypoint voting 6DoF object pose estimation method, which takes pure unordered point cloud geometry as input without RGB information. The proposed cascaded keypoint voting method, called RCVPose3D, is …
Keypoint EstimationPose EstimationSemantic Segmentation3D 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+1