SOTAVerified

Hierarchical Multiscale Recurrent Neural Networks

2016-09-06Code Available0· sign in to hype

Junyoung Chung, Sungjin Ahn, Yoshua Bengio

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Learning both hierarchical and temporal representation has been among the long-standing challenges of recurrent neural networks. Multiscale recurrent neural networks have been considered as a promising approach to resolve this issue, yet there has been a lack of empirical evidence showing that this type of models can actually capture the temporal dependencies by discovering the latent hierarchical structure of the sequence. In this paper, we propose a novel multiscale approach, called the hierarchical multiscale recurrent neural networks, which can capture the latent hierarchical structure in the sequence by encoding the temporal dependencies with different timescales using a novel update mechanism. We show some evidence that our proposed multiscale architecture can discover underlying hierarchical structure in the sequences without using explicit boundary information. We evaluate our proposed model on character-level language modelling and handwriting sequence modelling.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
enwik8LN HM-LSTMBit per Character (BPC)1.32Unverified
Text8LayerNorm HM-LSTMBit per Character (BPC)1.29Unverified

Reproductions