English

Consensus-based Sequence Training for Video Captioning

Computer Vision and Pattern Recognition 2017-12-29 v1

Abstract

Captioning models are typically trained using the cross-entropy loss. However, their performance is evaluated on other metrics designed to better correlate with human assessments. Recently, it has been shown that reinforcement learning (RL) can directly optimize these metrics in tasks such as captioning. However, this is computationally costly and requires specifying a baseline reward at each step to make training converge. We propose a fast approach to optimize one's objective of interest through the REINFORCE algorithm. First we show that, by replacing model samples with ground-truth sentences, RL training can be seen as a form of weighted cross-entropy loss, giving a fast, RL-based pre-training algorithm. Second, we propose to use the consensus among ground-truth captions of the same video as the baseline reward. This can be computed very efficiently. We call the complete proposal Consensus-based Sequence Training (CST). Applied to the MSRVTT video captioning benchmark, our proposals train significantly faster than comparable methods and establish a new state-of-the-art on the task, improving the CIDEr score from 47.3 to 54.2.

Keywords

Cite

@article{arxiv.1712.09532,
  title  = {Consensus-based Sequence Training for Video Captioning},
  author = {Sang Phan and Gustav Eje Henter and Yusuke Miyao and Shin'ichi Satoh},
  journal= {arXiv preprint arXiv:1712.09532},
  year   = {2017}
}

Comments

11 pages, 4 figures, 5 tables. Github repo at https://github.com/mynlp/cst_captioning

R2 v1 2026-06-22T23:30:02.173Z