paper-with-me

Papers

Recurrent Highway Networks

2016-07-12 · ICML 2017 8 · Julian Georg Zilly, Rupesh Kumar Srivastava, Jan Koutník, Jürgen Schmidhuber

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.

📄 PDF Abstract BibTeX arXiv:1607.03474

Code (6)

julian121266/RecurrentHighwayNetworks 공식 구현 tf
davidsvaughn/dts-tf tf
jzilly/RecurrentHighwayNetworks tf
labmlai/annotated_deep_learning_paper_implementations pytorch
nanzhaogang/contrib/tree/master/application/recurrent-highway-network mindspore
vermaMachineLearning/Pytorch-JIT-Recurrent-Highway-Network pytorch

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Batch-normalized Recurrent Highway Networks

2018-09-26 · Chi Zhang, Thang Nguyen, Shagan Sah, Raymond Ptucha 외

Gradient control plays an important role in feed-forward networks applied to various computer vision tasks. Previous work has shown that Recurrent Highway Networks minimize the problem of vanishing or exploding gradients…

Image Captioning

Learning text representation using recurrent convolutional neural network with highway layers

2016-06-22 · Ying Wen, Wei-Nan Zhang, Rui Luo, Jun Wang

Recently, the rapid development of word embedding and neural networks has brought new inspiration to various NLP and IR tasks. In this paper, we describe a staged hybrid model combining Recurrent Convolutional Neural Net…

Sentiment Analysis

Neural Machine Translation with Recurrent Highway Networks

2019-04-28 · Maulik Parmar, V. Susheela Devi

Recurrent Neural Networks have lately gained a lot of popularity in language modelling tasks, especially in neural machine translation(NMT). Very recent NMT models are based on Encoder-Decoder, where a deep LSTM based en…

DecoderLanguage ModellingMachine TranslationNMT+2

Learning Multi-Level Information for Dialogue Response Selection by Highway Recurrent Transformer

2019-03-21 · Ting-Rui Chiang, Chao-Wei Huang, Shang-Yu Su, Yun-Nung Chen

With the increasing research interest in dialogue response generation, there is an emerging branch formulating this task as selecting next sentences, where given the partial dialogue contexts, the goal is to determine th…

Response GenerationSentence

Recurrent Highway Networks with Grouped Auxiliary Memory

2019-12-13 · IEEE Access 2019 12 · Wei Luo ; Feng Yu

Recurrent neural networks (RNNs) are challenging to train, let alone those with deep spatial structures. Architectures built upon highway connections such as Recurrent Highway Network (RHN) were developed to allow larger…

image-classificationImage ClassificationLanguage ModelingLanguage Modelling+2