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

23 Apr 2024  ·  Xu Han, Yuan Tang, Zhaoxuan Wang, Xianzhi Li ·

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.

PDF Abstract

Results from the Paper


Ranked #3 on 3D Point Cloud Classification on ModelNet40 (using extra training data)

     Get a GitHub badge
Task Dataset Model Metric Name Metric Value Global Rank Uses Extra
Training Data
Result Benchmark
3D Point Cloud Classification ModelNet40 Mamba3D + Point-MAE Overall Accuracy 95.1 # 3
Number of params 16.9M # 102
FLOPs 3.9G # 1
3D Point Cloud Classification ScanObjectNN Mamba3D (no voting) Overall Accuracy 91.81 # 5
Number of params 16.9M # 61
FLOPs 3.9G # 1
OBJ-BG (OA) 92.94 # 11
OBJ-ONLY (OA) 92.08 # 9
3D Point Cloud Classification ScanObjectNN Mamba3D Overall Accuracy 92.64 # 4
Number of params 16.9M # 61
FLOPs 3.9G # 1
OBJ-BG (OA) 94.49 # 7
OBJ-ONLY (OA) 92.43 # 7

Methods