paper-with-me

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, Zhi Wang, Shu-Tao Xia

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 to large per-task storage overhead for model parameters, which limits the efficiency when applying large-scale pre-trained models. Inspired by the recent success of visual prompt tuning (VPT), this paper attempts to explore prompt tuning on pre-trained point cloud models, to pursue an elegant balance between performance and parameter efficiency. We find while instance-agnostic static prompting, e.g. VPT, shows some efficacy in downstream transfer, it is vulnerable to the distribution diversity caused by various types of noises in real-world point cloud data. To conquer this limitation, we propose a novel Instance-aware Dynamic Prompt Tuning (IDPT) strategy for pre-trained point cloud models. The essence of IDPT is to develop a dynamic prompt generation module to perceive semantic prior features of each point cloud instance and generate adaptive prompt tokens to enhance the model's robustness. Notably, extensive experiments demonstrate that IDPT outperforms full fine-tuning in most tasks with a mere 7% of the trainable parameters, providing a promising solution to parameter-efficient learning for pre-trained point cloud models. Code is available at \url{https://github.com/zyh16143998882/ICCV23-IDPT}.

📄 PDF Abstract BibTeX arXiv:2304.07221

Code (3)

zyh16143998882/IDPT 공식 구현 pytorch
zyh16143998882/iccv23-idpt 공식 구현 pytorch
zyh16143998882/aaai24-pointfemae pytorch

Tasks

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

Similar Papers 제목 키워드 기반

IAP: Improving Continual Learning of Vision-Language Models via Instance-Aware Prompting

2025-03-26 · Hao Fu, Hanbin Zhao, Jiahua Dong, Chao Zhang 외

Recent pre-trained vision-language models (PT-VLMs) often face a Multi-Domain Class-Incremental Learning (MCIL) scenario in practice, where several classes and domains of multi-modal tasks are incrementally arrived. With…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning+1

Dual Modality Prompt Tuning for Vision-Language Pre-Trained Model

2022-08-17 · Yinghui Xing, Qirui Wu, De Cheng, Shizhou Zhang 외

With the emergence of large pre-trained vison-language model like CLIP, transferable representations can be adapted to a wide range of downstream tasks via prompt tuning. Prompt tuning tries to probe the beneficial infor…

General KnowledgeLanguage ModellingVisual Prompt Tuning

Retrieval-Augmented Dynamic Prompt Tuning for Incomplete Multimodal Learning

2025-01-02 · Jian Lang, Zhangtao Cheng, Ting Zhong, Fan Zhou

Multimodal learning with incomplete modality is practical and challenging. Recently, researchers have focused on enhancing the robustness of pre-trained MultiModal Transformers (MMTs) under missing modality conditions by…

ImputationRetrieval

Dynamic Prompting: A Unified Framework for Prompt Tuning

2023-03-06 · Xianjun Yang, Wei Cheng, Xujiang Zhao, Wenchao Yu 외

It has been demonstrated that the art of prompt tuning is highly effective in efficiently extracting knowledge from pretrained foundation models, encompassing pretrained language models (PLMs), vision pretrained models, …

Position

Visual Instance-aware Prompt Tuning

2025-07-10 · Xi Xiao, Yunbei Zhang, Xingjian Li, Tianyang Wang 외 arxiv

Visual Prompt Tuning (VPT) has emerged as a parameter-efficient fine-tuning paradigm for vision transformers, with conventional approaches utilizing dataset-level prompts that remain the same across all input instances. …

parameter-efficient fine-tuningVisual Prompt Tuning