#349 · Primary category: Computer Vision

PointMamba

3d-point-clouds computer-vision mamba state-space-model

[NeurIPS 2024] PointMamba: A Simple State Space Model for Point Cloud Analysis

Project last updated:03/19/25

GitHub Stars

547

Forks

43

Contributors

1

License

Apache-2.0

Why we included this project

PointMamba is a NeurIPS 2024 implementation of a state space model for point cloud analysis. It replaces the quadratic-complexity attention of standard transformers with a linear-complexity Mamba backbone, which makes it a useful baseline for global modeling on unordered point sets when self-attention's memory cost is a problem. The repo includes pretraining and fine-tuning configs plus checkpoints for ModelNet40 and ScanObjectNN, so reproducing the reported numbers or adapting the encoder to your own task is fairly direct. Because it follows the Point-BERT and Point-MAE conventions, comparing it against those transformer-based predecessors is easy. Teams exploring efficient attention alternatives in 3D vision, and students benchmarking state space models, will get the most value here.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category