NELGApr 18, 2018

Fast Weight Long Short-Term Memory

arXiv:1804.06511v111 citations
Originality Incremental advance
AI Analysis

This work addresses memory capacity and training efficiency for recurrent neural networks, but it is incremental as it extends fast weights from regular RNNs to LSTMs.

The paper tackled the problem of whether fast weight associative memory benefits gated RNNs like LSTMs, finding that combining them results in much faster training and lower test error, especially at high memory task difficulties.

Associative memory using fast weights is a short-term memory mechanism that substantially improves the memory capacity and time scale of recurrent neural networks (RNNs). As recent studies introduced fast weights only to regular RNNs, it is unknown whether fast weight memory is beneficial to gated RNNs. In this work, we report a significant synergy between long short-term memory (LSTM) networks and fast weight associative memories. We show that this combination, in learning associative retrieval tasks, results in much faster training and lower test error, a performance boost most prominent at high memory task difficulties.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes