TL;DR
Recurrent Highway Networks extend LSTM architectures to allow deeper transition functions, improving language modeling performance and training efficiency on various datasets.
Contribution
The paper introduces Recurrent Highway Networks, a novel architecture that enables deeper step-to-step transitions in RNNs, supported by a new theoretical analysis.
Findings
Improved perplexity on Penn Treebank from 90.6 to 65.4.
Achieved state-of-the-art results on text8 and enwik8 datasets.
Demonstrated efficient training with increased transition depth.
Abstract
Many sequential processing tasks require complex nonlinear transition functions from one step to the next. However, recurrent neural networks with 'deep' transition functions remain difficult to train, even when using Long Short-Term Memory (LSTM) networks. We introduce a novel theoretical analysis of recurrent networks based on Gersgorin's circle theorem that illuminates several modeling and optimization issues and improves our understanding of the LSTM cell. Based on this analysis we propose Recurrent Highway Networks, which extend the LSTM architecture to allow step-to-step transition depths larger than one. Several language modeling experiments demonstrate that the proposed architecture results in powerful and efficient models. On the Penn Treebank corpus, solely increasing the transition depth from 1 to 10 improves word-level perplexity from 90.6 to 65.4 using the same number of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
