paper-with-me

홈 › Papers

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

2026-04-17 · Geunyoung Jung, Soohong Kim, Kyungwoo Song, Jiyoung Jung arxiv

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 (P$^3$T), a parameter-efficient prompt tuning method designed for pre-trained 3D vision-language models (VLMs). P$^3$T 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, P$^3$T 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}.

📄 PDF Abstract BibTeX arXiv:2604.15703

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot Learning

Similar Papers 제목 키워드 기반

Eliciting Knowledge from Pretrained Language Models for Prototypical Prompt Verbalizer

2022-01-14 · Yinyi Wei, Tong Mo, Yongtao Jiang, Weiping Li 외

Recent advances on prompt-tuning cast few-shot classification tasks as a masked language modeling problem. By wrapping input into a template and using a verbalizer which constructs a mapping between label space and label…

ClassificationContrastive LearningLanguage ModelingLanguage Modelling+3

Prototypical Verbalizer for Prompt-based Few-shot Tuning

2022-03-18 · ACL 2022 5 · Ganqu Cui, Shengding Hu, Ning Ding, Longtao Huang 외

Prompt-based tuning for pre-trained language models (PLMs) has shown its effectiveness in few-shot learning. Typically, prompt-based tuning wraps the input text into a cloze question. To make predictions, the model maps …

Contrastive LearningEntity TypingFew-Shot LearningTopic Classification

Prototypical Verbalizer for Prompt-based Few-shot Tuning

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Prompt-based tuning for pre-trained language models (PLMs) has shown its effectiveness in few-shot learning. Typically, prompt-based tuning wraps the input text into a cloze question. To make predictions, the model maps …

Contrastive LearningEntity TypingFew-Shot LearningTopic Classification

PromptNER: A Prompting Method for Few-shot Named Entity Recognition via k Nearest Neighbor Search

2023-05-20 · Mozhi Zhang, Hang Yan, Yaqian Zhou, Xipeng Qiu

Few-shot Named Entity Recognition (NER) is a task aiming to identify named entities via limited annotated samples. Recently, prototypical networks have shown promising performance in few-shot NER. Most of prototypical ne…

few-shot-nerFew-shot NERnamed-entity-recognitionNamed Entity Recognition+3

Prototypical Fine-tuning: Towards Robust Performance Under Varying Data Sizes

2022-11-24 · Yiqiao Jin, Xiting Wang, Yaru Hao, Yizhou Sun 외

In this paper, we move towards combining large parametric models with non-parametric prototypical networks. We propose prototypical fine-tuning, a novel prototypical framework for fine-tuning pretrained language models (…