Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Recurrent Highway Networks

About

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 parameters. On the larger Wikipedia datasets for character prediction (text8 and enwik8), RHNs outperform all previous results and achieve an entropy of 1.27 bits per character.

Julian Georg Zilly, Rupesh Kumar Srivastava, Jan Koutn\'ik, J\"urgen Schmidhuber• 2016

Related benchmarks

TaskDatasetResultRank
Language ModelingPTB (test)
Perplexity65.4
471
Language ModelingPenn Treebank (test)
Perplexity65.4
411
Character-level Language Modelingenwik8 (test)
BPC1.27
195
Language ModelingPenn Treebank (val)
Perplexity67.9
178
Character-level Language Modelingtext8 (test)
BPC1.27
128
Language ModelingPenn Treebank (PTB) (test)
Perplexity65.4
120
Language ModelingPTB (val)
Perplexity67.9
83
Pixel-by-pixel Image ClassificationPermuted Sequential MNIST (pMNIST) (test)
Accuracy89.5
79
Language ModelingPenn Treebank word-level (test)
Perplexity65.4
72
Language ModelingPenn Treebank (PTB) (val)
Perplexity67.9
70
Showing 10 of 16 rows

Other info

Code

Follow for update