CVAug 14, 2021

Cross-Modal Graph with Meta Concepts for Video Captioning

arXiv:2108.06458v312 citations
Originality Incremental advance
AI Analysis

This work addresses video captioning for AI applications requiring scene understanding, representing an incremental improvement over attention-based methods.

The paper tackles video captioning by proposing Cross-Modal Graph with meta concepts to address limitations in existing methods that miss semantic concepts and predicate relationships, achieving state-of-the-art results on two public datasets.

Video captioning targets interpreting the complex visual contents as text descriptions, which requires the model to fully understand video scenes including objects and their interactions. Prevailing methods adopt off-the-shelf object detection networks to give object proposals and use the attention mechanism to model the relations between objects. They often miss some undefined semantic concepts of the pretrained model and fail to identify exact predicate relationships between objects. In this paper, we investigate an open research task of generating text descriptions for the given videos, and propose Cross-Modal Graph (CMG) with meta concepts for video captioning. Specifically, to cover the useful semantic concepts in video captions, we weakly learn the corresponding visual regions for text descriptions, where the associated visual regions and textual words are named cross-modal meta concepts. We further build meta concept graphs dynamically with the learned cross-modal meta concepts. We also construct holistic video-level and local frame-level video graphs with the predicted predicates to model video sequence structures. We validate the efficacy of our proposed techniques with extensive experiments and achieve state-of-the-art results on two public datasets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes