paper-with-me

Papers

Localizing Moments in Long Video Via Multimodal Guidance

2023-02-26 · ICCV 2023 1 · Wayner Barrios, Mattia Soldan, Alberto Mario Ceballos-Arroyo, Fabian Caba Heilbron, Bernard Ghanem

The recent introduction of the large-scale, long-form MAD and Ego4D datasets has enabled researchers to investigate the performance of current state-of-the-art methods for video grounding in the long-form setup, with interesting findings: current grounding methods alone fail at tackling this challenging task and setup due to their inability to process long video sequences. In this paper, we propose a method for improving the performance of natural language grounding in long videos by identifying and pruning out non-describable windows. We design a guided grounding framework consisting of a Guidance Model and a base grounding model. The Guidance Model emphasizes describable windows, while the base grounding model analyzes short temporal windows to determine which segments accurately match a given language query. We offer two designs for the Guidance Model: Query-Agnostic and Query-Dependent, which balance efficiency and accuracy. Experiments demonstrate that our proposed method outperforms state-of-the-art models by 4.1% in MAD and 4.52% in Ego4D (NLQ), respectively. Code, data and MAD's audio features necessary to reproduce our experiments are available at: https://github.com/waybarrios/guidance-based-video-grounding.

📄 PDF Abstract BibTeX arXiv:2302.13372

Code (1)

waybarrios/guidance-based-video-grounding 공식 구현 pytorch

Tasks

Natural Language Moment RetrievalNatural Language Visual GroundingVideo GroundingVideo Understanding

Methods 이 논문이 사용한 방법론

BASE 설명 없음
Pruning 설명 없음
fail 설명 없음

Similar Papers 제목 키워드 기반

Localizing Moments in Video with Temporal Language

2018-09-05 · EMNLP 2018 10 · Lisa Anne Hendricks, Oliver Wang, Eli Shechtman, Josef Sivic 외

Localizing moments in a longer video via natural language queries is a new, challenging task at the intersection of language and video understanding. Though moment localization with natural language is similar to other l…

Natural Language QueriesRetrievalVideo Understanding

QSVideo: Query-Conditioned Semantic Temporal Retrieval for Video Understanding

2026-07-06 · Wei Ao, Lan Wang, Vishnu Naresh Boddeti arxiv

The performance of vision-language models (VLMs) in video understanding declines with increasing video duration, as video moments unrelated to the query confuse their language components. Multimodal retrieval has emerged…

Video Retrieval

Localizing Moments in Video with Natural Language

2017-08-04 · ICCV 2017 10 · Lisa Anne Hendricks, Oliver Wang, Eli Shechtman, Josef Sivic 외

We consider retrieving a specific temporal segment, or moment, from a video given a natural language text description. Methods designed to retrieve whole video clips with natural language determine what occurs in a video…

Natural Language Queries

Training-free Uncertainty Guidance for Complex Visual Tasks with MLLMs

2025-10-01 · Sanghwan Kim, Rui Xiao, Stephan Alaniz, Yongqin Xian 외 arxiv

Multimodal Large Language Models (MLLMs) often struggle with fine-grained perception, such as identifying small objects in high-resolution images or detecting key moments in long videos. Existing methods typically rely o…

Localizing Events in Videos with Multimodal Queries

2024-06-14 · CVPR 2025 1 · Gengyuan Zhang, Mang Ling Ada Fok, Jialu Ma, Yan Xia 외

Localizing events in videos based on semantic queries is a pivotal task in video understanding, with the growing significance of user-oriented applications like video search. Yet, current research predominantly relies on…

Natural Language QueriesVideo Understanding