paper-with-me

Papers

PMA: Towards Parameter-Efficient Point Cloud Understanding via Point Mamba Adapter

2025-01-01 · CVPR 2025 1 · Yaohua Zha, Yanzi Wang, Hang Guo, Jinpeng Wang, Tao Dai, Bin Chen, Zhihao Ouyang, Xue Yuerong, Ke Chen, Shu-Tao Xia

Applying pre-trained models to assist point cloud understanding has recently become a mainstream paradigm in 3D perception. However, existing application strategies are straightforward, utilizing only the final output of the pre-trained model for various task heads. It neglects the rich complementary information in the intermediate layer, thereby failing to fully unlock the potential of pre-trained models. To overcome this limitation, we propose an orthogonal solution: Point Mamba Adapter (PMA), which constructs an ordered feature sequence from all layers of the pre-trained model and leverages Mamba to fuse all complementary semantics, thereby promoting comprehensive point cloud understanding. Constructing this ordered sequence is non-trivial due to the inherent isotropy of 3D space. Therefore, we further propose a geometry-constrained gate prompt generator (G2PG) shared across different layers, which applies shared geometric constraints to the output gates of the Mamba and dynamically optimizes the spatial order, thus enabling more effective integration of multi-layer information. Extensive experiments conducted on challenging point cloud datasets across various tasks demonstrate that our PMA elevates the capability for point cloud understanding to a new level by fusing diverse complementary intermediate features. Code is available at https://github.com/zyh16143998882/PMA.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Mamba

Methods 이 논문이 사용한 방법론

Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…
Adapter 설명 없음

Similar Papers 제목 키워드 기반

CloudMamba: Grouped Selective State Spaces for Point Cloud Analysis

2025-11-11 · Kanglin Qu, Pan Gao, Qun Dai, Zhanzhi Ye 외 arxiv

Due to the long-range modeling ability and linear complexity property, Mamba has attracted considerable attention in point cloud analysis. Despite some interesting progress, related work still suffers from imperfect poin…

Long-range modeling

Serialized Point Mamba: A Serialized Point Cloud Mamba Segmentation Model

2024-07-17 · Tao Wang, Wei Wen, Jingzhi Zhai, Kang Xu 외

Point cloud segmentation is crucial for robotic visual perception and environmental understanding, enabling applications such as robotic navigation and 3D reconstruction. However, handling the sparse and unordered nature…

3D Instance Segmentation3D Reconstruction3D Semantic SegmentationComputational Efficiency+6

Point Mamba: A Novel Point Cloud Backbone Based on State Space Model with Octree-Based Ordering Strategy

2024-03-11 · Jiuming Liu, Ruiji Yu, Yian Wang, Yu Zheng 외

Recently, state space model (SSM) has gained great attention due to its promising performance, linear complexity, and long sequence modeling ability in both language and image domains. However, it is non-trivial to exten…

MambaSemantic Segmentation

Exploring contextual modeling with linear complexity for point cloud segmentation

2024-10-28 · Yong Xien Chng, Xuchong Qiu, Yizeng Han, Yifan Pu 외

Point cloud segmentation is an important topic in 3D understanding that has traditionally has been tackled using either the CNN or Transformer. Recently, Mamba has emerged as a promising alternative, offering efficient l…

MambaPoint Cloud Segmentation

MambaH-Fit: Rethinking Hyper-surface Fitting-based Point Cloud Normal Estimation via State Space Modelling

2025-10-10 · Weijia Wang, Yuanzhi Su, Pei-Gen Ye, Yuan-Gen Wang arxiv

We present MambaH-Fit, a state space modelling framework tailored for hyper-surface fitting-based point cloud normal estimation. Existing normal estimation methods often fall short in modelling fine-grained geometric str…