paper-with-me

홈 › Papers

Fine-grained Text-Video Retrieval with Frozen Image Encoders

2023-07-14 · Zuozhuo Dai, Fangtao Shao, Qingkun Su, Zilong Dong, Siyu Zhu

State-of-the-art text-video retrieval (TVR) methods typically utilize CLIP and cosine similarity for efficient retrieval. Meanwhile, cross attention methods, which employ a transformer decoder to compute attention between each text query and all frames in a video, offer a more comprehensive interaction between text and videos. However, these methods lack important fine-grained spatial information as they directly compute attention between text and video-level tokens. To address this issue, we propose CrossTVR, a two-stage text-video retrieval architecture. In the first stage, we leverage existing TVR methods with cosine similarity network for efficient text/video candidate selection. In the second stage, we propose a novel decoupled video text cross attention module to capture fine-grained multimodal information in spatial and temporal dimensions. Additionally, we employ the frozen CLIP model strategy in fine-grained retrieval, enabling scalability to larger pre-trained vision models like ViT-G, resulting in improved retrieval performance. Experiments on text video retrieval datasets demonstrate the effectiveness and scalability of our proposed CrossTVR compared to state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:2307.09972

Code (0)

등록된 구현이 없습니다.

Tasks

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

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

X-CLIP: End-to-End Multi-grained Contrastive Learning for Video-Text Retrieval

2022-07-15 · Yiwei Ma, Guohai Xu, Xiaoshuai Sun, Ming Yan 외

Video-text retrieval has been a crucial and fundamental task in multi-modal research. The development of video-text retrieval has been considerably promoted by large-scale multi-modal contrastive pre-training, which prim…

Contrastive LearningRetrievalText RetrievalVideo Retrieval+1

PIDRo: Parallel Isomeric Attention with Dynamic Routing for Text-Video Retrieval

2023-01-01 · ICCV 2023 1 · Peiyan Guan, Renjing Pei, Bin Shao, Jianzhuang Liu 외

Text-video retrieval is a fundamental task with high practical value in multi-modal research. Inspired by the great success of pre-trained image-text models with large-scale data, such as CLIP, many methods are propo…

Representation LearningRetrievalSentenceVideo Alignment+2

Video-Text Retrieval by Supervised Sparse Multi-Grained Learning

2023-02-19 · Yimu Wang, Peng Shi

While recent progress in video-text retrieval has been advanced by the exploration of better representation learning, in this paper, we present a novel multi-grained sparse learning framework, S3MA, to learn an aligned s…

Representation LearningRetrievalSparse LearningText Retrieval+2

Video-ColBERT: Contextualized Late Interaction for Text-to-Video Retrieval

2025-03-24 · CVPR 2025 1 · Arun Reddy, Alexander Martin, Eugene Yang, Andrew Yates 외

In this work, we tackle the problem of text-to-video retrieval (T2VR). Inspired by the success of late interaction techniques in text-document, text-image, and text-video retrieval, our approach, Video-ColBERT, introduce…

RetrievalText to Video RetrievalVideo Retrieval