CVCLFeb 26, 2020

Object Relational Graph with Teacher-Recommended Learning for Video Captioning

arXiv:2002.11566v1314 citations
AI Analysis

This work addresses video captioning for AI applications, offering incremental improvements in model design and training strategies.

The paper tackled the video captioning problem by proposing a system that improves visual representation and addresses long-tailed word training, achieving state-of-the-art performance on benchmarks like MSVD, MSR-VTT, and VATEX.

Taking full advantage of the information from both vision and language is critical for the video captioning task. Existing models lack adequate visual representation due to the neglect of interaction between object, and sufficient training for content-related words due to long-tailed problems. In this paper, we propose a complete video captioning system including both a novel model and an effective training strategy. Specifically, we propose an object relational graph (ORG) based encoder, which captures more detailed interaction features to enrich visual representation. Meanwhile, we design a teacher-recommended learning (TRL) method to make full use of the successful external language model (ELM) to integrate the abundant linguistic knowledge into the caption model. The ELM generates more semantically similar word proposals which extend the ground-truth words used for training to deal with the long-tailed problem. Experimental evaluations on three benchmarks: MSVD, MSR-VTT and VATEX show the proposed ORG-TRL system achieves state-of-the-art performance. Extensive ablation studies and visualizations illustrate the effectiveness of our system.

Foundations

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

Your Notes