#349 · Primary category: Computer Vision
PointMamba
[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
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)