Correlation-Guided Query-Dependency Calibration for Video Temporal Grounding
WonJun Moon, Sangeek Hyun, SuBeen Lee, Jae-Pil Heo
TL;DR
This work tackles video temporal grounding by calibrating the degree of cross-modal interaction between text queries and video clips. It introduces CG-DETR, which uses adaptive cross-attention with dummy tokens to control text engagement, a clip-word correlation learner to infer fine-grained clip-word relations, and a moment-adaptive saliency detector to integrate context with calibrated interactions. The approach yields state-of-the-art results across multiple moment retrieval and highlight detection benchmarks, with comprehensive ablations validating each component and demonstrating robustness to pretraining. Overall, CG-DETR provides a principled framework for coarse-to-fine cross-modal understanding in video grounding, with potential implications for more interpretable and efficient multimodal transformers.
Abstract
Temporal Grounding is to identify specific moments or highlights from a video corresponding to textual descriptions. Typical approaches in temporal grounding treat all video clips equally during the encoding process regardless of their semantic relevance with the text query. Therefore, we propose Correlation-Guided DEtection TRansformer (CG-DETR), exploring to provide clues for query-associated video clips within the cross-modal attention. First, we design an adaptive cross-attention with dummy tokens. Dummy tokens conditioned by text query take portions of the attention weights, preventing irrelevant video clips from being represented by the text query. Yet, not all words equally inherit the text query's correlation to video clips. Thus, we further guide the cross-attention map by inferring the fine-grained correlation between video clips and words. We enable this by learning a joint embedding space for high-level concepts, i.e., moment and sentence level, and inferring the clip-word correlation. Lastly, we exploit the moment-specific characteristics and combine them with the context of each video to form a moment-adaptive saliency detector. By exploiting the degrees of text engagement in each video clip, it precisely measures the highlightness of each clip. CG-DETR achieves state-of-the-art results on various benchmarks for temporal grounding. Codes are available at https://github.com/wjun0830/CGDETR.
