paper-with-me

Papers

Autoencoder-based Initialization for Recurrent Neural Networks with a Linear Memory

2019-09-25 · Antonio Carta, Alessandro Sperduti, Davide Bacciu

Orthogonal recurrent neural networks address the vanishing gradient problem by parameterizing the recurrent connections using an orthogonal matrix. This class of models is particularly effective to solve tasks that require the memorization of long sequences. We propose an alternative solution based on explicit memorization using linear autoencoders for sequences. We show how a recently proposed recurrent architecture, the Linear Memory Network, composed of a nonlinear feedforward layer and a separate linear recurrence, can be used to solve hard memorization tasks. We propose an initialization schema that sets the weights of a recurrent architecture to approximate a linear autoencoder of the input sequences, which can be found with a closed-form solution. The initialization schema can be easily adapted to any recurrent architecture. We argue that this approach is superior to a random orthogonal initialization due to the autoencoder, which allows the memorization of long sequences even before training. The empirical analysis show that our approach achieves competitive results against alternative orthogonal models, and the LSTM, on sequential MNIST, permuted MNIST and TIMIT.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

MemorizationPermuted-MNIST

Similar Papers 제목 키워드 기반

Short-Term Memory Optimization in Recurrent Neural Networks by Autoencoder-based Initialization

2020-11-05 · Antonio Carta, Alessandro Sperduti, Davide Bacciu

Training RNNs to learn long-term dependencies is difficult due to vanishing gradients. We explore an alternative solution based on explicit memorization using linear autoencoders for sequences, which allows to maximize t…

MemorizationPermuted-MNIST

Linear Memory Networks

2018-11-08 · Davide Bacciu, Antonio Carta, Alessandro Sperduti

Recurrent neural networks can learn complex transduction problems that require maintaining and actively exploiting a memory of their inputs. Such models traditionally consider memory and input-output functionalities indi…

DizzyRNN: Reparameterizing Recurrent Neural Networks for Norm-Preserving Backpropagation

2016-12-13 · Victor Dorobantu, Per Andre Stromhaug, Jess Renteria

The vanishing and exploding gradient problems are well-studied obstacles that make it difficult for recurrent neural networks to learn long-term time dependencies. We propose a reparameterization of standard recurrent ne…

Encoding-based Memory Modules for Recurrent Neural Networks

2020-01-31 · Antonio Carta, Alessandro Sperduti, Davide Bacciu

Learning to solve sequential tasks with recurrent models requires the ability to memorize long sequences and to extract task-relevant features from them. In this paper, we study the memorization subtask from the point of…

Memorization

Implicit Bias of Linear RNNs

2021-01-19 · Melikasadat Emami, Mojtaba Sahraee-Ardakan, Parthe Pandit, Sundeep Rangan 외

Contemporary wisdom based on empirical studies suggests that standard recurrent neural networks (RNNs) do not perform well on tasks requiring long-term memory. However, precise reasoning for this behavior is still unknow…