paper-with-me

홈 › Papers

Joint Searching and Grounding: Multi-Granularity Video Content Retrieval

2023-10-23 · Conference 2023 10 · Zhiguo Chen, Xun Jiang, Xing Xu, Zuo Cao, Yijun Mo, and Heng Tao Shen

Text-based video retrieval is a well-studied task aimed at retrieving relevant videos from a large collection in response to a given text query. Most existing TVR works assume that videos are already trimmed and fully relevant to the query thus ignoring that most videos in real-world scenarios are untrimmed and contain massive irrelevant video content. Moreover, as users' queries are only relevant to video events rather than complete videos, it is also more practical to provide specific video events rather than an untrimmed video list. In this paper, we introduce a challenging but more realistic task called Multi-Granularity Video Content Retrieval (MGVCR), which involves retrieving both video files and specific video content with their temporal locations. This task presents significant challenges since it requires identifying and ranking the partial relevance between long videos and text queries under the lack of temporal alignment supervision between the query and relevant moments. To this end, we propose a novel unified framework, termed, Joint Searching and Grounding (JSG). It consists of two branches: (1) a glance branch that coarsely aligns the query and moment proposals using inter-video contrastive learning, and (2) a gaze branch that finely aligns two modalities using both inter- and intra-video contrastive learning. Based on the glance-to-gaze design, our JSG method learns two separate joint embedding spaces for moments and text queries using a hybrid synergistic contrastive learning strategy. Extensive experiments on three public benchmarks, i.e., Charades-STA, DiDeMo, and ActivityNet-Captions demonstrate the superior performance of our JSG method on both video-level retrieval and event-level retrieval subtasks. Our open-source implementation code is available at https://github.com/CFM-MSG/Code_JSG.

📄 PDF Abstract BibTeX

Code (1)

cfm-msg/code_jsg 공식 구현 pytorch

Tasks

Contrastive LearningRetrievalVideo Retrieval

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Modularized Dynamic-Granularity Video LLM for Multi-Event Long Video Understanding

2026-07-17 · Wei Feng, Xin Wang, Yu-Wei Zhan, Yuwei Zhou 외 arxiv

Video Large Language Models (Video LLMs) have made significant advancements in various video understanding tasks. However, long-video scenarios remain challenging due to the tension between limited visual token budgets a…

Reinforcement Learning

RGNet: A Unified Clip Retrieval and Grounding Network for Long Videos

2023-12-11 · Tanveer Hannan, Md Mohaiminul Islam, Thomas Seidl, Gedas Bertasius

Locating specific moments within long videos (20-120 minutes) presents a significant challenge, akin to finding a needle in a haystack. Adapting existing short video (5-30 seconds) grounding methods to this problem yield…

Natural Language Moment RetrievalNatural Language QueriesRetrievalText Retrieval+1

DeCo: Decomposition and Reconstruction for Compositional Temporal Grounding via Coarse-To-Fine Contrastive Ranking

2023-01-01 · CVPR 2023 1 · Lijin Yang, Quan Kong, Hsuan-Kung Yang, Wadim Kehl 외

Understanding dense action in videos is a fundamental challenge towards the generalization of vision models. Several works show that compositionality is key to achieving generalization by combining known primitive el…

Boundary DetectionSentence

ChatVTG: Video Temporal Grounding via Chat with Video Dialogue Large Language Models

2024-10-01 · Mengxue Qu, Xiaodong Chen, Wu Liu, Alicia Li 외

Video Temporal Grounding (VTG) aims to ground specific segments within an untrimmed video corresponding to the given natural language query. Existing VTG methods largely depend on supervised learning and extensive annota…

Natural-Language Temporal Grounding in Hour-Long Videos is a Search Problem: A Benchmark and Empirical Decomposition

2026-06-10 · Sukmin Seo, Geewook Kim arxiv

Temporal grounding--returning the interval $[t_s, t_e]$ for a natural-language query over a video--is the language interface to long-form video, yet has been studied on short videos; the dynamics of hour-scale natural-la…