paper-with-me

홈 › Papers

Fine-tuned CLIP Models are Efficient Video Learners

2022-12-06 · CVPR 2023 1 · Hanoona Rasheed, Muhammad Uzair Khattak, Muhammad Maaz, Salman Khan, Fahad Shahbaz Khan

Large-scale multi-modal training with image-text pairs imparts strong generalization to CLIP model. Since training on a similar scale for videos is infeasible, recent approaches focus on the effective transfer of image-based CLIP to the video domain. In this pursuit, new parametric modules are added to learn temporal information and inter-frame relationships which require meticulous design efforts. Furthermore, when the resulting models are learned on videos, they tend to overfit on the given task distribution and lack in generalization aspect. This begs the following question: How to effectively transfer image-level CLIP representations to videos? In this work, we show that a simple Video Fine-tuned CLIP (ViFi-CLIP) baseline is generally sufficient to bridge the domain gap from images to videos. Our qualitative analysis illustrates that the frame-level processing from CLIP image-encoder followed by feature pooling and similarity matching with corresponding text embeddings helps in implicitly modeling the temporal cues within ViFi-CLIP. Such fine-tuning helps the model to focus on scene dynamics, moving objects and inter-object relationships. For low-data regimes where full fine-tuning is not viable, we propose a `bridge and prompt' approach that first uses fine-tuning to bridge the domain gap and then learns prompts on language and vision side to adapt CLIP representations. We extensively evaluate this simple yet strong baseline on zero-shot, base-to-novel generalization, few-shot and fully supervised settings across five video benchmarks. Our code is available at https://github.com/muzairkhattak/ViFi-CLIP.

📄 PDF Abstract BibTeX arXiv:2212.03640

Code (1)

muzairkhattak/vifi-clip 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

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

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

Frozen CLIP Models are Efficient Video Learners

2022-08-06 · Ziyi Lin, Shijie Geng, Renrui Zhang, Peng Gao 외

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 en…

Action ClassificationDecoderVideo Recognition

Deep Learning-Based Sign Language Recognition from Videos and Cross-Lingual Translation to Indian Vernaculars

2026-06-21 · Ramesh Nandipalli, Chandranath Adak arxiv

Sign language is a primary mode of communication for the global deaf and hard-of-hearing community, yet automated tools that recognize sign gestures from video and translate them into natural language text remain limited…

Sign Language RecognitionMachine Translation

Fully Fine-tuned CLIP Models are Efficient Few-Shot Learners

2024-07-04 · Mushui Liu, Bozheng Li, Yunlong Yu

Prompt tuning, which involves training a small set of parameters, effectively enhances the pre-trained Vision-Language Models (VLMs) to downstream tasks. However, they often come at the cost of flexibility and adaptabili…

Domain GeneralizationFew-Shot LearningKnowledge Distillation