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

Gating Revisited: Deep Multi-layer RNNs That Can Be Trained

About

We propose a new STAckable Recurrent cell (STAR) for recurrent neural networks (RNNs), which has fewer parameters than widely used LSTM and GRU while being more robust against vanishing or exploding gradients. Stacking recurrent units into deep architectures suffers from two major limitations: (i) many recurrent cells (e.g., LSTMs) are costly in terms of parameters and computation resources; and (ii) deep RNNs are prone to vanishing or exploding gradients during training. We investigate the training of multi-layer RNNs and examine the magnitude of the gradients as they propagate through the network in the "vertical" direction. We show that, depending on the structure of the basic recurrent unit, the gradients are systematically attenuated or amplified. Based on our analysis we design a new type of gated cell that better preserves gradient magnitude. We validate our design on a large number of sequence modelling tasks and demonstrate that the proposed STAR cell allows to build and train deeper recurrent architectures, ultimately leading to improved performance while being computationally more efficient.

Mehmet Ozgur Turkoglu, Stefano D'Aronco, Jan Dirk Wegner, Konrad Schindler• 2019

Related benchmarks

TaskDatasetResultRank
Pixel-by-pixel Image ClassificationPermuted Sequential MNIST (pMNIST) (test)
Accuracy95.4
79
Image Classificationpixel-by-pixel MNIST (test)
Accuracy99.4
28
Music ModelingJSB Chorales (test)
Loss8.09
11
Time series crop classificationTUM (test)
Accuracy87.7
9
Time series crop classificationBreizhCrops (test)
Accuracy69.6
8
Music ModelingPiano-Midi (test)
NLL7.4
5
Showing 6 of 6 rows

Other info

Code

Follow for update