2018

Learning Longer-term Dependencies in RNNs with Auxiliary Losses

Trinh, Trieu H., Dai, Andrew M., Luong, Minh-Thang et al.

Understand

Despite recent advances in training recurrent neural networks (RNNs), capturing long-term dependencies in sequences remains a fundamental challenge.

  • Most approaches use backpropagation through time (BPTT), which is difficult to scale to very long sequences.
  • This paper proposes a simple method that improves the ability to capture long term dependencies in RNNs by adding an unsupervised auxiliary loss to the original objective.
  • This auxiliary loss forces RNNs to either reconstruct previous events or predict next events in a sequence, making truncated backpropagation feasible for long sequences and also improving full BPTT.

Reading the bibliography…