Learning Expressive Prompting With Residuals for Vision Transformers
Rajshekhar Das, Yonatan Dukler, Avinash Ravichandran, Ashwin, Swaminathan

TL;DR
EXPRES introduces residual learnable tokens for vision transformers, significantly improving prompt tuning efficiency and achieving state-of-the-art results across multiple vision tasks with less computational cost.
Contribution
The paper proposes a novel prompt learning method with residual tokens for vision transformers, enhancing adaptation efficiency and performance over existing prompt tuning approaches.
Findings
Achieves state-of-the-art prompt tuning on VTAB benchmark
Orders of magnitude more prompt efficient than existing baselines
Analytically demonstrates computational benefits over finetuning
Abstract
Prompt learning is an efficient approach to adapt transformers by inserting learnable set of parameters into the input and intermediate representations of a pre-trained model. In this work, we present Expressive Prompts with Residuals (EXPRES) which modifies the prompt learning paradigm specifically for effective adaptation of vision transformers (ViT). Out method constructs downstream representations via learnable ``output'' tokens, that are akin to the learned class tokens of the ViT. Further for better steering of the downstream representation processed by the frozen transformer, we introduce residual learnable tokens that are added to the output of various computations. We apply EXPRES for image classification, few shot learning, and semantic segmentation, and show our method is capable of achieving state of the art prompt tuning on 3/3 categories of the VTAB benchmark. In addition…
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
TopicsDomain Adaptation and Few-Shot Learning · Image Enhancement Techniques · Generative Adversarial Networks and Image Synthesis
