paper-with-me

Papers

Improved memory in recurrent neural networks with sequential non-normal dynamics

2019-05-31 · ICLR 2020 1 · A. Emin Orhan, Xaq Pitkow

Training recurrent neural networks (RNNs) is a hard problem due to degeneracies in the optimization landscape, a problem also known as vanishing/exploding gradients. Short of designing new RNN architectures, previous methods for dealing with this problem usually boil down to orthogonalization of the recurrent dynamics, either at initialization or during the entire training period. The basic motivation behind these methods is that orthogonal transformations are isometries of the Euclidean space, hence they preserve (Euclidean) norms and effectively deal with vanishing/exploding gradients. However, this ignores the crucial effects of non-linearity and noise. In the presence of a non-linearity, orthogonal transformations no longer preserve norms, suggesting that alternative transformations might be better suited to non-linear networks. Moreover, in the presence of noise, norm preservation itself ceases to be the ideal objective. A more sensible objective is maximizing the signal-to-noise ratio (SNR) of the propagated signal instead. Previous work has shown that in the linear case, recurrent networks that maximize the SNR display strongly non-normal, sequential dynamics and orthogonal networks are highly suboptimal by this measure. Motivated by this finding, here we investigate the potential of non-normal RNNs, i.e. RNNs with a non-normal recurrent connectivity matrix, in sequential processing tasks. Our experimental results show that non-normal RNNs outperform their orthogonal counterparts in a diverse range of benchmarks. We also find evidence for increased non-normality and hidden chain-like feedforward motifs in trained RNNs initialized with orthogonal recurrent connectivity matrices.

📄 PDF Abstract BibTeX arXiv:1905.13715

Code (1)

eminorhan/nonnormal-init 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Recurrent Batch Normalization

2016-03-30 · Tim Cooijmans, Nicolas Ballas, César Laurent, Çağlar Gülçehre 외

We propose a reparameterization of LSTM that brings the benefits of batch normalization to recurrent neural networks. Whereas previous works only apply batch normalization to the input-to-hidden transformation of RNNs, w…

General ClassificationLanguage ModelingLanguage ModellingQuestion Answering+2

DecayNet: A Study on the Cell States of Long Short Term Memories

2018-09-27 · Nicholas I.H. Kuo, Mehrtash T. Harandi, Hanna Suominen, Nicolas Fourrier 외

It is unclear whether the extensively applied long-short term memory (LSTM) is an optimised architecture for recurrent neural networks. Its complicated design makes the network hard to analyse and non-immediately clear f…

Knowledge Tracing with Sequential Key-Value Memory Networks

2019-10-29 · Ghodai Abdelrahman, Qing Wang

Can machines trace human knowledge like humans? Knowledge tracing (KT) is a fundamental task in a wide range of applications in education, such as massive open online courses (MOOCs), intelligent tutoring systems, educat…

Deep LearningKnowledge TracingManagement

An Investigation of Memory in Recurrent Neural Networks

2019-05-17 · Aude Forcione-Lambert, Guy Wolf, Guillaume Lajoie

We investigate the learned dynamical landscape of a recurrent neural network solving a simple task requiring the interaction of two memory mechanisms: long- and short-term. Our results show that while long-term memory is…

Recurrent Deep Reinforcement Learning for Chemotherapy Control under Partial Observability

2026-05-04 · Firas Mohamed Elamine Kiram, Imane Youkana, Rachida Saouli, Gian Antonio Susto 외 arxiv

Chemotherapy dose optimization can be formulated as a dynamic treatment regime, requiring sequential decisions under uncertainty that must balance tumor suppression against toxicity. However, most reinforcement learning …

Reinforcement Learning