paper-with-me

홈 › Papers

Working Memory Connections for LSTM

2021-08-31 · Federico Landi, Lorenzo Baraldi, Marcella Cornia, Rita Cucchiara

Recurrent Neural Networks with Long Short-Term Memory (LSTM) make use of gating mechanisms to mitigate exploding and vanishing gradients when learning long-term dependencies. For this reason, LSTMs and other gated RNNs are widely adopted, being the standard de facto for many sequence modeling tasks. Although the memory cell inside the LSTM contains essential information, it is not allowed to influence the gating mechanism directly. In this work, we improve the gate potential by including information coming from the internal cell state. The proposed modification, named Working Memory Connection, consists in adding a learnable nonlinear projection of the cell content into the network gates. This modification can fit into the classical LSTM gates without any assumption on the underlying task, being particularly effective when dealing with longer sequences. Previous research effort in this direction, which goes back to the early 2000s, could not bring a consistent improvement over vanilla LSTM. As part of this paper, we identify a key issue tied to previous connections that heavily limits their effectiveness, hence preventing a successful integration of the knowledge coming from the internal cell state. We show through extensive experimental evaluation that Working Memory Connections constantly improve the performance of LSTMs on a variety of tasks. Numerical results suggest that the cell state contains useful information that is worth including in the gate structure.

📄 PDF Abstract BibTeX arXiv:2109.00020

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

Application of statistical analysis to working memory problem

2020-06-28 · A. V. Erofeeva, T. V. Zakharova

This article is devoted to EEG studying of connectivity cortical areas involved in keeping vision information in working memory. VAR-modeling was used for describing signals got from connected with working memory brain z…

EEGElectroencephalogram (EEG)

Highway Long Short-Term Memory RNNs for Distant Speech Recognition

2015-10-30 · Yu Zhang, Guoguo Chen, Dong Yu, Kaisheng Yao 외

In this paper, we extend the deep long short-term memory (DLSTM) recurrent neural networks by introducing gated direct connections between memory cells in adjacent layers. These direct links, called highway connections, …

Distant Speech Recognitionspeech-recognitionSpeech Recognition

ORGaNICs: A Theory of Working Memory in Brains and Machines

2018-03-16 · David J. Heeger, Wayne E. Mackey

Working memory is a cognitive process that is responsible for temporarily holding and manipulating information. Most of the empirical neuroscience research on working memory has focused on measuring sustained activity in…

Bridging LSTM Architecture and the Neural Dynamics during Reading

2016-04-22 · Peng Qian, Xipeng Qiu, Xuanjing Huang

Recently, the long short-term memory neural network (LSTM) has attracted wide interest due to its success in many tasks. LSTM architecture consists of a memory cell and three gates, which looks similar to the neuronal ne…

Deep-FSMN for Large Vocabulary Continuous Speech Recognition

2018-03-04 · Shiliang Zhang, Ming Lei, Zhijie Yan, Li-Rong Dai

In this paper, we present an improved feedforward sequential memory networks (FSMN) architecture, namely Deep-FSMN (DFSMN), by introducing skip connections between memory blocks in adjacent layers. These skip connections…

Language ModelingLanguage Modellingspeech-recognitionSpeech Recognition