paper-with-me

Papers

Towards Efficient Partially Relevant Video Retrieval with Active Moment Discovering

2025-04-15 · Peipei Song, Long Zhang, Long Lan, Weidong Chen, Dan Guo, Xun Yang, Meng Wang

Partially relevant video retrieval (PRVR) is a practical yet challenging task in text-to-video retrieval, where videos are untrimmed and contain much background content. The pursuit here is of both effective and efficient solutions to capture the partial correspondence between text queries and untrimmed videos. Existing PRVR methods, which typically focus on modeling multi-scale clip representations, however, suffer from content independence and information redundancy, impairing retrieval performance. To overcome these limitations, we propose a simple yet effective approach with active moment discovering (AMDNet). We are committed to discovering video moments that are semantically consistent with their queries. By using learnable span anchors to capture distinct moments and applying masked multi-moment attention to emphasize salient moments while suppressing redundant backgrounds, we achieve more compact and informative video representations. To further enhance moment modeling, we introduce a moment diversity loss to encourage different moments of distinct regions and a moment relevance loss to promote semantically query-relevant moments, which cooperate with a partially relevant retrieval loss for end-to-end optimization. Extensive experiments on two large-scale video datasets (\ie, TVR and ActivityNet Captions) demonstrate the superiority and efficiency of our AMDNet. In particular, AMDNet is about 15.5 times smaller (\#parameters) while 6.0 points higher (SumR) than the up-to-date method GMMFormer on TVR.

📄 PDF Abstract BibTeX arXiv:2504.10920

Code (1)

songpipi/amdnet 공식 구현 pytorch

Tasks

Partially Relevant Video RetrievalRetrievalText to Video RetrievalVideo Retrieval

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 설명 없음
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…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Partially Relevant Video Retrieval

2022-08-26 · Jianfeng Dong, Xianke Chen, Minsong Zhang, Xun Yang 외

Current methods for text-to-video retrieval (T2VR) are trained and tested on video-captioning oriented datasets such as MSVD, MSR-VTT and VATEX. A key property of these datasets is that videos are assumed to be temporall…

Moment RetrievalMultiple Instance LearningPartially Relevant Video RetrievalRetrieval+4

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

GMMFormer v2: An Uncertainty-aware Framework for Partially Relevant Video Retrieval

2024-05-22 · Yuting Wang, Jinpeng Wang, Bin Chen, Tao Dai 외

Given a text query, partially relevant video retrieval (PRVR) aims to retrieve untrimmed videos containing relevant moments. Due to the lack of moment annotations, the uncertainty lying in clip modeling and text-clip cor…

Partially Relevant Video RetrievalRetrievalVideo Retrieval

Vision-Language Models Learn Super Images for Efficient Partially Relevant Video Retrieval

2023-12-01 · Taichi Nishimura, Shota Nakada, Masayoshi Kondo

In this paper, we propose an efficient and high-performance method for partially relevant video retrieval, which aims to retrieve long videos that contain at least one moment relevant to the input text query. The challen…

Image RetrievalPartially Relevant Video RetrievalRetrievalVideo Retrieval

Event-aware Video Corpus Moment Retrieval

2024-02-21 · Danyang Hou, Liang Pang, HuaWei Shen, Xueqi Cheng

Video Corpus Moment Retrieval (VCMR) is a practical video retrieval task focused on identifying a specific moment within a vast corpus of untrimmed videos using the natural language query. Existing methods for VCMR typic…

Contrastive LearningMoment RetrievalPartially Relevant Video RetrievalRetrieval+2