Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Correlation-Guided Query-Dependency Calibration for Video Temporal Grounding

About

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.

WonJun Moon, Sangeek Hyun, SuBeen Lee, Jae-Pil Heo• 2023

Related benchmarks

TaskDatasetResultRank
Moment RetrievalQVHighlights (test)
R@1 (IoU=0.5)65.43
188
Moment RetrievalCharades-STA (test)
R@0.558.44
186
Highlight DetectionQVHighlights (test)
HIT@166.21
161
Video Moment RetrievalTACOS (test)
Recall@1 (0.5 Threshold)39.61
79
Video Moment RetrievalCharades-STA (test)
Recall@1 (IoU=0.5)58.44
77
Temporal GroundingActivityNet Captions
Recall@1 (IoU=0.5)21.5
75
Video GroundingQVHighlights (test)
mAP (IoU=0.5)64.51
64
Moment RetrievalQVHighlights (val)
R@1 (IoU=0.5)67.4
61
Temporal Video GroundingCharades-STA
Rank-1 Recall (IoU=0.5)58.4
47
Highlight DetectionQVHighlights (val)
HIT@166.71
45
Showing 10 of 18 rows

Other info

Follow for update