paper-with-me

Papers

SPGroup3D: Superpoint Grouping Network for Indoor 3D Object Detection

2023-12-21 · Yun Zhu, Le Hui, Yaqi Shen, Jin Xie

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.

📄 PDF Abstract BibTeX arXiv:2312.13641

Code (1)

zyrant/spgroup3d 공식 구현 pytorch

Tasks

3D Object Detectionobject-detectionObject Detection

Similar Papers 제목 키워드 기반

LogoSP: Local-global Grouping of Superpoints for Unsupervised Semantic Segmentation of 3D Point Clouds

2025-06-09 · CVPR 2025 1 · Zihui Zhang, Weisheng Dai, Hongtao Wen, Bo Yang

We study the problem of unsupervised 3D semantic segmentation on raw point clouds without needing human labels in training. Existing methods usually formulate this problem into learning per-point local features followed …

3D Semantic SegmentationSegmentationSemantic SegmentationUnsupervised 3D Semantic Segmentation+1

Instance Segmentation in 3D Scenes using Semantic Superpoint Tree Networks

2021-08-17 · ICCV 2021 10 · Zhihao Liang, Zhihao LI, Songcen Xu, Mingkui Tan 외

Instance segmentation in 3D scenes is fundamental in many applications of scene understanding. It is yet challenging due to the compound factors of data irregularity and uncertainty in the numbers of instances. State-of-…

3D Instance SegmentationInstance SegmentationScene UnderstandingSemantic Segmentation

Geometry-Aware 3D Salient Object Detection Network

2025-02-23 · Chen Wang, Liyuan Zhang, Le Hui, Qi Liu 외

Point cloud salient object detection has attracted the attention of researchers in recent years. Since existing works do not fully utilize the geometry context of 3D objects, blurry boundaries are generated when segmenti…

Objectobject-detectionObject DetectionSalient Object Detection

Efficient LiDAR Point Cloud Oversegmentation Network

2023-01-01 · ICCV 2023 1 · Le Hui, Linghua Tang, Yuchao Dai, Jin Xie 외

Point cloud oversegmentation is a challenging task since it needs to produce perceptually meaningful partitions (i.e., superpoints) of a point cloud. Most existing oversegmentation methods cannot efficiently generate…

LIDAR Semantic SegmentationSemantic Segmentation

Superpoint Network for Point Cloud Oversegmentation

2021-01-01 · ICCV 2021 10 · Le Hui, Jia Yuan, Mingmei Cheng, Jin Xie 외

Superpoints are formed by grouping similar points with local geometric structures, which can effectively reduce the number of primitives of point clouds for subsequent point cloud processing. Existing superpoint meth…

ClusteringSemantic Segmentation