paper-with-me

홈 › Papers

E^2VPT: An Effective and Efficient Approach for Visual Prompt Tuning

2023-07-25 · ICCV 2023 1 · Cheng Han, Qifan Wang, Yiming Cui, Zhiwen Cao, Wenguan Wang, Siyuan Qi, Dongfang Liu

As the size of transformer-based models continues to grow, fine-tuning these large-scale pretrained vision models for new tasks has become increasingly parameter-intensive. Parameter-efficient learning has been developed to reduce the number of tunable parameters during fine-tuning. Although these methods show promising results, there is still a significant performance gap compared to full fine-tuning. To address this challenge, we propose an Effective and Efficient Visual Prompt Tuning (E^2VPT) approach for large-scale transformer-based model adaptation. Specifically, we introduce a set of learnable key-value prompts and visual prompts into self-attention and input layers, respectively, to improve the effectiveness of model fine-tuning. Moreover, we design a prompt pruning procedure to systematically prune low importance prompts while preserving model performance, which largely enhances the model's efficiency. Empirical results demonstrate that our approach outperforms several state-of-the-art baselines on two benchmarks, with considerably low parameter usage (e.g., 0.32% of model parameters on VTAB-1k). Our code is available at https://github.com/ChengHan111/E2VPT.

📄 PDF Abstract BibTeX arXiv:2307.13770

Code (1)

chenghan111/e2vpt 공식 구현 pytorch

Tasks

Visual Prompt Tuning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

DA-VPT: Semantic-Guided Visual Prompt Tuning for Vision Transformers

2025-05-29 · CVPR 2025 1 · Li Ren, Chen Chen, Liqiang Wang, Kien Hua

Visual Prompt Tuning (VPT) has become a promising solution for Parameter-Efficient Fine-Tuning (PEFT) approach for Vision Transformer (ViT) models by partially fine-tuning learnable tokens while keeping most model parame…

Metric Learningparameter-efficient fine-tuningVisual Prompt Tuning

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

Adaptive Prompt: Unlocking the Power of Visual Prompt Tuning

2025-01-31 · Minh Le, Anh Nguyen, Huy Nguyen, Chau Nguyen 외

Visual Prompt Tuning (VPT) has recently emerged as a powerful method for adapting pre-trained vision models to downstream tasks. By introducing learnable prompt tokens as task-specific instructions, VPT effectively guide…

Mixture-of-ExpertsVisual Prompt Tuning

Multitask Vision-Language Prompt Tuning

2022-11-21 · Sheng Shen, Shijia Yang, Tianjun Zhang, Bohan Zhai 외

Prompt Tuning, conditioning on task-specific learned prompt vectors, has emerged as a data-efficient and parameter-efficient method for adapting large pretrained vision-language models to multiple downstream tasks. Howev…

Visual Prompt Tuning

Prompt Backdoors in Visual Prompt Learning

2023-10-11 · Hai Huang, Zhengyu Zhao, Michael Backes, Yun Shen 외

Fine-tuning large pre-trained computer vision models is infeasible for resource-limited users. Visual prompt learning (VPL) has thus emerged to provide an efficient and flexible alternative to model fine-tuning through V…

Backdoor AttackPrompt Learning