Improving Image Captioning with Conditional Generative Adversarial Nets

Abstract

In this paper, we propose a novel conditional-generativeadversarial-nets-based image captioning framework as an extension of traditional reinforcement-learning (RL)-based encoder-decoder architecture. To deal with the inconsistent evaluation problem among different objective language metrics, we are motivated to design some “discriminator” networks to automatically and progressively determine whether generated caption is human described or machine generated. Two kinds of discriminator architectures (CNN and RNNbased structures) are introduced since each has its own advantages. The proposed algorithm is generic so that it can enhance any existing RL-based image captioning framework and we show that the conventional RL training method is just a special case of our approach. Empirically, we show consistent improvements over all language evaluation metrics for different state-of-the-art image captioning models. In addition, the well-trained discriminators can also be viewed as objective image captioning evaluators.

Cite

Text

Chen et al. "Improving Image Captioning with Conditional Generative Adversarial Nets." AAAI Conference on Artificial Intelligence, 2019. doi:10.1609/AAAI.V33I01.33018142

Markdown

[Chen et al. "Improving Image Captioning with Conditional Generative Adversarial Nets." AAAI Conference on Artificial Intelligence, 2019.](https://mlanthology.org/aaai/2019/chen2019aaai-improving-a/) doi:10.1609/AAAI.V33I01.33018142

BibTeX

@inproceedings{chen2019aaai-improving-a,
  title     = {{Improving Image Captioning with Conditional Generative Adversarial Nets}},
  author    = {Chen, Chen and Mu, Shuai and Xiao, Wanpeng and Ye, Zexiong and Wu, Liesi and Ju, Qi},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2019},
  pages     = {8142-8150},
  doi       = {10.1609/AAAI.V33I01.33018142},
  url       = {https://mlanthology.org/aaai/2019/chen2019aaai-improving-a/}
}