English

P3T: Prototypical Point-level Prompt Tuning with Enhanced Generalization for 3D Vision-Language Models

Computer Vision and Pattern Recognition 2026-04-20 v1

Abstract

With the rise of pre-trained models in the 3D point cloud domain for a wide range of real-world applications, adapting them to downstream tasks has become increasingly important. However, conventional full fine-tuning methods are computationally expensive and storage-intensive. Although prompt tuning has emerged as an efficient alternative, it often suffers from overfitting, thereby compromising generalization capability. To address this issue, we propose Prototypical Point-level Prompt Tuning (P3^3T), a parameter-efficient prompt tuning method designed for pre-trained 3D vision-language models (VLMs). P3^3T consists of two components: 1) \textit{Point Prompter}, which generates instance-aware point-level prompts for the input point cloud, and 2) \textit{Text Prompter}, which employs learnable prompts into the input text instead of hand-crafted ones. Since both prompters operate directly on input data, P3^3T enables task-specific adaptation of 3D VLMs without sacrificing generalizability. Furthermore, to enhance embedding space alignment, which is key to fine-tuning 3D VLMs, we introduce a prototypical loss that reduces intra-category variance. Extensive experiments demonstrate that our method matches or outperforms full fine-tuning in classification and few-shot learning, and further exhibits robust generalization under data shift in the cross-dataset setting. The code is available at \textcolor{violet}{https://github.com/gyjung975/P3T}.

Keywords

Cite

@article{arxiv.2604.15703,
  title  = {P3T: Prototypical Point-level Prompt Tuning with Enhanced Generalization for 3D Vision-Language Models},
  author = {Geunyoung Jung and Soohong Kim and Kyungwoo Song and Jiyoung Jung},
  journal= {arXiv preprint arXiv:2604.15703},
  year   = {2026}
}

Comments

Accepted by ICRA 2026

R2 v1 2026-07-01T12:13:49.572Z