Papers › Frozen CLIP Models are Efficient Video Learners

Frozen CLIP Models are Efficient Video Learners

6 Aug 2022arXiv:2208.03550archive 2025-07-28

Ziyi Lin, Shijie Geng, Renrui Zhang, Peng Gao, Gerard de Melo, Xiaogang Wang, Jifeng Dai, Yu Qiao, Hongsheng Li

Video recognition has been dominated by the end-to-end learning paradigm -- first initializing a video recognition model with weights of a pretrained image model and then conducting end-to-end training on videos. This enables the video network to benefit from the pretrained image model. However, this requires substantial computation and memory resources for finetuning on videos and the alternative of directly using pretrained image features without finetuning the image backbone leads to subpar results. Fortunately, recent advances in Contrastive Vision-Language Pre-training (CLIP) pave the way for a new route for visual recognition tasks. Pretrained on large open-vocabulary image-text pair data, these models learn powerful visual representations with rich semantics. In this paper, we present Efficient Video Learning (EVL) -- an efficient framework for directly training high-quality video recognition models with frozen CLIP features. Specifically, we employ a lightweight Transformer decoder and learn a query token to dynamically collect frame-level spatial features from the CLIP image encoder. Furthermore, we adopt a local temporal module in each decoder layer to discover temporal clues from adjacent frames and their attention maps. We show that despite being efficient to train with a frozen backbone, our models learn high quality video representations on a variety of video recognition datasets. Code is available at https://github.com/OpenGVLab/efficient-video-recognition.

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

Code

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

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

opengvlab/efficient-video-recognition officialmentioned in papermentioned on GitHubpytorch report
chenhsing/svformer mentioned on GitHubpytorchNOASSERTION 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; 5 ran; 0 honoured the contract we drafted; 5 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.

5ran
5unverified

Licence: 10 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 OpenGVLab/efficient-video-recognition. “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.

Attention OpenGVLab/efficient-video-recognition/model.py official repository ran no licence file found · pointer only · 68359211beb5845f · report
PatchEmbed2D OpenGVLab/efficient-video-recognition/model.py official repository ran no licence file found · pointer only · 6dc8dfed11a95191 · report
TemporalCrossAttention OpenGVLab/efficient-video-recognition/model.py official repository ran fingerprinted no licence file found · pointer only · 939b58dc96e7688d · report
TransformerDecoderLayer OpenGVLab/efficient-video-recognition/model.py official repository ran no licence file found · pointer only · 672cd6b662676846 · report
TransformerEncoderLayer OpenGVLab/efficient-video-recognition/model.py official repository ran no licence file found · pointer only · 827c460499de0c70 · report
EVLDecoder OpenGVLab/efficient-video-recognition/model.py official repository unverified no licence file found · pointer only · ebbaaa44f01bf0b0 · report
EVLTransformer OpenGVLab/efficient-video-recognition/model.py official repository unverified no licence file found · pointer only · 5cfcbd5ab2e4afb2 · report
VisionTransformer2D OpenGVLab/efficient-video-recognition/model.py official repository unverified no licence file found · pointer only · da39da2dd6bd01ff · report
load_weights_clip OpenGVLab/efficient-video-recognition/model.py official repository unverified no licence file found · pointer only · ee488f9d9228c231 · report
model_to_fp16 OpenGVLab/efficient-video-recognition/model.py official repository unverified no licence file found · pointer only · 4a8075639cafecc1 · report

Tasks

Action ClassificationDecoderVideo Recognition

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Action Classification Kinetics-400 EVL (CLIP ViT-L/14@336px, frozen, 32 frames) Acc@1 87.7 #32 of 207 Archive leaderboard report
Action Classification Kinetics-400 EVL (CLIP ViT-L/14@336px, frozen, 32 frames) Acc@5 97.8 #32 of 207 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

Absolute Position EncodingsAdamAttentionBPECLIPDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

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