Enrich and Detect: Video Temporal Grounding with Multimodal LLMs
Shraman Pramanick, Effrosyni Mavroudi, Yale Song, Rama Chellappa, Lorenzo Torresani, Triantafyllos Afouras
TL;DR
This work tackles fine-grained video temporal grounding by marrying multimodal LLMs with a cascaded enrich-and-detect pipeline. The model first enriches user queries with missing contextual details derived from the video, then uses a lightweight interval decoder to predict precise temporal boundaries, conditioned on enriched representations. Training employs an MIL strategy to choose between the original and enriched queries, mitigating hallucinations and improving grounding reliability. Empirically, ED-VTG achieves state-of-the-art results across zero-shot STG and VPG benchmarks and remains competitive with specialist models in fine-tuned settings, highlighting the practicality and generalization of LLM-based grounding for complex video understanding.
Abstract
We introduce ED-VTG, a method for fine-grained video temporal grounding utilizing multi-modal large language models. Our approach harnesses the capabilities of multimodal LLMs to jointly process text and video, in order to effectively localize natural language queries in videos through a two-stage process. Rather than being directly grounded, language queries are initially transformed into enriched sentences that incorporate missing details and cues to aid in grounding. In the second stage, these enriched queries are grounded, using a lightweight decoder, which specializes at predicting accurate boundaries conditioned on contextualized representations of the enriched queries. To mitigate noise and reduce the impact of hallucinations, our model is trained with a multiple-instance-learning objective that dynamically selects the optimal version of the query for each training sample. We demonstrate state-of-the-art results across various benchmarks in temporal video grounding and paragraph grounding settings. Experiments reveal that our method significantly outperforms all previously proposed LLM-based temporal grounding approaches and is either superior or comparable to specialized models, while maintaining a clear advantage against them in zero-shot evaluation scenarios.
