Adversarial Inference for Multi-Sentence Video Description
Abstract
While significant progress has been made in the image captioning task, video description is still in its infancy due to the complex nature of video data. Among the main issues are the fluency and coherence of the generated descriptions, and their relevance to the video. Recently, reinforcement and adversarial learning based methods have been explored to improve the image captioning models; however, both types of methods suffer from a number of issues, e.g. poor readability and high redundancy for RL and stability issues for GANs. In this work, we instead propose to apply adversarial techniques during inference, designing a discriminator which encourages better multi-sentence video description. In addition, we find that a multi-discriminator "hybrid" design, where each discriminator targets one aspect of a description, leads to the best results. Specifically, we decouple the discriminator to evaluate on three criteria: 1) visual relevance to the video, 2) language diversity and fluency, and 3) coherence across sentences. Our approach results in more accurate, diverse, and coherent multi-sentence video descriptions, as shown by automatic as well as human evaluation on the popular ActivityNet Captions dataset.
Cite
Text
Park et al. "Adversarial Inference for Multi-Sentence Video Description." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2019.Markdown
[Park et al. "Adversarial Inference for Multi-Sentence Video Description." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2019.](https://mlanthology.org/cvprw/2019/park2019cvprw-adversarial/)BibTeX
@inproceedings{park2019cvprw-adversarial,
title = {{Adversarial Inference for Multi-Sentence Video Description}},
author = {Park, Jae Sung and Rohrbach, Marcus and Darrell, Trevor and Rohrbach, Anna},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
year = {2019},
url = {https://mlanthology.org/cvprw/2019/park2019cvprw-adversarial/}
}