paper-with-me

홈 › Papers

Eigenvalue Normalized Recurrent Neural Networks for Short Term Memory

2019-11-18 · Kyle Helfrich, Qiang Ye

Several variants of recurrent neural networks (RNNs) with orthogonal or unitary recurrent matrices have recently been developed to mitigate the vanishing/exploding gradient problem and to model long-term dependencies of sequences. However, with the eigenvalues of the recurrent matrix on the unit circle, the recurrent state retains all input information which may unnecessarily consume model capacity. In this paper, we address this issue by proposing an architecture that expands upon an orthogonal/unitary RNN with a state that is generated by a recurrent matrix with eigenvalues in the unit disc. Any input to this state dissipates in time and is replaced with new inputs, simulating short-term memory. A gradient descent algorithm is derived for learning such a recurrent matrix. The resulting method, called the Eigenvalue Normalized RNN (ENRNN), is shown to be highly competitive in several experiments.

📄 PDF Abstract BibTeX arXiv:1911.07964

Code (1)

KHelfrich1/ENRNN 공식 구현 tf

Similar Papers 제목 키워드 기반

Batch-normalized Recurrent Highway Networks

2018-09-26 · Chi Zhang, Thang Nguyen, Shagan Sah, Raymond Ptucha 외

Gradient control plays an important role in feed-forward networks applied to various computer vision tasks. Previous work has shown that Recurrent Highway Networks minimize the problem of vanishing or exploding gradients…

Image Captioning

Orthogonal Recurrent Neural Networks with Scaled Cayley Transform

2017-07-29 · ICML 2018 7 · Kyle Helfrich, Devin Willmott, Qiang Ye

Recurrent Neural Networks (RNNs) are designed to handle sequential data but suffer from vanishing or exploding gradients. Recent work on Unitary Recurrent Neural Networks (uRNNs) have been used to address this issue and …

A Dynamically Controlled Recurrent Neural Network for Modeling Dynamical Systems

2019-10-31 · Yiwei Fu, Samer Saab Jr, Asok Ray, Michael Hauser

This work proposes a novel neural network architecture, called the Dynamically Controlled Recurrent Neural Network (DCRNN), specifically designed to model dynamical systems that are governed by ordinary differential equa…

State Space Models

Dependent Bidirectional RNN with Extended-long Short-term Memory

2018-01-01 · ICLR 2018 1 · Yuanhang Su, Yuzhong Huang, C. -C. Jay Kuo

In this work, we first conduct mathematical analysis on the memory, which is defined as a function that maps an element in a sequence to the current output, of three RNN cells; namely, the simple recurrent neural network…

Improving Expressive Power of Spectral Graph Neural Networks with Eigenvalue Correction

2024-01-28 · Kangkang Lu, Yanhua Yu, Hao Fei, Xuan Li 외

In recent years, spectral graph neural networks, characterized by polynomial filters, have garnered increasing attention and have achieved remarkable performance in tasks such as node classification. These models typical…

Node Classification