paper-with-me

홈 › Papers

R-FORCE: Robust Learning for Random Recurrent Neural Networks

2020-03-25 · Yang Zheng, Eli Shlizerman

Random Recurrent Neural Networks (RRNN) are the simplest recurrent networks to model and extract features from sequential data. The simplicity however comes with a price; RRNN are known to be susceptible to diminishing/exploding gradient problem when trained with gradient-descent based optimization. To enhance robustness of RRNN, alternative training approaches have been proposed. Specifically, FORCE learning approach proposed a recursive least squares alternative to train RRNN and was shown to be applicable even for the challenging task of target-learning, where the network is tasked with generating dynamic patterns with no guiding input. While FORCE training indicates that solving target-learning is possible, it appears to be effective only in a specific regime of network dynamics (edge-of-chaos). We thereby investigate whether initialization of RRNN connectivity according to a tailored distribution can guarantee robust FORCE learning. We are able to generate such distribution by inference of four generating principles constraining the spectrum of the network Jacobian to remain in stability region. This initialization along with FORCE learning provides a robust training method, i.e., Robust-FORCE (R-FORCE). We validate R-FORCE performance on various target functions for a wide range of network configurations and compare with alternative methods. Our experiments indicate that R-FORCE facilitates significantly more stable and accurate target-learning for a wide class of RRNN. Such stability becomes critical in modeling multi-dimensional sequences as we demonstrate on modeling time-series of human body joints during physical movements.

📄 PDF Abstract BibTeX arXiv:2003.11660

Code (1)

shlizee/r-force 공식 구현

Tasks

Time Series Analysis

Similar Papers 제목 키워드 기반

Reinforcement Learning with Low-Complexity Liquid State Machines

2019-06-04 · Wachirawit Ponghiran, Gopalakrishnan Srinivasan, Kaushik Roy

We propose reinforcement learning on simple networks consisting of random connections of spiking neurons (both recurrent and feed-forward) that can learn complex tasks with very little trainable parameters. Such sparse a…

Atari GamesDeep Reinforcement LearningQ-Learningreinforcement-learning+2

Where to Look: A Unified Attention Model for Visual Recognition with Reinforcement Learning

2021-11-13 · Gang Chen

The idea of using the recurrent neural network for visual attention has gained popularity in computer vision community. Although the recurrent attention model (RAM) leverages the glimpses with more large patch size to in…

Q-LearningReinforcement Learning (RL)

A Protocol for Continual Explanation of SHAP

2023-06-12 · Andrea Cossu, Francesco Spinnato, Riccardo Guidotti, Davide Bacciu

Continual Learning trains models on a stream of data, with the aim of learning new information without forgetting previous knowledge. Given the dynamic nature of such environments, explaining the predictions of these mod…

Continual Learning

Unifying Top-down and Bottom-up for Recurrent Visual Attention

2021-09-29 · Gang Chen

The idea of using the recurrent neural network for visual attention has gained popularity in computer vision community. Although the recurrent visual attention model (RAM) leverages the glimpses with more large patch siz…

Q-Learning

Stability of Internal States in Recurrent Neural Networks Trained on Regular Languages

2020-06-18 · Christian Oliva, Luis F. Lago-Fernández

We provide an empirical study of the stability of recurrent neural networks trained to recognize regular languages. When a small amount of noise is introduced into the activation function, the neurons in the recurrent la…