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

Superpoint Transformer for 3D Scene Instance Segmentation

About

Most existing methods realize 3D instance segmentation by extending those models used for 3D object detection or 3D semantic segmentation. However, these non-straightforward methods suffer from two drawbacks: 1) Imprecise bounding boxes or unsatisfactory semantic predictions limit the performance of the overall 3D instance segmentation framework. 2) Existing method requires a time-consuming intermediate step of aggregation. To address these issues, this paper proposes a novel end-to-end 3D instance segmentation method based on Superpoint Transformer, named as SPFormer. It groups potential features from point clouds into superpoints, and directly predicts instances through query vectors without relying on the results of object detection or semantic segmentation. The key step in this framework is a novel query decoder with transformers that can capture the instance information through the superpoint cross-attention mechanism and generate the superpoint masks of the instances. Through bipartite matching based on superpoint masks, SPFormer can implement the network training without the intermediate aggregation step, which accelerates the network. Extensive experiments on ScanNetv2 and S3DIS benchmarks verify that our method is concise yet efficient. Notably, SPFormer exceeds compared state-of-the-art methods by 4.3% on ScanNetv2 hidden test set in terms of mAP and keeps fast inference speed (247ms per frame) simultaneously. Code is available at https://github.com/sunjiahao1999/SPFormer.

Jiahao Sun, Chunmei Qing, Junpeng Tan, Xiangmin Xu• 2022

Related benchmarks

TaskDatasetResultRank
3D Instance SegmentationScanNet V2 (val)
Average AP5073.9
195
3D Instance SegmentationScanNet v2 (test)
mAP54.9
135
3D Instance SegmentationS3DIS (Area 5)
mAP@50% IoU66.8
106
3D Instance SegmentationS3DIS (6-fold CV)
Mean Precision @50% IoU74
92
3D Instance SegmentationScanNet hidden v2 (test)
Cabinet AP@0.539.5
69
Instance SegmentationScanNetV2 (val)--
58
3D Instance SegmentationScanNet200 (val)
mAP25.2
52
3D Instance SegmentationScanNet (val)
mAP@0.2582.9
19
Instance SegmentationS3DIS Area-5 (val)
mAP5066.8
16
3D Instance SegmentationScanNet V2 (val)
Total Latency (ms)247
15
Showing 10 of 15 rows

Other info

Code

Follow for update