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

Swin3D: A Pretrained Transformer Backbone for 3D Indoor Scene Understanding

About

The use of pretrained backbones with fine-tuning has been successful for 2D vision and natural language processing tasks, showing advantages over task-specific networks. In this work, we introduce a pretrained 3D backbone, called {\SST}, for 3D indoor scene understanding. We design a 3D Swin transformer as our backbone network, which enables efficient self-attention on sparse voxels with linear memory complexity, making the backbone scalable to large models and datasets. We also introduce a generalized contextual relative positional embedding scheme to capture various irregularities of point signals for improved network performance. We pretrained a large {\SST} model on a synthetic Structured3D dataset, which is an order of magnitude larger than the ScanNet dataset. Our model pretrained on the synthetic dataset not only generalizes well to downstream segmentation and detection on real 3D point datasets, but also outperforms state-of-the-art methods on downstream tasks with +2.3 mIoU and +2.2 mIoU on S3DIS Area5 and 6-fold semantic segmentation, +1.8 mIoU on ScanNet segmentation (val), +1.9 mAP@0.5 on ScanNet detection, and +8.1 mAP@0.5 on S3DIS detection. A series of extensive ablation studies further validate the scalability, generality, and superior performance enabled by our approach. The code and models are available at https://github.com/microsoft/Swin3D .

Yu-Qi Yang, Yu-Xiao Guo, Jian-Yu Xiong, Yang Liu, Hao Pan, Peng-Shuai Wang, Xin Tong, Baining Guo• 2023

Related benchmarks

TaskDatasetResultRank
Semantic segmentationS3DIS (Area 5)
mIOU74.5
799
3D Object DetectionScanNet V2 (val)
mAP@0.2576.4
352
Semantic segmentationS3DIS (6-fold)
mIoU (Mean IoU)79.8
315
Semantic segmentationScanNet V2 (val)
mIoU77.5
288
Semantic segmentationScanNet v2 (test)
mIoU77.9
248
3D Object DetectionScanNet (val)
mAP@0.2576.4
66
Semantic segmentationScanNet (test)
mIoU77.9
59
Semantic segmentationS3DIS (test)
mIoU74.5
47
3D Object DetectionS3DIS
mAP@0.2575.4
18
Semantic segmentationS3DIS (Stanford Indoor Dataset)
mIoU74.5
10
Showing 10 of 10 rows

Other info

Code

Follow for update