paper-with-me

Papers

PointMamba: A Simple State Space Model for Point Cloud Analysis

2024-02-16 · Dingkang Liang, Xin Zhou, Wei Xu, Xingkui Zhu, Zhikang Zou, Xiaoqing Ye, Xiao Tan, Xiang Bai

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 significantly reducing GPU memory usage and FLOPs. This work underscores the potential of SSMs in 3D vision-related tasks and presents a simple yet effective Mamba-based baseline for future research. The code will be made available at \url{https://github.com/LMD0311/PointMamba}.

📄 PDF Abstract BibTeX arXiv:2402.10739

Code (1)

lmd0311/pointmamba 공식 구현 pytorch

Tasks

GPUMamba

Similar Papers 제목 키워드 기반

ZigzagPointMamba: Spatial-Semantic Mamba for Point Cloud Understanding

2025-05-27 · Linshuang Diao, Dayong Ren, Sensen Song, Yurong Qian

State Space models (SSMs) such as PointMamba enable efficient feature extraction for point cloud self-supervised learning with linear complexity, outperforming Transformers in computational efficiency. However, existing …

Computational EfficiencyMambaSelf-Supervised LearningState Space Models

DAPointMamba: Domain Adaptive Point Mamba for Point Cloud Completion

2025-11-25 · Yinghui Li, Qianyu Zhou, Di Shao, Hao Yang 외 arxiv

Domain adaptive point cloud completion (DA PCC) aims to narrow the geometric and semantic discrepancies between the labeled source and unlabeled target domains. Existing methods either suffer from limited receptive field…

Point Cloud CompletionPoint Clouds

STREAM: A Universal State-Space Model for Sparse Geometric Data

2024-11-19 · Mark Schöne, Yash Bhisikar, Karan Bania, Khaleelulla Khan Nazeer 외

Handling sparse and unstructured geometric data, such as point clouds or event-based vision, is a pressing challenge in the field of machine vision. Recently, sequence models such as Transformers and state-space models e…

Audio ClassificationEvent-based visionInductive BiasMamba+2

HyQuRP: Hybrid quantum-classical neural network with rotational and permutational equivariance

2026-02-06 · Semin Park, Chae-Yeun Park arxiv

Group-equivariant quantum machine learning has emerged as a promising paradigm by incorporating symmetry into quantum models. However, constructing models simultaneously equivariant to both rotational and permutational s…

3D Point Cloud ClassificationQuantum Machine Learning

Rethinking the compositionality of point clouds through regularization in the hyperbolic space

2022-09-21 · Antonio Montanaro, Diego Valsesia, Enrico Magli

Point clouds of 3D objects exhibit an inherent compositional nature where simple parts can be assembled into progressively more complex shapes to form whole objects. Explicitly capturing such part-whole hierarchy is a lo…

3D Point Cloud ClassificationPoint Cloud Classification