English

Visual Prompt Tuning

Computer Vision and Pattern Recognition 2022-07-21 v2

Abstract

The current modus operandi in adapting pre-trained models involves updating all the backbone parameters, ie, full fine-tuning. This paper introduces Visual Prompt Tuning (VPT) as an efficient and effective alternative to full fine-tuning for large-scale Transformer models in vision. Taking inspiration from recent advances in efficiently tuning large language models, VPT introduces only a small amount (less than 1% of model parameters) of trainable parameters in the input space while keeping the model backbone frozen. Via extensive experiments on a wide variety of downstream recognition tasks, we show that VPT achieves significant performance gains compared to other parameter efficient tuning protocols. Most importantly, VPT even outperforms full fine-tuning in many cases across model capacities and training data scales, while reducing per-task storage cost.

Keywords

Cite

@article{arxiv.2203.12119,
  title  = {Visual Prompt Tuning},
  author = {Menglin Jia and Luming Tang and Bor-Chun Chen and Claire Cardie and Serge Belongie and Bharath Hariharan and Ser-Nam Lim},
  journal= {arXiv preprint arXiv:2203.12119},
  year   = {2022}
}

Comments

ECCV2022

R2 v1 2026-06-24T10:22:46.253Z