Papers › Visual Prompt Tuning
Visual Prompt Tuning
Menglin Jia, Luming Tang, Bor-Chun Chen, Claire Cardie, Serge Belongie, Bharath Hariharan, Ser-Nam Lim
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.
In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.
For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2203.12119")
Code
Syntology Ran 17 of 27 code samples harvested from 5 repositories linked to this paper; 10 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 13 ran with no contract checked.
By repository: community (archive-listed): 26 samples from 5 repositories, 16 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.
Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.
Code Syntology ran Syntology
27 samples harvested; 17 ran; 1 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.
Licence: 15 of the 27 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.
Harvested from 5 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.
Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.
Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.
bc0e89d4bae92c5f · report
a6526ff13db3ed18 · report
3208de787e3ca751 · report
a1aa4bfcabd828f1 · report
c6bf5366cd01303c · report
05a71e461d5e0fe7 · report
5b0e9bae29a51df8 · report
4eb8553e435c726a · report
8d3ecda0f4496893 · report
22e33235319249df · report
641bf19387f9e143 · report
dce20c2c623e0f35 · report
0762b0fd2462f471 · report
b7edf42d365259f4 · report
993ae96666b00cb5 · report
609922bd93c75117 · report
5d05f06f1874a08e · report
c5e62920f023fc96 · report
0fe366661e030443 · report
b2323593bea9d7f5 · report
8ffa2914d7fefefa · report
a619548a5271517f · report
3c7693b669414501 · report
232688cf9e59bf54 · report
10e31764ca79cdcd · report
f38e7de3675b6095 · report
5f094438dfb16a0d · report
Tasks
Results from the paper archive 2025-07-28
| Task | Dataset | Model | Metric | Value | Rank at snapshot | Leaderboard | Report |
|---|---|---|---|---|---|---|---|
| Long-tail Learning | CIFAR-100-LT (ρ=10) | VPT | Error Rate | 10.4 | #3 of 31 | Archive leaderboard | report |
| Long-tail Learning | CIFAR-100-LT (ρ=100) | VPT | Error Rate | 19 | #4 of 66 | Archive leaderboard | report |
| Long-tail Learning | CIFAR-100-LT (ρ=50) | VPT | Error Rate | 15.2 | #3 of 25 | Archive leaderboard | report |
| Prompt Engineering | ImageNet-21k | VPT | Accuracy | 24.8 | #2 of 2 | Archive leaderboard | report |
| Visual Prompt Tuning | FGVC | VPT-Deep(ViT-B/16_MoCo_v3_pretrained_ImageNet-1K) | Mean Accuracy | 83.12 | #4 of 10 | Archive leaderboard | report |
| Visual Prompt Tuning | FGVC | VPT-Shallow (ViT-B/16_MoCo_v3_pretrained_ImageNet-1K) | Mean Accuracy | 79.26 | #6 of 10 | Archive leaderboard | report |
| Visual Prompt Tuning | FGVC | VPT-Deep (ViT-B/16_MAE_pretrained_ImageNet-1K) | Mean Accuracy | 72.02 | #9 of 10 | Archive leaderboard | report |
| Visual Prompt Tuning | FGVC | VPT-Shallow (ViT-B/16_MAE_pretrained_ImageNet-1K) | Mean Accuracy | 57.84 | #10 of 10 | Archive leaderboard | report |
| Visual Prompt Tuning | VTAB-1k(Natural<7>) | VPT-Deep(ViT-B/16_MoCo_v3_pretrained_ImageNet-1K) | Mean Accuracy | 70.27 | #4 of 10 | Archive leaderboard | report |
| Visual Prompt Tuning | VTAB-1k(Natural<7>) | VPT-Shallow(ViT-B/16_MoCo_v3_pretrained_ImageNet-1K) | Mean Accuracy | 67.34 | #5 of 10 | Archive leaderboard | report |
| Visual Prompt Tuning | VTAB-1k(Natural<7>) | VPT-Shallow(ViT-B/16_MAE_pretrained_ImageNet-1K) | Mean Accuracy | 39.96 | #9 of 10 | Archive leaderboard | report |
| Visual Prompt Tuning | VTAB-1k(Natural<7>) | VPT-Deep(ViT-B/16_MAE_pretrained_ImageNet-1K) | Mean Accuracy | 36.02 | #10 of 10 | Archive leaderboard | report |
| Visual Prompt Tuning | VTAB-1k(Specialized<4>) | VPT-Deep(ViT-B/16_MoCo_v3_pretrained_ImageNet-1K) | Mean Accuracy | 83.04 | #5 of 10 | Archive leaderboard | report |
| Visual Prompt Tuning | VTAB-1k(Specialized<4>) | VPT-Shallow(ViT-B/16_MoCo_v3_pretrained_ImageNet-1K) | Mean Accuracy | 82.26 | #6 of 10 | Archive leaderboard | report |
| Visual Prompt Tuning | VTAB-1k(Specialized<4>) | VPT-Shallow(ViT-B/16_MAE_pretrained_ImageNet-1K) | Mean Accuracy | 69.65 | #9 of 10 | Archive leaderboard | report |
| Visual Prompt Tuning | VTAB-1k(Specialized<4>) | VPT-Deep(ViT-B/16_MAE_pretrained_ImageNet-1K) | Mean Accuracy | 60.61 | #10 of 10 | Archive leaderboard | report |
| Visual Prompt Tuning | VTAB-1k(Structured<8>) | VPT-Deep(ViT-B/16_MoCo_v3_pretrained_ImageNet-1K) | Mean Accuracy | 42.38 | #6 of 10 | Archive leaderboard | report |
| Visual Prompt Tuning | VTAB-1k(Structured<8>) | VPT-Shallow(ViT-B/16_MoCo_v3_pretrained_ImageNet-1K) | Mean Accuracy | 37.55 | #7 of 10 | Archive leaderboard | report |
| Visual Prompt Tuning | VTAB-1k(Structured<8>) | VPT-Shallow(ViT-B/16_MAE_pretrained_ImageNet-1K) | Mean Accuracy | 27.50 | #9 of 10 | Archive leaderboard | report |
| Visual Prompt Tuning | VTAB-1k(Structured<8>) | VPT-Deep(ViT-B/16_MAE_pretrained_ImageNet-1K) | Mean Accuracy | 26.57 | #10 of 10 | Archive leaderboard | report |
Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.
Methods
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections