paper-with-me

홈 › Papers

VoP: Text-Video Co-operative Prompt Tuning for Cross-Modal Retrieval

2022-11-23 · CVPR 2023 1 · Siteng Huang, Biao Gong, Yulin Pan, Jianwen Jiang, Yiliang Lv, Yuyuan Li, Donglin Wang

Many recent studies leverage the pre-trained CLIP for text-video cross-modal retrieval by tuning the backbone with additional heavy modules, which not only brings huge computational burdens with much more parameters, but also leads to the knowledge forgetting from upstream models. In this work, we propose the VoP: Text-Video Co-operative Prompt Tuning for efficient tuning on the text-video retrieval task. The proposed VoP is an end-to-end framework with both video & text prompts introducing, which can be regarded as a powerful baseline with only 0.1% trainable parameters. Further, based on the spatio-temporal characteristics of videos, we develop three novel video prompt mechanisms to improve the performance with different scales of trainable parameters. The basic idea of the VoP enhancement is to model the frame position, frame context, and layer function with specific trainable prompts, respectively. Extensive experiments show that compared to full fine-tuning, the enhanced VoP achieves a 1.4% average R@1 gain across five text-video retrieval benchmarks with 6x less parameter overhead. The code will be available at https://github.com/bighuang624/VoP.

📄 PDF Abstract BibTeX arXiv:2211.12764

Code (1)

bighuang624/vop 공식 구현

Tasks

Cross-Modal RetrievalRetrievalVideo Retrieval

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 제목 키워드 기반

DGL: Dynamic Global-Local Prompt Tuning for Text-Video Retrieval

2024-01-19 · Xiangpeng Yang, Linchao Zhu, Xiaohan Wang, Yi Yang

Text-video retrieval is a critical multi-modal task to find the most relevant video for a text query. Although pretrained models like CLIP have demonstrated impressive potential in this area, the rising cost of fully fin…

RetrievalVideo Retrieval

Ego-VPA: Egocentric Video Understanding with Parameter-efficient Adaptation

2024-07-28 · Tz-Ying Wu, Kyle Min, Subarna Tripathi, Nuno Vasconcelos

Video understanding typically requires fine-tuning the large backbone when adapting to new domains. In this paper, we leverage the egocentric video foundation models (Ego-VFMs) based on video-language pre-training and pr…

Video Understanding

Prompt-Adapter Context Routing for Parameter-Efficient Multi-Shot Long Video Extrapolation

2026-07-07 · Anna Córdoba, Adam Puente Tercero, Nerea Angulo Hijo, Mar Linares Tercero 외 arxiv

We present PACR-Video, a parameter-efficient framework for multi-shot long video extrapolation that preserves recurring entities, scene structure, visual style, and causal progression without full generator fine-tuning. …

GA2-CLIP: Generic Attribute Anchor for Efficient Prompt Tuningin Video-Language Models

2025-11-27 · Bin Wang, Ruotong Hu, Wentong Li, Wenqian Wang 외 arxiv

Visual and textual soft prompt tuning can effectively improve the adaptability of Vision-Language Models (VLMs) in downstream tasks. However, fine-tuning on video tasks impairs the model's generalization ability to unsee…

Prompt-A-Video: Prompt Your Video Diffusion Model via Preference-Aligned LLM

2024-12-19 · Yatai Ji, Jiacheng Zhang, Jie Wu, Shilong Zhang 외

Text-to-video models have made remarkable advancements through optimization on high-quality text-video pairs, where the textual prompts play a pivotal role in determining quality of output videos. However, achieving the …

Video Generation