paper-with-me

홈 › Papers

Least Redundant Gated Recurrent Neural Network

2021-05-28 · Łukasz Neumann, Łukasz Lepak, Paweł Wawrzyński

Recurrent neural networks are important tools for sequential data processing. However, they are notorious for problems regarding their training. Challenges include capturing complex relations between consecutive states and stability and efficiency of training. In this paper, we introduce a recurrent neural architecture called Deep Memory Update (DMU). It is based on updating the previous memory state with a deep transformation of the lagged state and the network input. The architecture is able to learn to transform its internal state using any nonlinear function. Its training is stable and fast due to relating its learning rate to the size of the module. Even though DMU is based on standard components, experimental results presented here confirm that it can compete with and often outperform state-of-the-art architectures such as Long Short-Term Memory, Gated Recurrent Units, and Recurrent Highway Networks.

📄 PDF Abstract BibTeX arXiv:2105.14092

Code (1)

fuine/dmu 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Provably Shorter Scratchpads in Hybrid DeltaNet-Attention Decoders

2026-05-15 · Tomasz Steifer arxiv

We investigate the expressive power of hybrid recurrent-attention decoders, a class of architectures used in recent open-source language models such as Qwen3-Next and its successors. These models combine Gated Attention …

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

Cascaded Recurrent Neural Networks for Hyperspectral Image Classification

2019-02-28 · Renlong Hang, Qingshan Liu, Danfeng Hong, Pedram Ghamisi

By considering the spectral signature as a sequence, recurrent neural networks (RNNs) have been successfully used to learn discriminative features from hyperspectral images (HSIs) recently. However, most of these models …

ClassificationGeneral ClassificationHyperspectral Image Classificationimage-classification+1

On the Computational Power of RNNs

2019-06-14 · Samuel A. Korsky, Robert C. Berwick

Recent neural network architectures such as the basic recurrent neural network (RNN) and Gated Recurrent Unit (GRU) have gained prominence as end-to-end learning architectures for natural language processing tasks. But w…

Recurrent Additive Networks

2017-05-21 · Kenton Lee, Omer Levy, Luke Zettlemoyer

We introduce recurrent additive networks (RANs), a new gated RNN which is distinguished by the use of purely additive latent state updates. At every time step, the new state is computed as a gated component-wise sum of t…

Language ModelingLanguage Modelling