Papers › Towards a Unified View on Visual Parameter-Efficient Transfer Learning

Towards a Unified View on Visual Parameter-Efficient Transfer Learning

3 Oct 2022arXiv:2210.00788archive 2025-07-28

Bruce X. B. Yu, Jianlong Chang, Lingbo Liu, Qi Tian, Chang Wen Chen

Parameter efficient transfer learning (PETL) aims at making good use of the representation knowledge in the pre-trained large models by fine-tuning a small number of parameters. Recently, taking inspiration from the natural language processing (NLP) domain, popular PETL techniques such as prompt-tuning and Adapter have also been successfully applied to the vision domain. However, prefix-tuning remains under-explored for vision tasks. In this work, we intend to adapt large vision models (LVMs) to downstream tasks with a good parameter-accuracy trade-off. Towards this goal, we propose a framework with a unified view of PETL called visual-PETL (V-PETL) to investigate the effects of different PETL techniques, data scales of downstream domains, positions of trainable parameters, and other aspects affecting the trade-off. Specifically, we analyze the positional importance of trainable parameters and differences between NLP and vision tasks in terms of data structures and pre-training mechanisms while implementing various PETL techniques, especially for the under-explored prefix-tuning technique. Based on a comprehensive understanding of the differences between NLP and vision data, we propose a new variation of the prefix-tuning module called parallel attention (PATT) for vision downstream tasks. An extensive empirical analysis on vision tasks via different frozen LVMs has been carried and the findings show that the proposed PATT can effectively contribute to other PETL techniques. An effective scheme Swin-BAPAT derived from the proposed V-PETL framework achieves significantly better performance than the state-of-the-art AdaptFormer-Swin with slightly more parameters and outperforms full-tuning with far fewer parameters. Code and data are available at: https://github.com/bruceyo/V-PETL.

PaperPDFCodeCode Syntology ran

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="2210.00788")

Code

Syntology Ran 9 of 13 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 7 ran with no contract checked.

By repository: official repository: 13 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

bruceyo/V-PETL officialmentioned in papermentioned on GitHubpytorchMIT report

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

13 samples harvested; 9 ran; 0 honoured the contract we drafted; 4 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.

1ran · our draft was wrong
1ran · fixture could not drive it
7ran
4unverified

Licence: 0 of the 13 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 bruceyo/V-PETL. “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.

build_dataset bruceyo/V-PETL/util/datasets.py official repository ran MIT (permissive) · 27f8c4c706fd43ec · report
build_transform bruceyo/V-PETL/util/datasets.py official repository ran MIT (permissive) · 800cebf161a8aa26 · report
crop_boxes bruceyo/V-PETL/datasets/video_transforms.py official repository ran fingerprinted MIT (permissive) · 157585dc6ae8a498 · report
crop_clip bruceyo/V-PETL/datasets/functional.py official repository ran MIT (permissive) · bc39b8ed5fefa7eb · report
get_resize_sizes bruceyo/V-PETL/datasets/functional.py official repository ran MIT (permissive) · 2b53e457d5632b4e · report
random_short_side_scale_jitter bruceyo/V-PETL/datasets/video_transforms.py official repository ran MIT (permissive) · 8b52c4f275af3fc5 · report
resize_clip bruceyo/V-PETL/datasets/functional.py official repository ran MIT (permissive) · 981936c73d3cdd12 · report
window_partition bruceyo/V-PETL/models/video_swin_transformer_patt.py official repository ran · fixture could not drive it MIT (permissive) · c33b3de22ecbd051 · report
window_reverse bruceyo/V-PETL/models/video_swin_transformer_patt.py official repository ran · our draft was wrong MIT (permissive) · ce51a79a418f8860 · report
convert_img bruceyo/V-PETL/datasets/volume_transforms.py official repository unverified MIT (permissive) · d0baef849d9ee588 · report
create_logger bruceyo/V-PETL/models/logger.py official repository unverified MIT (permissive) · 80450600f7f09b0a · report
random_crop bruceyo/V-PETL/datasets/video_transforms.py official repository unverified MIT (permissive) · 967f6f1f3e4b6d6d · report
tensor_normalize bruceyo/V-PETL/datasets/kinetics.py official repository unverified MIT (permissive) · 14b3b13b2e7ee844 · report

Tasks

Action RecognitionImage ClassificationTransfer LearningVideo Recognition

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Adapter

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