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

Mamba3D: Enhancing Local Features for 3D Point Cloud Analysis via State Space Model

About

Existing Transformer-based models for point cloud analysis suffer from quadratic complexity, leading to compromised point cloud resolution and information loss. In contrast, the newly proposed Mamba model, based on state space models (SSM), outperforms Transformer in multiple areas with only linear complexity. However, the straightforward adoption of Mamba does not achieve satisfactory performance on point cloud tasks. In this work, we present Mamba3D, a state space model tailored for point cloud learning to enhance local feature extraction, achieving superior performance, high efficiency, and scalability potential. Specifically, we propose a simple yet effective Local Norm Pooling (LNP) block to extract local geometric features. Additionally, to obtain better global features, we introduce a bidirectional SSM (bi-SSM) with both a token forward SSM and a novel backward SSM that operates on the feature channel. Extensive experimental results show that Mamba3D surpasses Transformer-based counterparts and concurrent works in multiple tasks, with or without pre-training. Notably, Mamba3D achieves multiple SoTA, including an overall accuracy of 92.6% (train from scratch) on the ScanObjectNN and 95.1% (with single-modal pre-training) on the ModelNet40 classification task, with only linear complexity. Our code and weights are available at https://github.com/xhanxu/Mamba3D.

Xu Han, Yuan Tang, Zhaoxuan Wang, Xianzhi Li• 2024

Related benchmarks

TaskDatasetResultRank
Semantic segmentationS3DIS (Area 5)
mIOU60.7
799
Part SegmentationShapeNetPart (test)
mIoU (Inst.)85.7
312
Object ClassificationScanObjectNN OBJ_BG
Accuracy95.18
215
Part SegmentationShapeNetPart
mIoU (Instance)85.7
198
Object ClassificationScanObjectNN PB_T50_RS
Accuracy93.34
195
Object ClassificationScanObjectNN OBJ_ONLY
Overall Accuracy92.6
166
Few-shot 3D ClassificationModelNet40 (test)
Accuracy96.9
92
Few-shot classificationModelNet40 5-way 20-shot
Accuracy98.2
79
Few-shot classificationModelNet40 10-way 20-shot
Accuracy95.2
79
Few-shot classificationModelNet40 10-way 10-shot
Accuracy92.4
79
Showing 10 of 16 rows

Other info

Code

Follow for update