CVAIFeb 1, 2021

Semantic Grouping Network for Video Captioning

arXiv:2102.00831v2161 citations
AI Analysis

This addresses the problem of generating accurate and non-repetitive captions for videos, which is important for applications like accessibility and video search, though it is an incremental advance over prior methods.

The paper tackles video captioning by proposing a Semantic Grouping Network (SGN) that groups video frames based on partially decoded captions to reduce redundancy, achieving state-of-the-art results with improvements of 2.1%p and 2.4%p in CIDEr-D scores on MSVD and MSR-VTT datasets.

This paper considers a video caption generating network referred to as Semantic Grouping Network (SGN) that attempts (1) to group video frames with discriminating word phrases of partially decoded caption and then (2) to decode those semantically aligned groups in predicting the next word. As consecutive frames are not likely to provide unique information, prior methods have focused on discarding or merging repetitive information based only on the input video. The SGN learns an algorithm to capture the most discriminating word phrases of the partially decoded caption and a mapping that associates each phrase to the relevant video frames - establishing this mapping allows semantically related frames to be clustered, which reduces redundancy. In contrast to the prior methods, the continuous feedback from decoded words enables the SGN to dynamically update the video representation that adapts to the partially decoded caption. Furthermore, a contrastive attention loss is proposed to facilitate accurate alignment between a word phrase and video frames without manual annotations. The SGN achieves state-of-the-art performances by outperforming runner-up methods by a margin of 2.1%p and 2.4%p in a CIDEr-D score on MSVD and MSR-VTT datasets, respectively. Extensive experiments demonstrate the effectiveness and interpretability of the SGN.

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