iVPT: Improving Task-relevant Information Sharing in Visual Prompt Tuning by Cross-layer Dynamic Connection
Nan Zhou, Jiaxin Chen, Di Huang
TL;DR
This paper tackles the challenge of efficiently adapting vision transformers via visual prompt tuning by addressing the limited inter-layer sharing and vulnerability to input noise in existing prompts. It introduces iVPT, which combines cross-layer dynamic connection (CDC), dynamic aggregation (DA), and attentive reinforcement (AR) to enable task-relevant information sharing across prompt tokens and to reinforce salient image regions during attention. The approach is supported by theoretical insights and extensive experiments across 24 vision tasks, including VTAB-1k, FGVC, and ADE20k, showing state-of-the-art performance with minimal parameter overhead and strong generalizability across backbones and pre-training strategies. Overall, iVPT offers a flexible, robust, and scalable solution for prompting-based adaptation of vision transformers with practical impact for diverse vision tasks.
Abstract
Recent progress has shown great potential of visual prompt tuning (VPT) when adapting pre-trained vision transformers to various downstream tasks. However, most existing solutions independently optimize prompts at each layer, thereby neglecting the usage of task-relevant information encoded in prompt tokens across layers. Additionally, existing prompt structures are prone to interference from task-irrelevant noise in input images, which can do harm to the sharing of task-relevant information. In this paper, we propose a novel VPT approach, \textbf{iVPT}. It innovatively incorporates a cross-layer dynamic connection (CDC) for input prompt tokens from adjacent layers, enabling effective sharing of task-relevant information. Furthermore, we design a dynamic aggregation (DA) module that facilitates selective sharing of information between layers. The combination of CDC and DA enhances the flexibility of the attention process within the VPT framework. Building upon these foundations, iVPT introduces an attentive reinforcement (AR) mechanism, by automatically identifying salient image tokens, which are further enhanced by prompt tokens in an additive manner. Extensive experiments on 24 image classification and semantic segmentation benchmarks clearly demonstrate the advantage of the proposed iVPT, compared to the state-of-the-art counterparts.
