English

Twin Networks: Matching the Future for Sequence Generation

Machine Learning 2018-02-27 v3 Machine Learning

Abstract

We propose a simple technique for encouraging generative RNNs to plan ahead. We train a "backward" recurrent network to generate a given sequence in reverse order, and we encourage states of the forward model to predict cotemporal states of the backward model. The backward network is used only during training, and plays no role during sampling or inference. We hypothesize that our approach eases modeling of long-term dependencies by implicitly forcing the forward states to hold information about the longer-term future (as contained in the backward states). We show empirically that our approach achieves 9% relative improvement for a speech recognition task, and achieves significant improvement on a COCO caption generation task.

Keywords

Cite

@article{arxiv.1708.06742,
  title  = {Twin Networks: Matching the Future for Sequence Generation},
  author = {Dmitriy Serdyuk and Nan Rosemary Ke and Alessandro Sordoni and Adam Trischler and Chris Pal and Yoshua Bengio},
  journal= {arXiv preprint arXiv:1708.06742},
  year   = {2018}
}

Comments

12 pages, 3 figures, published at ICLR 2018

R2 v1 2026-06-22T21:20:55.994Z