English

Review Networks for Caption Generation

Machine Learning 2016-10-28 v4 Computation and Language Computer Vision and Pattern Recognition

Abstract

We propose a novel extension of the encoder-decoder framework, called a review network. The review network is generic and can enhance any existing encoder- decoder model: in this paper, we consider RNN decoders with both CNN and RNN encoders. The review network performs a number of review steps with attention mechanism on the encoder hidden states, and outputs a thought vector after each review step; the thought vectors are used as the input of the attention mechanism in the decoder. We show that conventional encoder-decoders are a special case of our framework. Empirically, we show that our framework improves over state-of- the-art encoder-decoder systems on the tasks of image captioning and source code captioning.

Keywords

Cite

@article{arxiv.1605.07912,
  title  = {Review Networks for Caption Generation},
  author = {Zhilin Yang and Ye Yuan and Yuexin Wu and Ruslan Salakhutdinov and William W. Cohen},
  journal= {arXiv preprint arXiv:1605.07912},
  year   = {2016}
}

Comments

NIPS 2016

R2 v1 2026-06-22T14:09:21.951Z