paper-with-me

Papers

ReVisionLLM: Recursive Vision-Language Model for Temporal Grounding in Hour-Long Videos

2024-11-22 · CVPR 2025 1 · Tanveer Hannan, Md Mohaiminul Islam, Jindong Gu, Thomas Seidl, Gedas Bertasius

Large language models (LLMs) excel at retrieving information from lengthy text, but their vision-language counterparts (VLMs) face difficulties with hour-long videos, especially for temporal grounding. Specifically, these VLMs are constrained by frame limitations, often losing essential temporal details needed for accurate event localization in extended video content. We propose ReVisionLLM, a recursive vision-language model designed to locate events in hour-long videos. Inspired by human search strategies, our model initially targets broad segments of interest, progressively revising its focus to pinpoint exact temporal boundaries. Our model can seamlessly handle videos of vastly different lengths, from minutes to hours. We also introduce a hierarchical training strategy that starts with short clips to capture distinct events and progressively extends to longer videos. To our knowledge, ReVisionLLM is the first VLM capable of temporal grounding in hour-long videos, outperforming previous state-of-the-art methods across multiple datasets by a significant margin (+2.6% R1@0.1 on MAD). The code is available at https://github.com/Tanveer81/ReVisionLLM.

📄 PDF Abstract BibTeX arXiv:2411.14901

Code (1)

tanveer81/revisionllm 공식 구현 pytorch

Tasks

Language-Based Temporal LocalizationLanguage ModelingLanguage ModellingNatural Language Moment Retrieval

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Recursive Visual Imagination and Adaptive Linguistic Grounding for Vision Language Navigation

2025-07-29 · Bolei Chen, Jiaxu Kang, Yifei Wang, Ping Zhong 외 arxiv

Vision Language Navigation (VLN) typically requires agents to navigate to specified objects or remote regions in unknown scenes by obeying linguistic commands. Such tasks require organizing historical visual observations…

Learning to Compose and Reason with Language Tree Structures for Visual Grounding

2019-06-05 · Richang Hong, Daqing Liu, Xiaoyu Mo, Xiangnan He 외

Grounding natural language in images, such as localizing "the black dog on the left of the tree", is one of the core problems in artificial intelligence, as it needs to comprehend the fine-grained and compositional langu…

Visual GroundingVisual Reasoning

On the Foundations of Grounding in Answer Set Programming

2021-08-10 · Roland Kaminski, Torsten Schaub

We provide a comprehensive elaboration of the theoretical foundations of variable instantiation, or grounding, in Answer Set Programming (ASP). Building on the semantics of ASP's modeling language, we introduce a formal …

Grounding Recursive Aggregates: Preliminary Report

2016-03-12 · Martin Gebser, Roland Kaminski, Torsten Schaub

Problem solving in Answer Set Programming consists of two steps, a first grounding phase, systematically replacing all variables by terms, and a second solving phase computing the stable models of the obtained ground pro…

Bridging Vision Language Models and Symbolic Grounding for Video Question Answering

2025-09-15 · Haodi Ma, Vyom Pathak, Daisy Zhe Wang arxiv

Video Question Answering (VQA) requires models to reason over spatial, temporal, and causal cues in videos. Recent vision language models (VLMs) achieve strong results but often rely on shallow correlations, leading to w…

Video Question AnsweringVisual Localization