Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skyworkai/pointcloudmamba

Point Cloud Mamba: Point Cloud Learning via State Space Model
https://github.com/skyworkai/pointcloudmamba

Last synced: 6 days ago
JSON representation

Point Cloud Mamba: Point Cloud Learning via State Space Model

Awesome Lists containing this project

README

        

# [Point Cloud Mamba: Point Cloud Learning via State Space Model](https://arxiv.org/abs/2403.00762)
Tao Zhang, Xiangtai Li*, Haobo Yuan, Shunping Ji, Shuicheng Yan


## News
- All codes and weights are available.

## Features
- 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.

## Install
See [Installation Instructions](INSTALL.md).

## Getting Started
See [Preparing Datasets for PCM](data/README.md).

See [Getting Started with PCM](GETTING_STARTED.md).

## Demos
### ShapeNetPart

## Performance
### 3-D Point Cloud Classification

### 3-D Point Cloud Segmentation

```BibTeX
@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}
}
```

## Acknowledgement

This repo is based on [PointNeXt](https://github.com/guochengqian/PointNeXt),
[PointMLP](https://github.com/ma-xu/pointMLP-pytorch), [Mamba](https://github.com/state-spaces/mamba),
[Vim](https://github.com/hustvl/Vim), and [Pontcept](https://github.com/Pointcept/Pointcept).
Thanks for their excellent works.