paper-with-me

홈 › 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 limited capacity to manipulate long-term memory. To bypass this weakness the most successful applications of RNN use external techniques such as attention mechanisms. In this paper we propose a novel RNN model that unifies the state-of-the-art approaches: Rotational Unit of Memory (RUM). The core of RUM is its rotational operation, which is, naturally, a unitary matrix, providing architectures with the power to learn long-term dependencies by overcoming the vanishing and exploding gradients problem. Moreover, the rotational unit also serves as associative memory. We evaluate our model on synthetic memorization, question answering and language modeling tasks. RUM learns the Copying Memory task completely and improves the state-of-the-art result in the Recall task. RUM's performance in the bAbI Question Answering task is comparable to that of models with attention mechanism. We also improve the state-of-the-art result to 1.189 bits-per-character (BPC) loss in the Character Level Penn Treebank (PTB) task, which is to signify the applications of RUM to real-world sequential data. The universality of our construction, at the core of RNN, establishes RUM as a promising approach to language modeling, speech recognition and machine translation.

📄 PDF Abstract BibTeX arXiv:1710.09537

Code (2)

jingli9111/RUM 공식 구현 tf
jingli9111/RUM-Tensorflow 공식 구현 tf

Tasks

Language ModelingLanguage ModellingMachine TranslationMemorizationQuestion Answeringspeech-recognitionSpeech Recognition

Similar 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} 외

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 …

Language ModelingLanguage ModellingText Summarization

Equivariant Multiscale Learned Invertible Reconstruction for Cone Beam CT: From Simulated to Real Data

2025-12-24 · Nikita Moriakov, Efstratios Gavves, Jonathan H. Mason, Carmen Seller-Oria 외 arxiv

Cone Beam CT (CBCT) is an important imaging modality nowadays, however lower image quality of CBCT compared to more conventional Computed Tomography (CT) remains a limiting factor in CBCT applications. Deep learning reco…

DartQuant: Efficient Rotational Distribution Calibration for LLM Quantization

2025-11-06 · Yuantian Shao, Yuanteng Chen, Peisong Wang, Jianlin Yu 외 arxiv

Quantization plays a crucial role in accelerating the inference of large-scale models, and rotational matrices have been shown to effectively improve quantization performance by smoothing outliers. However, end-to-end fi…

Scalable and Equivariant Spherical CNNs by Discrete-Continuous (DISCO) Convolutions

2022-09-27 · Jeremy Ocampo, Matthew A. Price, Jason D. McEwen

No existing spherical convolutional neural network (CNN) framework is both computationally scalable and rotationally equivariant. Continuous approaches capture rotational equivariance but are often prohibitively computat…

4kDepth EstimationSemantic Segmentation

Symmetry Breaking in Transformers for Efficient and Interpretable Training

2026-01-29 · Eva Silverstein, Daniel Kunin, Vasudev Shyam arxiv

The attention mechanism in its standard implementation contains extraneous rotational degrees of freedom that are carried through computation but do not affect model activations or outputs. We introduce a simple symmetry…

Logical Reasoning