HyperAIHyperAI

Command Palette

Search for a command to run...

5 months ago

Correlation-Guided Query-Dependency Calibration for Video Temporal Grounding

WonJun Moon; Sangeek Hyun; SuBeen Lee; Jae-Pil Heo

Correlation-Guided Query-Dependency Calibration for Video Temporal Grounding

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.

Code Repositories

wjun0830/qd-detr
pytorch
Mentioned in GitHub
wjun0830/cgdetr
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
highlight-detection-on-qvhighlightsCG-DETR (w/ PT)
Hit@1: 66.60
mAP: 40.71
highlight-detection-on-qvhighlightsCG-DETR
Hit@1: 66.21
mAP: 40.33
highlight-detection-on-tvsumCG-DETR
mAP: 86.8
highlight-detection-on-youtube-highlightsCG-DETR
mAP: 75.9
moment-retrieval-on-charades-staCG-DETR
R@1 IoU=0.5: 58.44
R@1 IoU=0.7: 36.34
moment-retrieval-on-qvhighlightsCG-DETR
R@1 IoU=0.5: 65.43
R@1 IoU=0.7: 48.38
mAP: 42.86
mAP@0.5: 64.51
mAP@0.75: 42.77
moment-retrieval-on-qvhighlightsCG-DETR (w/ PT)
R@1 IoU=0.5: 68.48
R@1 IoU=0.7: 53.11
mAP: 47.97
mAP@0.5: 69.40
mAP@0.75: 49.12
natural-language-moment-retrieval-on-tacosCG-DETR
R@1,IoU=0.3: 52.23
R@1,IoU=0.5: 39.61
R@1,IoU=0.7: 22.23
mIoU: 36.48

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Correlation-Guided Query-Dependency Calibration for Video Temporal Grounding | Papers | HyperAI