Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Interventional Video Grounding with Dual Contrastive Learning

About

Video grounding aims to localize a moment from an untrimmed video for a given textual query. Existing approaches focus more on the alignment of visual and language stimuli with various likelihood-based matching or regression strategies, i.e., P(Y|X). Consequently, these models may suffer from spurious correlations between the language and video features due to the selection bias of the dataset. 1) To uncover the causality behind the model and data, we first propose a novel paradigm from the perspective of the causal inference, i.e., interventional video grounding (IVG) that leverages backdoor adjustment to deconfound the selection bias based on structured causal model (SCM) and do-calculus P(Y|do(X)). Then, we present a simple yet effective method to approximate the unobserved confounder as it cannot be directly sampled from the dataset. 2) Meanwhile, we introduce a dual contrastive learning approach (DCL) to better align the text and video by maximizing the mutual information (MI) between query and video clips, and the MI between start/end frames of a target moment and the others within a video to learn more informative visual representations. Experiments on three standard benchmarks show the effectiveness of our approaches. Our code is available on GitHub: https://github.com/nanguoshun/IVG.

Guoshun Nan, Rui Qiao, Yao Xiao, Jun Liu, Sicong Leng, Hao Zhang, Wei Lu• 2021

Related benchmarks

TaskDatasetResultRank
Moment RetrievalCharades-STA (test)
R@0.550.24
172
Video Moment RetrievalCharades-STA (test)
Recall@1 (IoU=0.5)50.24
77
Video Moment RetrievalTACOS (test)
Recall@1 (0.5 Threshold)29.07
70
Temporal GroundingCharades-STA (test)
Recall@1 (IoU=0.5)50.2
68
Natural Language Video LocalizationCharades-STA (test)
R@1 (IoU=0.5)50.24
61
Temporal GroundingActivityNet Captions
Recall@1 (IoU=0.5)43.84
45
Video GroundingTACOS
Recall@1 (IoU=0.5)29.07
45
Video GroundingTACOS
IoU@0.529.07
19
Video Moment RetrievalActivityNet Captions
R1@0.5 Recall43.84
16
Video GroundingActivityNet Caption
IoU@0.543.84
14
Showing 10 of 12 rows

Other info

Code

Follow for update