- All codes and weights are available.
- PCM introduces Mamba to point cloud analysis.
- PCM can perform global modeling while maintaining linear computational complexity.
- PCM outperforms PointNeXt on the ScanObjectNN, ModelNet40, and ShapeNetPart datasets.
See Installation Instructions.
See Preparing Datasets for PCM.
@article{zhang2024point,
title={Point Cloud Mamba: Point Cloud Learning via State Space Model},
author={Zhang, Tao and Li, Xiangtai and Yuan, Haobo and Ji, Shunping and Yan, Shuicheng},
journal={arXiv preprint arXiv:2403.00762},
year={2024}
}
This repo is based on PointNeXt, PointMLP, Mamba, Vim, and Pontcept. Thanks for their excellent works.