paper-with-me

홈 › Papers

Rotational Unit of Memory: A Novel Representation Unit for RNNs with Scalable Applications

2019-03-01 · TACL 2019 3 · Rumen Dangovski, Li Jing, Preslav Nakov, Mi{\'c}o Tatalovi{\'c}, Marin Solja{\v{c}}i{\'c}

Stacking long short-term memory (LSTM) cells or gated recurrent units (GRUs) as part of a recurrent neural network (RNN) has become a standard approach to solving a number of tasks ranging from language modeling to text summarization. Although LSTMs and GRUs were designed to model long-range dependencies more accurately than conventional RNNs, they nevertheless have problems copying or recalling information from the long distant past. Here, we derive a phase-coded representation of the memory state, Rotational Unit of Memory (RUM), that unifies the concepts of unitary learning and associative memory. We show experimentally that RNNs based on RUMs can solve basic sequential tasks such as memory copying and memory recall much better than LSTMs/GRUs. We further demonstrate that by replacing LSTM/GRU with RUM units we can apply neural networks to real-world problems such as language modeling and text summarization, yielding results comparable to the state of the art.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingText Summarization

Similar Papers 제목 키워드 기반

Rotational Unit of Memory

2017-10-26 · ICLR 2018 1 · Rumen Dangovski, Li Jing, Marin Soljacic

The concepts of unitary evolution matrices and associative memory have boosted the field of Recurrent Neural Networks (RNN) to state-of-the-art performance in a variety of sequential tasks. However, RNN still have a limi…

Language ModelingLanguage ModellingMachine TranslationMemorization+3

Parallelizable memory recurrent units

2026-01-14 · Florent De Geeter, Gaspard Lambrechts, Damien Ernst, Guillaume Drion arxiv

With the emergence of massively parallel processing units, parallelization has become a desirable property for new sequence models. The ability to parallelize the processing of sequences with respect to the sequence leng…

Assessing the Memory Ability of Recurrent Neural Networks

2020-02-18 · Cheng Zhang, Qiuchi Li, Lingyu Hua, Dawei Song

It is known that Recurrent Neural Networks (RNNs) can remember, in their hidden layers, part of the semantic information expressed by a sequence (e.g., a sentence) that is being processed. Different types of recurrent un…

Sentence

Parallel Delayed Memory Units for Enhanced Temporal Modeling in Biomedical and Bioacoustic Signal Analysis

2025-12-01 · Pengfei Sun, Wenyu Jiang, Paul Devos, Dick Botteldooren arxiv

Advanced deep learning architectures, particularly recurrent neural networks (RNNs), have been widely applied in audio, bioacoustic, and biomedical signal analysis, especially in data-scarce environments. While gated RNN…

Gated Orthogonal Recurrent Units: On Learning to Forget

2017-06-08 · Li Jing, Caglar Gulcehre, John Peurifoy, Yichen Shen 외

We present a novel recurrent neural network (RNN) based model that combines the remembering ability of unitary RNNs with the ability of gated RNNs to effectively forget redundant/irrelevant information in its memory. We …

DenoisingQuestion Answering