Approximated Prompt Tuning for Vision-Language Pre-trained Models
Qiong Wu, Shubin Huang, Yiyi Zhou, Pingyang Dai, Annan Shu, Guannan, Jiang, Rongrong Ji

TL;DR
This paper introduces Approximated Prompt Tuning (APT), a novel method that significantly reduces computational costs in vision-language pre-trained models while maintaining or improving performance on various downstream tasks.
Contribution
The paper reveals that soft prompt tokens can be approximated via information diffusion steps, enabling a more efficient prompt tuning method for Transformer-based VLP models.
Findings
APT achieves +7.01% accuracy on METER
APT reduces computation overhead by 82.30% on METER
APT outperforms conventional prompt tuning methods
Abstract
Prompt tuning is a parameter-efficient way to deploy large-scale pre-trained models to downstream tasks by adding task-specific tokens. In terms of vision-language pre-trained (VLP) models, prompt tuning often requires a large number of learnable tokens to bridge the gap between the pre-training and downstream tasks, which greatly exacerbates the already high computational overhead. In this paper, we revisit the principle of prompt tuning for Transformer-based VLP models, and reveal that the impact of soft prompt tokens can be actually approximated via independent information diffusion steps, thereby avoiding the expensive global attention modeling and reducing the computational complexity to a large extent. Based on this finding, we propose a novel Approximated Prompt Tuning (APT) approach towards efficient VL transfer learning. To validate APT, we apply it to two representative VLP…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Domain Adaptation and Few-Shot Learning · COVID-19 diagnosis using AI
MethodsContrastive Language-Image Pre-training · Diffusion
