Scheduled Sampling for Sequence Prediction with Recurrent Neural Networks. Bengio, S., Vinyals, O., Jaitly, N., & Shazeer, N. In Advances In Neural Information Processing Systems, NIPS, 2015.
Scheduled Sampling for Sequence Prediction with Recurrent Neural Networks [link]Paper  abstract   bibtex   
Recurrent Neural Networks can be trained to produce sequences of tokens given some input, as exemplified by recent results in machine translation and image captioning. The current approach to training them consists of maximizing the likelihood of each token in the sequence given the current (recurrent) state and the previous token. At inference, the unknown previous token is then replaced by a token generated by the model itself. This discrepancy between training and inference can yield errors that can accumulate quickly along the generated sequence. We propose a curriculum learning strategy to gently change the training process from a fully guided scheme using the true previous token, towards a less guided scheme which mostly uses the generated token instead. Experiments on several sequence prediction tasks show that this approach yields significant improvements. Moreover, it was used successfully in our winning entry to the MSCOCO image captioning challenge, 2015.
@inproceedings{bengio:2015:nips,
  author = {S. Bengio and O. Vinyals and N. Jaitly and N. Shazeer},
  title = {Scheduled Sampling for Sequence Prediction with Recurrent Neural Networks},
  booktitle = {Advances In Neural Information Processing Systems, {NIPS}},
  web = {http://arxiv.org/abs/1506.03099},
  year = 2015,
  url = {publications/ps/bengio_2015_nips.ps.gz},
  pdf = {publications/pdf/bengio_2015_nips.pdf},
  djvu = {publications/djvu/bengio_2015_nips.djvu},
  original = {2015/sequence_sampling/v3},
  abstract = {Recurrent Neural Networks can be trained to produce sequences of tokens given some input, as exemplified by recent results in machine translation and image captioning. The current approach to training them consists of maximizing the likelihood of each token in the sequence given the current (recurrent) state and the previous token. At inference, the unknown previous token is then replaced by a token generated by the model itself. This discrepancy between training and inference can yield errors that can accumulate quickly along the generated sequence.  We propose a curriculum learning strategy to gently change the training process from a fully guided scheme using the true previous token, towards a less guided scheme which mostly uses the generated token instead.  Experiments on several sequence prediction tasks show that this approach yields significant improvements. Moreover, it was used successfully in our winning entry to the MSCOCO image captioning challenge, 2015.},
  categorie = {C},
}

Downloads: 0