paper-with-me

홈 › Papers

Towards Non-saturating Recurrent Units for Modelling Long-term Dependencies

2019-01-22 · Sarath Chandar, Chinnadhurai Sankar, Eugene Vorontsov, Samira Ebrahimi Kahou, Yoshua Bengio

Modelling long-term dependencies is a challenge for recurrent neural networks. This is primarily due to the fact that gradients vanish during training, as the sequence length increases. Gradients can be attenuated by transition operators and are attenuated or dropped by activation functions. Canonical architectures like LSTM alleviate this issue by skipping information through a memory mechanism. We propose a new recurrent architecture (Non-saturating Recurrent Unit; NRU) that relies on a memory mechanism but forgoes both saturating activation functions and saturating gates, in order to further alleviate vanishing gradients. In a series of synthetic and real world tasks, we demonstrate that the proposed model is the only model that performs among the top 2 models across all tasks with and without long-term dependencies, when compared against a range of other architectures.

📄 PDF Abstract BibTeX arXiv:1902.06704

Code (2)

apsarath/NRU 공식 구현 pytorch
Selozhd/UngatedRNN tf

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

Attention is all you need for Videos: Self-attention based Video Summarization using Universal Transformers

2019-06-06 · Manjot Bilkhu, Siyang Wang, Tushar Dobhal

Video Captioning and Summarization have become very popular in the recent years due to advancements in Sequence Modelling, with the resurgence of Long-Short Term Memory networks (LSTMs) and introduction of Gated Recurren…

AllDense Video CaptioningDimensionality ReductionVideo Captioning+1

RotRNN: Modelling Long Sequences with Rotations

2024-07-09 · Kai Biegun, Rares Dolga, Jake Cunningham, David Barber

Linear recurrent neural networks, such as State Space Models (SSMs) and Linear Recurrent Units (LRUs), have recently shown state-of-the-art performance on long sequence modelling benchmarks. Despite their success, their …

State Space Models

A Novel Framework for Recurrent Neural Networks with Enhancing Information Processing and Transmission between Units

2018-06-02 · Xi Chen, Zhi-Hong Deng, Gehui Shen, Ting Huang

This paper proposes a novel framework for recurrent neural networks (RNNs) inspired by the human memory models in the field of cognitive neuroscience to enhance information processing and transmission between adjacent RN…

General Classificationimage-classificationImage ClassificationLanguage Modelling+2

Cortical microcircuits as gated-recurrent neural networks

2017-11-07 · NeurIPS 2017 12 · Rui Ponte Costa, Yannis M. Assael, Brendan Shillingford, Nando de Freitas 외

Cortical circuits exhibit intricate recurrent architectures that are remarkably similar across different brain areas. Such stereotyped structure suggests the existence of common computational principles. However, such pr…

image-classificationImage ClassificationLanguage ModellingSequential Image Classification

Higher Order Recurrent Neural Networks

2016-04-30 · Rohollah Soltani, Hui Jiang

In this paper, we study novel neural network structures to better model long term dependency in sequential data. We propose to use more memory units to keep track of more preceding states in recurrent neural networks (RN…

Language ModelingLanguage Modelling