CVDec 11, 2023

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

arXiv:2312.06729v316 citationsh-index: 28Has CodeECCV
Originality Highly original
AI Analysis

This addresses a crucial challenge for applications like YouTube and AR/VR, where most real-life videos are lengthy, by improving moment detection in long videos.

The paper tackles the problem of locating specific moments in long videos (20-120 minutes) by proposing RGNet, a unified network that integrates clip retrieval and grounding, achieving state-of-the-art performance on LVTG datasets MAD and Ego4D.

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 yields poor performance. Since most real life videos, such as those on YouTube and AR/VR, are lengthy, addressing this issue is crucial. Existing methods typically operate in two stages: clip retrieval and grounding. However, this disjoint process limits the retrieval module's fine-grained event understanding, crucial for specific moment detection. We propose RGNet which deeply integrates clip retrieval and grounding into a single network capable of processing long videos into multiple granular levels, e.g., clips and frames. Its core component is a novel transformer encoder, RG-Encoder, that unifies the two stages through shared features and mutual optimization. The encoder incorporates a sparse attention mechanism and an attention loss to model both granularity jointly. Moreover, we introduce a contrastive clip sampling technique to mimic the long video paradigm closely during training. RGNet surpasses prior methods, showcasing state-of-the-art performance on long video temporal grounding (LVTG) datasets MAD and Ego4D.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes