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

Efficient 3D Semantic Segmentation with Superpoint Transformer

About

We introduce a novel superpoint-based transformer architecture for efficient semantic segmentation of large-scale 3D scenes. Our method incorporates a fast algorithm to partition point clouds into a hierarchical superpoint structure, which makes our preprocessing 7 times faster than existing superpoint-based approaches. Additionally, we leverage a self-attention mechanism to capture the relationships between superpoints at multiple scales, leading to state-of-the-art performance on three challenging benchmark datasets: S3DIS (76.0% mIoU 6-fold validation), KITTI-360 (63.5% on Val), and DALES (79.6%). With only 212k parameters, our approach is up to 200 times more compact than other state-of-the-art models while maintaining similar performance. Furthermore, our model can be trained on a single GPU in 3 hours for a fold of the S3DIS dataset, which is 7x to 70x fewer GPU-hours than the best-performing methods. Our code and models are accessible at github.com/drprojects/superpoint_transformer.

Damien Robert, Hugo Raguet, Loic Landrieu• 2023

Related benchmarks

TaskDatasetResultRank
Semantic segmentationS3DIS (Area 5)
mIOU68.9
799
Semantic segmentationS3DIS (6-fold)
mIoU (Mean IoU)76
315
Semantic segmentationKITTI-360 (val)
mIoU63.5
36
Semantic segmentationKITTI-360 (test)
mIoU63.5
25
Semantic segmentationDALES (test)
mIoU (Mean IoU)79.6
14
Semantic segmentationS3DIS (Entire dataset)
Preprocessing Time (min)12.4
7
Showing 6 of 6 rows

Other info

Code

Follow for update