Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Stratified Transformer for 3D Point Cloud Segmentation

About

3D point cloud segmentation has made tremendous progress in recent years. Most current methods focus on aggregating local features, but fail to directly model long-range dependencies. In this paper, we propose Stratified Transformer that is able to capture long-range contexts and demonstrates strong generalization ability and high performance. Specifically, we first put forward a novel key sampling strategy. For each query point, we sample nearby points densely and distant points sparsely as its keys in a stratified way, which enables the model to enlarge the effective receptive field and enjoy long-range contexts at a low computational cost. Also, to combat the challenges posed by irregular point arrangements, we propose first-layer point embedding to aggregate local information, which facilitates convergence and boosts performance. Besides, we adopt contextual relative position encoding to adaptively capture position information. Finally, a memory-efficient implementation is introduced to overcome the issue of varying point numbers in each window. Extensive experiments demonstrate the effectiveness and superiority of our method on S3DIS, ScanNetv2 and ShapeNetPart datasets. Code is available at https://github.com/dvlab-research/Stratified-Transformer.

Xin Lai, Jianhui Liu, Li Jiang, Liwei Wang, Hengshuang Zhao, Shu Liu, Xiaojuan Qi, Jiaya Jia• 2022

Related benchmarks

TaskDatasetResultRank
Semantic segmentationS3DIS (Area 5)
mIOU72
907
Semantic segmentationS3DIS (6-fold)
mIoU (Mean IoU)74.9
344
Semantic segmentationScanNet V2 (val)
mIoU74.3
316
Part SegmentationShapeNetPart (test)
mIoU (Inst.)86.6
312
Semantic segmentationScanNet (val)
mIoU74.3
274
Semantic segmentationScanNet v2 (test)
mIoU74.7
248
Part SegmentationShapeNetPart
mIoU (Instance)86.6
246
3D Semantic SegmentationScanNet V2 (val)
mIoU74.3
209
3D Semantic SegmentationScanNet (val)
mIoU74.3
144
3D Object Part SegmentationShapeNet Part (test)
mIoU85.1
114
Showing 10 of 29 rows

Other info

Code

Follow for update