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

SPGroup3D: Superpoint Grouping Network for Indoor 3D Object Detection

About

Current 3D object detection methods for indoor scenes mainly follow the voting-and-grouping strategy to generate proposals. However, most methods utilize instance-agnostic groupings, such as ball query, leading to inconsistent semantic information and inaccurate regression of the proposals. To this end, we propose a novel superpoint grouping network for indoor anchor-free one-stage 3D object detection. Specifically, we first adopt an unsupervised manner to partition raw point clouds into superpoints, areas with semantic consistency and spatial similarity. Then, we design a geometry-aware voting module that adapts to the centerness in anchor-free detection by constraining the spatial relationship between superpoints and object centers. Next, we present a superpoint-based grouping module to explore the consistent representation within proposals. This module includes a superpoint attention layer to learn feature interaction between neighboring superpoints, and a superpoint-voxel fusion layer to propagate the superpoint-level information to the voxel level. Finally, we employ effective multiple matching to capitalize on the dynamic receptive fields of proposals based on superpoints during the training. Experimental results demonstrate our method achieves state-of-the-art performance on ScanNet V2, SUN RGB-D, and S3DIS datasets in the indoor one-stage 3D object detection. Source code is available at https://github.com/zyrant/SPGroup3D.

Yun Zhu, Le Hui, Yaqi Shen, Jin Xie• 2023

Related benchmarks

TaskDatasetResultRank
3D Object DetectionScanNet V2 (val)
mAP@0.2574.3
352
3D Object DetectionSUN RGB-D (val)
mAP@0.2565.4
158
3D Object DetectionScanNet
mAP@0.2574.3
123
3D Object DetectionScanNet (val)
mAP@0.2574.3
66
3D Object DetectionS3DIS (val)
AP@0.2569.2
20
3D Object DetectionS3DIS
mAP@0.2569.2
18
Showing 6 of 6 rows

Other info

Code

Follow for update