paper-with-me

Papers

Improving Visual Prompt Tuning for Self-supervised Vision Transformers

2023-06-08 · Seungryong Yoo, Eunji Kim, Dahuin Jung, Jungbeom Lee, Sungroh Yoon

Visual Prompt Tuning (VPT) is an effective tuning method for adapting pretrained Vision Transformers (ViTs) to downstream tasks. It leverages extra learnable tokens, known as prompts, which steer the frozen pretrained ViTs. Although VPT has demonstrated its applicability with supervised vision transformers, it often underperforms with self-supervised ones. Through empirical observations, we deduce that the effectiveness of VPT hinges largely on the ViT blocks with which the prompt tokens interact. Specifically, VPT shows improved performance on image classification tasks for MAE and MoCo v3 when the prompt tokens are inserted into later blocks rather than the first block. These observations suggest that there exists an optimal location of blocks for the insertion of prompt tokens. Unfortunately, identifying the optimal blocks for prompts within each self-supervised ViT for diverse future scenarios is a costly process. To mitigate this problem, we propose a simple yet effective method that learns a gate for each ViT block to adjust its intervention into the prompt tokens. With our method, prompt tokens are selectively influenced by blocks that require steering for task adaptation. Our method outperforms VPT variants in FGVC and VTAB image classification and ADE20K semantic segmentation. The code is available at https://github.com/ryongithub/GatedPromptTuning.

📄 PDF Abstract BibTeX arXiv:2306.05067

Code (1)

ryongithub/gatedprompttuning 공식 구현 pytorch

Tasks

image-classificationImage ClassificationSemantic SegmentationVisual Prompt Tuning

Methods 이 논문이 사용한 방법론

InfoNCE 설명 없음
Batch Normalization 설명 없음
MoCo 설명 없음
MoCo v3 MoCo v3 aims to stabilize training of self-supervised ViTs. MoCo v3 is an incremental improvement of MoCo v1/2. Two crops are used for each image under random data…
MAE 설명 없음

Similar Papers 제목 키워드 기반

LSPT: Long-term Spatial Prompt Tuning for Visual Representation Learning

2024-02-27 · Shentong Mo, Yansen Wang, Xufang Luo, Dongsheng Li

Visual Prompt Tuning (VPT) techniques have gained prominence for their capacity to adapt pre-trained Vision Transformers (ViTs) to downstream visual tasks using specialized learnable tokens termed as prompts. Contemporar…

Representation LearningVisual Prompt Tuning

Learning Visual Prompts for Guiding the Attention of Vision Transformers

2024-06-05 · Razieh Rezaei, Masoud Jalili Sabet, Jindong Gu, Daniel Rueckert 외

Visual prompting infuses visual information into the input image to adapt models toward specific predictions and tasks. Recently, manually crafted markers such as red circles are shown to guide the model to attend to a t…

Visual Prompting

Fine-tuning Pre-trained Vision-Language Models in a Human-Annotation-Free Manner

2026-02-04 · Qian-Wei Wang, Guanghao Meng, Ren Cai, Yaguang Song 외 arxiv

Large-scale vision-language models (VLMs) such as CLIP exhibit strong zero-shot generalization, but adapting them to downstream tasks typically requires costly labeled data. Existing unsupervised self-training methods re…

parameter-efficient fine-tuningZero-shot GeneralizationContrastive Learning

VIPAMIN: Visual Prompt Initialization via Embedding Selection and Subspace Expansion

2025-10-18 · Jaekyun Park, Hye Won Chung arxiv

In the era of large-scale foundation models, fully fine-tuning pretrained networks for each downstream task is often prohibitively resource-intensive. Prompt tuning offers a lightweight alternative by introducing tunable…

Visual Prompt Tuning

Efficient Test-Time Prompt Tuning for Vision-Language Models

2024-08-11 · Yuhan Zhu, Guozhen Zhang, Chen Xu, Haocheng Shen 외

Vision-language models have showcased impressive zero-shot classification capabilities when equipped with suitable text prompts. Previous studies have shown the effectiveness of test-time prompt tuning; however, these me…

Contrastive LearningPrompt LearningSelf-Supervised Learningzero-shot-classification+1