paper-with-me

홈 › Papers

Deep Differential Recurrent Neural Networks

2018-04-11 · Naifan Zhuang, The Duc Kieu, Guo-Jun Qi, Kien A. Hua

Due to the special gating schemes of Long Short-Term Memory (LSTM), LSTMs have shown greater potential to process complex sequential information than the traditional Recurrent Neural Network (RNN). The conventional LSTM, however, fails to take into consideration the impact of salient spatio-temporal dynamics present in the sequential input data. This problem was first addressed by the differential Recurrent Neural Network (dRNN), which uses a differential gating scheme known as Derivative of States (DoS). DoS uses higher orders of internal state derivatives to analyze the change in information gain caused by the salient motions between the successive frames. The weighted combination of several orders of DoS is then used to modulate the gates in dRNN. While each individual order of DoS is good at modeling a certain level of salient spatio-temporal sequences, the sum of all the orders of DoS could distort the detected motion patterns. To address this problem, we propose to control the LSTM gates via individual orders of DoS and stack multiple levels of LSTM cells in an increasing order of state derivatives. The proposed model progressively builds up the ability of the LSTM gates to detect salient dynamical patterns in deeper stacked layers modeling higher orders of DoS, and thus the proposed LSTM model is termed deep differential Recurrent Neural Network (d2RNN). The effectiveness of the proposed model is demonstrated on two publicly available human activity datasets: NUS-HGA and Violent-Flows. The proposed model outperforms both LSTM and non-LSTM based state-of-the-art algorithms.

📄 PDF Abstract BibTeX arXiv:1804.04192

Code (0)

등록된 구현이 없습니다.

Tasks

Temporal Sequences

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 제목 키워드 기반

Solving differential equations with unknown constitutive relations as recurrent neural networks

2017-10-06 · Tobias Hagge, Panos Stinis, Enoch Yeung, Alexandre M. Tartakovsky

We solve a system of ordinary differential equations with an unknown functional form of a sink (reaction rate) term. We assume that the measurements (time series) of state variables are partially available, and we use re…

Time SeriesTime Series Analysis

A Differential Geometry Perspective on Orthogonal Recurrent Models

2021-02-18 · Omri Azencot, N. Benjamin Erichson, Mirela Ben-Chen, Michael W. Mahoney

Recently, orthogonal recurrent neural networks (RNNs) have emerged as state-of-the-art models for learning long-term dependencies. This class of models mitigates the exploding and vanishing gradients problem by design. I…

Continuous Depth Recurrent Neural Differential Equations

2022-12-28 · Srinivas Anumasa, Geetakrishnasai Gunapati, P. K. Srijith

Recurrent neural networks (RNNs) have brought a lot of advancements in sequence labeling tasks and sequence data. However, their effectiveness is limited when the observations in the sequence are irregularly sampled, whe…

AntisymmetricRNN: A Dynamical System View on Recurrent Neural Networks

2019-02-26 · ICLR 2019 5 · Bo Chang, Minmin Chen, Eldad Haber, Ed H. Chi

Recurrent neural networks have gained widespread use in modeling sequential data. Learning long-term dependencies using these models remains difficult though, due to exploding or vanishing gradients. In this paper, we dr…

Sequential Image Classification

Unsupervised Reservoir Computing for Solving Ordinary Differential Equations

2021-08-25 · Marios Mattheakis, Hayden Joy, Pavlos Protopapas

There is a wave of interest in using unsupervised neural networks for solving differential equations. The existing methods are based on feed-forward networks, {while} recurrent neural network differential equation solver…

Bayesian Optimization