paper-with-me

Papers

CVPT: Cross-Attention help Visual Prompt Tuning adapt visual task

2024-08-27 · Lingyun Huang, Jianxu Mao, Yaonan Wang, Junfei Yi, Ziming Tao

In recent years, the rapid expansion of model sizes has led to large-scale pre-trained models demonstrating remarkable capabilities. Consequently, there has been a trend towards increasing the scale of models. However, this trend introduces significant challenges, including substantial computational costs of training and transfer to downstream tasks. To address these issues, Parameter-Efficient Fine-Tuning (PEFT) methods have been introduced. These methods optimize large-scale pre-trained models for specific tasks by fine-tuning a select group of parameters. Among these PEFT methods, adapter-based and prompt-based methods are the primary techniques. Specifically, in the field of visual fine-tuning, adapters gain prominence over prompts because of the latter's relatively weaker performance and efficiency. Under the circumstances, we refine the widely-used Visual Prompt Tuning (VPT) method, proposing Cross Visual Prompt Tuning (CVPT). CVPT calculates cross-attention between the prompt tokens and the embedded tokens, which allows us to compute the semantic relationship between them and conduct the fine-tuning of models exactly to adapt visual tasks better. Furthermore, we introduce the weight-sharing mechanism to initialize the parameters of cross-attention, which avoids massive learnable parameters from cross-attention and enhances the representative capability of cross-attention. We conduct comprehensive testing across 25 datasets and the result indicates that CVPT significantly improves VPT's performance and efficiency in visual tasks. For example, on the VTAB-1K benchmark, CVPT outperforms VPT over 4% in average accuracy, rivaling the advanced adapter-based methods in performance and efficiency. Our experiments confirm that prompt-based methods can achieve exceptional results in visual fine-tuning.

📄 PDF Abstract BibTeX arXiv:2408.14961

Code (1)

xlgsyzp/cvpt 공식 구현 pytorch

Tasks

parameter-efficient fine-tuningVisual Prompt Tuning

Similar Papers 제목 키워드 기반

Compressed Video Prompt Tuning

2023-09-21 · NeurIPS 2023 11

Compressed videos offer a compelling alternative to raw videos, showing the possibility to significantly reduce the on-line computational and storage cost. However, current approaches to compressed video processing gener…

Risk-aware Selective Prompting for Hallucination Mitigation in Large Vision-Language Models

2026-05-27 · Yuang Huang, Yafeng Zhang, Yu Zilan arxiv

Prompt-based verification is widely used to mitigate hallucinations in large vision-language models (LVLMs), yet when it helps remains poorly understood. We systematically study verification prompting across two represen…

Visual Grounding

AttentionBender: Manipulating Cross-Attention in Video Diffusion Transformers as a Creative Probe

2026-04-22 · Adam Cole, Mick Grierson arxiv

We present AttentionBender, a tool that manipulates cross-attention in Video Diffusion Transformers to help artists probe the internal mechanics of black-box video generation. While generative outputs are increasingly re…

Video Generation

Selective Aggregation of Attention Maps Improves Diffusion-Based Visual Interpretation

2026-04-07 · Jungwon Park, Jungmin Ko, Dongnam Byun, Wonjong Rhee arxiv

Numerous studies on text-to-image (T2I) generative models have utilized cross-attention maps to boost application performance and interpret model behavior. However, the distinct characteristics of attention maps from dif…

Adaptive Prompt Tuning: Vision Guided Prompt Tuning with Cross-Attention for Fine-Grained Few-Shot Learning

2024-12-19 · Eric Brouwer, Jan Erik van Woerden, Gertjan Burghouts, Matias Valdenegro-Toro 외

Few-shot, fine-grained classification in computer vision poses significant challenges due to the need to differentiate subtle class distinctions with limited data. This paper presents a novel method that enhances the Con…

Few-Shot LearningVisual Prompt Tuning