paper-with-me

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 finetuning these models due to increasing model size continues to pose a problem. To address this challenge, prompt tuning has emerged as an alternative. However, existing works still face two problems when adapting pretrained image-text models to downstream video-text tasks: (1) The visual encoder could only encode frame-level features and failed to extract global-level general video information. (2) Equipping the visual and text encoder with separated prompts failed to mitigate the visual-text modality gap. To this end, we propose DGL, a cross-modal Dynamic prompt tuning method with Global-Local video attention. In contrast to previous prompt tuning methods, we employ the shared latent space to generate local-level text and frame prompts that encourage inter-modal interaction. Furthermore, we propose modeling video in a global-local attention mechanism to capture global video information from the perspective of prompt tuning. Extensive experiments reveal that when only 0.67% parameters are tuned, our cross-modal prompt tuning strategy DGL outperforms or is comparable to fully finetuning methods on MSR-VTT, VATEX, LSMDC, and ActivityNet datasets. Code will be available at https://github.com/knightyxp/DGL

📄 PDF Abstract BibTeX arXiv:2401.10588

Code (2)

knightyxp/dgl 공식 구현 pytorch
zhoujiahuan1991/cvpr2025-stop pytorch

Tasks

RetrievalVideo Retrieval

Methods 이 논문이 사용한 방법론

Global-Local Attention 설명 없음
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 제목 키워드 기반

GLoD: Composing Global Contexts and Local Details in Image Generation

2024-04-23 · Moyuru Yamada

Diffusion models have demonstrated their capability to synthesize high-quality and diverse images from textual prompts. However, simultaneous control over both global contexts (e.g., object layouts and interactions) and …

DenoisingImage GenerationObjectText to Image Generation+1

FedAPT: Federated Adversarial Prompt Tuning for Vision-Language Models

2025-09-03 · Kun Zhai, Siheng Chen, Xingjun Ma, Yu-Gang Jiang arxiv

Federated Prompt Tuning (FPT) is an efficient method for cross-client collaborative fine-tuning of large Vision-Language Models (VLMs). However, models tuned using FPT are vulnerable to adversarial attacks, leading to mi…

Adversarial RobustnessImage Classification

Enhancing Outlier Knowledge for Few-Shot Out-of-Distribution Detection with Extensible Local Prompts

2024-09-07 · Fanhu Zeng, Zhen Cheng, Fei Zhu, Xu-Yao Zhang

Out-of-Distribution (OOD) detection, aiming to distinguish outliers from known categories, has gained prominence in practical scenarios. Recently, the advent of vision-language models (VLM) has heightened interest in enh…

Out-of-Distribution DetectionOut of Distribution (OOD) Detection

Region Prompt Tuning: Fine-grained Scene Text Detection Utilizing Region Text Prompt

2024-09-20 · Xingtao Lin, Heqian Qiu, Lanxiao Wang, Ruihang Wang 외

Recent advancements in prompt tuning have successfully adapted large-scale models like Contrastive Language-Image Pre-trained (CLIP) for downstream tasks such as scene text detection. Typically, text prompt complements t…

Scene Text DetectionText Detection

HiPrompt: Tuning-free Higher-Resolution Generation with Hierarchical MLLM Prompts

2024-09-04 · Xinyu Liu, Yingqing He, Lanqing Guo, Xiang Li 외

The potential for higher-resolution image generation using pretrained diffusion models is immense, yet these models often struggle with issues of object repetition and structural artifacts especially when scaling to 4K r…

4kDenoisingImage GenerationTexture Synthesis