CVDec 12, 2019

Meaning guided video captioning

arXiv:1912.05730v16 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses video captioning for AI applications, but it is incremental as it builds on the S2VT model with added object detection and semantic learning.

The paper tackles the problem of missing objects in video captioning by proposing a model that incorporates detected objects and ensures semantic similarity to ground truth captions, achieving significantly better performance than the baseline on the MSDV dataset.

Current video captioning approaches often suffer from problems of missing objects in the video to be described, while generating captions semantically similar with ground truth sentences. In this paper, we propose a new approach to video captioning that can describe objects detected by object detection, and generate captions having similar meaning with correct captions. Our model relies on S2VT, a sequence-to-sequence model for video captioning. Given a sequence of video frames, the encoding RNN takes a frame as well as detected objects in the frame in order to incorporate the information of the objects in the scene. The following decoding RNN outputs are then fed into an attention layer and then to a decoder for generating captions. The caption is compared with the ground truth by learning metric so that vector representations of generated captions are semantically similar to those of ground truth. Experimental results with the MSDV dataset demonstrate that the performance of the proposed approach is much better than the model without the proposed meaning-guided framework, showing the effectiveness of the proposed model. Code are publicly available at https://github.com/captanlevi/Meaning-guided-video-captioning-.

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