paper-with-me

홈 › Papers

Mantis: Mamba-native Tuning is Efficient for 3D Point Cloud Foundation Models

2026-05-05 · Zihao Guo, Jihua Zhu, Jian Liu, Ajmal Saeed Mian arxiv

Pre-trained 3D point cloud foundation models (PFMs) have demonstrated strong transferability across diverse downstream tasks. However, full fine-tuning these models is computationally expensive and storage-intensive. Parameter-efficient fine-tuning (PEFT) offers a promising alternative, but existing PEFT approaches are primarily designed for Transformer-based backbones and rely on token-level prompting or feature transformation. Mamba-based backbones introduce a granularity mismatch between token-level adaptation and state-level sequence dynamics. Consequently, straightforward transfer of existing PEFT approaches to frozen Mamba backbones leads to substantial accuracy degradation and unstable optimization. To address this issue, we propose Mantis, the first Mamba-native PEFT framework for 3D PFMs. Specifically, a State-Aware Adapter (SAA) is introduced to inject lightweight task-conditioned control signals into selective state-space updates, enabling state-level adaptation while keeping the pre-trained backbone frozen. Moreover, different valid point cloud serializations are regularized by Dual-Serialization Consistency Distillation (DSCD), thereby reducing serialization-induced instability. Extensive experiments across multiple benchmarks demonstrate that our Mantis achieves competitive performance with only about 5% trainable parameters. Our code is available at https://github.com/gzhhhhhhh/Mantis.

📄 PDF Abstract BibTeX arXiv:2605.03438

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

MambaTron: Efficient Cross-Modal Point Cloud Enhancement using Aggregate Selective State Space Modeling

2025-01-25 · Sai Tarun Inaganti, Gennady Petrenko

Point cloud enhancement is the process of generating a high-quality point cloud from an incomplete input. This is done by filling in the missing details from a reference like the ground truth via regression, for example.…

MambaPoint Cloud CompletionPoint cloud reconstructionState Space Models

MANTIS: Interleaved Multi-Image Instruction Tuning

2024-05-02 · Dongfu Jiang, Xuan He, Huaye Zeng, Cong Wei 외

Large multimodal models (LMMs) have shown great results in single-image vision language tasks. However, their abilities to solve multi-image visual language tasks is yet to be improved. The existing LMMs like OpenFlaming…

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

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

Occlusion-aware Text-Image-Point Cloud Pretraining for Open-World 3D Object Recognition

2025-02-15 · CVPR 2025 1 · Khanh Nguyen, Ghulam Mubashar Hassan, Ajmal Mian

Recent open-world representation learning approaches have leveraged CLIP to enable zero-shot 3D object recognition. However, performance on real point clouds with occlusions still falls short due to the unrealistic pretr…

3D Object RecognitionObject RecognitionRepresentation Learning