PointMamba: A Simple State Space Model for Point Cloud Analysis
Dingkang Liang, Xin Zhou, Wei Xu, Xingkui Zhu, Zhikang Zou, Xiaoqing, Ye, Xiao Tan, Xiang Bai

TL;DR
PointMamba introduces a linear complexity state space model for point cloud analysis, achieving high performance with reduced computational costs by leveraging space-filling curves and a simple Mamba encoder.
Contribution
This work transfers the Mamba state space model from NLP to 3D point cloud analysis, providing a simple, efficient, and effective alternative to traditional Transformers.
Findings
Achieves superior performance across multiple datasets
Reduces GPU memory usage and FLOPs significantly
Demonstrates the potential of SSMs in 3D vision tasks
Abstract
Transformers have become one of the foundational architectures in point cloud analysis tasks due to their excellent global modeling ability. However, the attention mechanism has quadratic complexity, making the design of a linear complexity method with global modeling appealing. In this paper, we propose PointMamba, transferring the success of Mamba, a recent representative state space model (SSM), from NLP to point cloud analysis tasks. Unlike traditional Transformers, PointMamba employs a linear complexity algorithm, presenting global modeling capacity while significantly reducing computational costs. Specifically, our method leverages space-filling curves for effective point tokenization and adopts an extremely simple, non-hierarchical Mamba encoder as the backbone. Comprehensive evaluations demonstrate that PointMamba achieves superior performance across multiple datasets while…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRemote Sensing and LiDAR Applications · 3D Surveying and Cultural Heritage · 3D Shape Modeling and Analysis
