paper-with-me

Papers

TDS-CLIP: Temporal Difference Side Network for Image-to-Video Transfer Learning

2024-08-20 · Bin Wang, Wenqian Wang

Recently, large-scale pre-trained vision-language models (e.g., CLIP), have garnered significant attention thanks to their powerful representative capabilities. This inspires researchers in transferring the knowledge from these large pre-trained models to other task-specific models, e.g., Video Action Recognition (VAR) models, via particularly leveraging side networks to enhance the efficiency of parameter-efficient fine-tuning (PEFT). However, current transferring approaches in VAR tend to directly transfer the frozen knowledge from large pre-trained models to action recognition networks with minimal cost, instead of exploiting the temporal modeling capabilities of the action recognition models themselves. Therefore, in this paper, we propose a memory-efficient Temporal Difference Side Network (TDS-CLIP) to balance knowledge transferring and temporal modeling, avoiding backpropagation in frozen parameter models. Specifically, we introduce a Temporal Difference Adapter (TD-Adapter), which can effectively capture local temporal differences in motion features to strengthen the model's global temporal modeling capabilities. Furthermore, we designed a Side Motion Enhancement Adapter (SME-Adapter) to guide the proposed side network in efficiently learning the rich motion information in videos, thereby improving the side network's ability to capture and learn motion information. Extensive experiments are conducted on three benchmark datasets, including Something-Something V1\&V2, and Kinetics-400. Experimental results demonstrate that our approach achieves competitive performance.

📄 PDF Abstract BibTeX arXiv:2408.10688

Code (1)

BBYL9413/TDS-CLIP 공식 구현 pytorch

Tasks

Action Recognitionparameter-efficient fine-tuningTemporal Action LocalizationTransfer Learning

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
Adapter 설명 없음

Similar Papers 제목 키워드 기반

CLIP2Video: Mastering Video-Text Retrieval via Image CLIP

2021-06-21 · Han Fang, Pengfei Xiong, Luhui Xu, Yu Chen

We present CLIP2Video network to transfer the image-language pre-training model to video-text retrieval in an end-to-end manner. Leading approaches in the domain of video-and-language learning try to distill the spatio-t…

Language ModelingLanguage ModellingRetrievalText Retrieval+3

Multi-Scale Temporal Difference Transformer for Video-Text Retrieval

2024-06-23 · Ni Wang, Dongliang Liao, Xing Xu

Currently, in the field of video-text retrieval, there are many transformer-based methods. Most of them usually stack frame features and regrade frames as tokens, then use transformers for video temporal modeling. Howeve…

RetrievalText RetrievalVideo-Text Retrieval

Exploring Temporal Granularity in Self-Supervised Video Representation Learning

2021-12-08 · Rui Qian, Yeqing Li, Liangzhe Yuan, Boqing Gong 외

This work presents a self-supervised learning framework named TeG to explore Temporal Granularity in learning video representations. In TeG, we sample a long clip from a video and a short clip that lies inside the long c…

Representation LearningSelf-Supervised Learning

Fine-tuned CLIP Models are Efficient Video Learners

2022-12-06 · CVPR 2023 1 · Hanoona Rasheed, Muhammad Uzair Khattak, Muhammad Maaz, Salman 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-b…

Progress-Aware Video Frame Captioning

2024-12-03 · CVPR 2025 1 · Zihui Xue, Joungbin An, Xitong Yang, Kristen Grauman

While image captioning provides isolated descriptions for individual images, and video captioning offers one single narrative for an entire video clip, our work explores an important middle ground: progress-aware video c…

Image CaptioningVideo CaptioningVideo Understanding