paper-with-me

홈 › Papers

Adaptive Point-Prompt Tuning: Fine-Tuning Heterogeneous Foundation Models for 3D Point Cloud Analysis

2025-08-30 · Mengke Li, Lihao Chen, Peng Zhang, Yiu-ming Cheung, Hui Huang arxiv

Parameter-efficient fine-tuning strategies for foundation models in 1D textual and 2D visual analysis have demonstrated remarkable efficacy. However, due to the scarcity of point cloud data, pre-training large 3D models remains a challenging task. While many efforts have been made to apply pre-trained visual models to 3D domains through "high-to-low" mapping, these approaches often lead to the loss of spatial geometries and lack a generalizable framework for adapting any modality to 3D. This paper, therefore, attempts to directly leverage point features to calibrate the heterogeneous foundation model of any modality for 3D point cloud analysis. Specifically, we propose the Adaptive Point-Prompt Tuning (APPT) method, which fine-tunes pre-trained models with a modest number of parameters, enabling direct point cloud processing without heterogeneous mappings. We convert raw point clouds into point embeddings by aggregating local geometry to capture spatial features followed by linear layers to ensure seamless utilization of frozen pre-trained models. Given the inherent disorder of point clouds, in contrast to the structured nature of images and language, we employ a permutation-invariant feature to capture the relative positions of point embeddings, thereby obtaining point tokens enriched with location information to optimize self-attention mechanisms. To calibrate self-attention across source domains of any modality to 3D and reduce computational overhead, we introduce a prompt generator that shares weights with the point embedding module, dynamically producing point-prompts without adding additional parameters. These prompts are then concatenated into a frozen foundation model, providing rich global structural information and compensating for the lack of structural context in the heterogeneous data.

📄 PDF Abstract BibTeX arXiv:2509.00374

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuningPoint Clouds

Similar Papers 제목 키워드 기반

Instance-aware Dynamic Prompt Tuning for Pre-trained Point Cloud Models

2023-04-14 · ICCV 2023 1 · Yaohua Zha, Jinpeng Wang, Tao Dai, Bin Chen 외

Pre-trained point cloud models have found extensive applications in 3D understanding tasks like object classification and part segmentation. However, the prevailing strategy of full fine-tuning in downstream tasks leads …

3D Parameter-Efficient Fine-Tuning for Classification3D Point Cloud ClassificationFew-Shot 3D Point Cloud ClassificationVisual Prompt Tuning

Prompt Tuning for Generative Multimodal Pretrained Models

2022-08-04 · Hao Yang, Junyang Lin, An Yang, Peng Wang 외

Prompt tuning has become a new paradigm for model tuning and it has demonstrated success in natural language pretraining and even vision pretraining. In this work, we explore the transfer of prompt tuning to multimodal p…

Image CaptioningVisual EntailmentVisual Question Answering (VQA)

Prompt Tuning or Fine-Tuning - Investigating Relational Knowledge in Pre-Trained Language Models

2021-06-22 · AKBC 2021 10 · Leandra Fichtel, Jan-Christoph Kalo, Wolf-Tilo Balke

Extracting relational knowledge from large pre-trained language models by a cloze-style sentence serving as a query has shown promising results. In particular, language models can be queried similar to knowledge graphs. …

fill-maskFill MaskKnowledge GraphsLanguage Modeling+3

AdaptiveSAM: Towards Efficient Tuning of SAM for Surgical Scene Segmentation

2023-08-07 · Jay N. Paranjape, Nithin Gopalakrishnan Nair, Shameema Sikder, S. Swaroop Vedula 외

Segmentation is a fundamental problem in surgical scene analysis using artificial intelligence. However, the inherent data scarcity in this domain makes it challenging to adapt traditional segmentation techniques for thi…

Scene SegmentationSegmentation

Point-Selection Fine-Tuning Framework for Robust Point Cloud Classification

2026-07-22 · Da Li, Chang Ma, Dongfu Yin arxiv

Noisy and corrupted points can substantially degrade point cloud recognition performance, especially under challenging corruption settings. In particular, full fine-tuning of 3D pre-trained models may amplify the influen…

Point Cloud Classification