paper-with-me

홈 › Papers

Frozen CLIP Models are Efficient Video Learners

2022-08-06 · 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.

📄 PDF Abstract BibTeX arXiv:2208.03550

Code (2)

opengvlab/efficient-video-recognition 공식 구현 pytorch
chenhsing/svformer pytorch

Tasks

Action ClassificationDecoderVideo Recognition

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Rethinking CLIP-based Video Learners in Cross-Domain Open-Vocabulary Action Recognition

2024-03-03 · Kun-Yu Lin, Henghui Ding, Jiaming Zhou, Yu-Ming Tang 외

Building upon the impressive success of CLIP (Contrastive Language-Image Pretraining), recent pioneer works have proposed to adapt the powerful CLIP to video data, leading to efficient and effective video learners for op…

Action RecognitionOpen Vocabulary Action Recognition

Multimodal Abstractive Summarization of Instructional Videos with Vision-Language Models

2026-05-12 · Maham Nazir, Muhammad Aqeel, Richong Zhang, Francesco Setti arxiv

Multimodal video summarization requires visual features that align semantically with language generation. Traditional approaches rely on CNN features trained for object classification, which represent visual concepts as …

Video Summarization

MoCLIP-Lite: Efficient Video Recognition by Fusing CLIP with Motion Vectors

2025-09-21 · Binhua Huang, Ni Wang, Arjun Pakrashi, Soumyabrata Dev arxiv

Video action recognition is a fundamental task in computer vision, but state-of-the-art models are often computationally expensive and rely on extensive video pre-training. In parallel, large-scale vision-language models…

Action Recognition

Learning to Generalize without Bias for Open-Vocabulary Action Recognition

2025-02-27 · Yating Yu, Congqi Cao, Yifan Zhang, Yanning Zhang

Leveraging the effective visual-text alignment and static generalizability from CLIP, recent video learners adopt CLIP initialization with further regularization or recombination for generalization in open-vocabulary act…

Action RecognitionMeta-LearningOpen Vocabulary Action Recognition

Intrinsic Temporal Adaptation of CLIP for Partially Relevant Video Retrieval

2026-09-04 · Hyun Seok Seong, Woojin Jun, SuBeen Lee, Jae-Pil Heo arxiv

Partially Relevant Video Retrieval (PRVR) aims to retrieve untrimmed videos that contain moments relevant to a text query. Since the target moment occupies only a portion of the video, PRVR requires retrieval based on fi…

Partially Relevant Video Retrieval