Papers › ST-Adapter: Parameter-Efficient Image-to-Video Transfer Learning

ST-Adapter: Parameter-Efficient Image-to-Video Transfer Learning

27 Jun 2022arXiv:2206.13559archive 2025-07-28

Junting Pan, Ziyi Lin, Xiatian Zhu, Jing Shao, Hongsheng Li

Capitalizing on large pre-trained models for various downstream tasks of interest have recently emerged with promising performance. Due to the ever-growing model size, the standard full fine-tuning based task adaptation strategy becomes prohibitively costly in terms of model training and storage. This has led to a new research direction in parameter-efficient transfer learning. However, existing attempts typically focus on downstream tasks from the same modality (e.g., image understanding) of the pre-trained model. This creates a limit because in some specific modalities, (e.g., video understanding) such a strong pre-trained model with sufficient knowledge is less or not available. In this work, we investigate such a novel cross-modality transfer learning setting, namely parameter-efficient image-to-video transfer learning. To solve this problem, we propose a new Spatio-Temporal Adapter (ST-Adapter) for parameter-efficient fine-tuning per video task. With a built-in spatio-temporal reasoning capability in a compact design, ST-Adapter enables a pre-trained image model without temporal knowledge to reason about dynamic video content at a small (~8%) per-task parameter cost, requiring approximately 20 times fewer updated parameters compared to previous work. Extensive experiments on video action recognition tasks show that our ST-Adapter can match or even outperform the strong full fine-tuning strategy and state-of-the-art video models, whilst enjoying the advantage of parameter efficiency. The code and model are available at https://github.com/linziyi96/st-adapter

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

Code

Syntology Ran 4 of 10 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 4 ran with no contract checked.

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

linziyi96/st-adapter 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

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

4ran
6unverified

Licence: 0 of the 10 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 linziyi96/st-adapter. “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.

crop_boxes linziyi96/st-adapter/video_dataset/transform.py official repository ran fingerprinted MIT (permissive) · 157585dc6ae8a498 · report
shear_x linziyi96/st-adapter/video_dataset/rand_augment.py official repository ran MIT (permissive) · e866e1196986f728 · report
shear_y linziyi96/st-adapter/video_dataset/rand_augment.py official repository ran MIT (permissive) · 7b2503c99c9447fb · report
translate_x_rel linziyi96/st-adapter/video_dataset/rand_augment.py official repository ran MIT (permissive) · 323759f906fbb394 · report
convert_to_one_hot linziyi96/st-adapter/video_dataset/mixup.py official repository unverified MIT (permissive) · 547be2babaca4859 · report
load_model linziyi96/st-adapter/utils.py official repository unverified MIT (permissive) · 319881416fb3b9dc · report
mixup_target linziyi96/st-adapter/video_dataset/mixup.py official repository unverified MIT (permissive) · fd3e5fd51b6d7296 · report
rand_bbox linziyi96/st-adapter/video_dataset/mixup.py official repository unverified MIT (permissive) · 830c7d87b9bb8311 · report
random_crop linziyi96/st-adapter/video_dataset/transform.py official repository unverified MIT (permissive) · 64ce021674e30869 · report
random_short_side_scale_jitter linziyi96/st-adapter/video_dataset/transform.py official repository unverified MIT (permissive) · 472299265598d14e · report

Tasks

Action ClassificationAction RecognitionTemporal Action LocalizationTransfer LearningVideo Understandingparameter-efficient fine-tuning

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Action Classification Kinetics-400 ST-Adapter (ViT-L, CLIP) Acc@1 87.2 #37 of 207 Archive leaderboard report
Action Classification Kinetics-400 ST-Adapter (ViT-L, CLIP) Acc@5 97.6 #37 of 207 Archive leaderboard report
Action Recognition Something-Something V2 ST-Adapter (ViT-L, CLIP) GFLOPs 8248 #24 of 123 Archive leaderboard report
Action Recognition Something-Something V2 ST-Adapter (ViT-L, CLIP) Top-1 Accuracy 72.3 #24 of 123 Archive leaderboard report
Action Recognition Something-Something V2 ST-Adapter (ViT-L, CLIP) Top-5 Accuracy 93.9 #24 of 123 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

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