VLG-Net: Video-Language Graph Matching Network for Video Grounding

19 Nov 2020  ยท  Mattia Soldan, Mengmeng Xu, Sisi Qu, Jesper Tegner, Bernard Ghanem ยท

Grounding language queries in videos aims at identifying the time interval (or moment) semantically relevant to a language query. The solution to this challenging task demands understanding videos' and queries' semantic content and the fine-grained reasoning about their multi-modal interactions. Our key idea is to recast this challenge into an algorithmic graph matching problem. Fueled by recent advances in Graph Neural Networks, we propose to leverage Graph Convolutional Networks to model video and textual information as well as their semantic alignment. To enable the mutual exchange of information across the modalities, we design a novel Video-Language Graph Matching Network (VLG-Net) to match video and query graphs. Core ingredients include representation graphs built atop video snippets and query tokens separately and used to model intra-modality relationships. A Graph Matching layer is adopted for cross-modal context modeling and multi-modal fusion. Finally, moment candidates are created using masked moment attention pooling by fusing the moment's enriched snippet features. We demonstrate superior performance over state-of-the-art grounding methods on three widely used datasets for temporal localization of moments in videos with language queries: ActivityNet-Captions, TACoS, and DiDeMo.

PDF Abstract
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Natural Language Moment Retrieval ActivityNet Captions VLG-Net R@1,IoU=0.5 46.32 # 5
R@1,IoU=0.7 29.82 # 3
R@5,IoU=0.5 77.15 # 5
R@5,IoU=0.7 63.33 # 1
Natural Language Moment Retrieval DiDeMo VLG-Net R@1,IoU=0.5 33.35 # 1
R@1,IoU=0.7 25.57 # 1
R@1,IoU=1.0 25.57 # 1
R@5,IoU=0.5 88.86 # 1
R@5,IoU=0.7 71.72 # 1
R@5,IoU=1.0 71.65 # 1
Natural Language Moment Retrieval TACoS VLG-Net R@1,IoU=0.3 45.46 # 6
R@1,IoU=0.5 34.19 # 7
R@5,IoU=0.1 81.80 # 1
R@5,IoU=0.5 56.56 # 1
R@5,IoU=0.3 70.38 # 1

Methods