paper-with-me

Papers

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

2020-11-19 · 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 BibTeX arXiv:2011.10132

Code (1)

Soldelli/VLG-Net pytorch

Tasks

Graph MatchingMoment RetrievalNatural Language Moment RetrievalTemporal LocalizationVideo Grounding

Methods 이 논문이 사용한 방법론

VLG-Net VLG-Net leverages recent advantages in Graph Neural Networks (GCNs) and leverages a novel multi-modality graph-based fusion method for the task of natural language video grounding.
Graph Convolutional Networks 설명 없음

Similar Papers 제목 키워드 기반

Dual-task Mutual Reinforcing Embedded Joint Video Paragraph Retrieval and Grounding

2024-11-26 · Mengzhao Wang, Huafeng Li, Yafei Zhang, Jinxing Li 외

Video Paragraph Grounding (VPG) aims to precisely locate the most appropriate moments within a video that are relevant to a given textual paragraph query. However, existing methods typically rely on large-scale annotated…

Contrastive LearningRetrieval

SynopGround: A Large-Scale Dataset for Multi-Paragraph Video Grounding from TV Dramas and Synopses

2024-08-03 · Chaolei Tan, Zihang Lin, Junfu Pu, Zhongang Qi 외

Video grounding is a fundamental problem in multimodal content understanding, aiming to localize specific natural language queries in an untrimmed video. However, current video grounding datasets merely focus on simple e…

Natural Language QueriesVideo Grounding

Parallel Attention Network with Sequence Matching for Video Grounding

2021-05-18 · Findings (ACL) 2021 8 · Hao Zhang, Aixin Sun, Wei Jing, Liangli Zhen 외

Given a video, video grounding aims to retrieve a temporal moment that semantically corresponds to a language query. In this work, we propose a Parallel Attention Network with Sequence matching (SeqPAN) to address the ch…

Representation LearningVideo Grounding

Negative Sample Matters: A Renaissance of Metric Learning for Temporal Grounding

2021-09-10 · Zhenzhi Wang, LiMin Wang, Tao Wu, TianHao Li 외

Temporal grounding aims to localize a video moment which is semantically aligned with a given natural language query. Existing methods typically apply a detection or regression pipeline on the fused representation with t…

Metric LearningRepresentation LearningTemporal Sentence GroundingVideo Grounding

Semi-Supervised Video Paragraph Grounding With Contrastive Encoder

2022-01-01 · CVPR 2022 1 · Xun Jiang, Xing Xu, Jingran Zhang, Fumin Shen 외

Video events grounding aims at retrieving the most relevant moments from an untrimmed video in terms of a given natural language query. Most previous works focus on Video Sentence Grounding (VSG), which localizes the…

SentenceVideo Grounding