Deep Differential Recurrent Neural Networks
Naifan Zhuang, The Duc Kieu, Guo-Jun Qi, Kien A. Hua

TL;DR
The paper introduces deep differential recurrent neural networks (d2RNN) that enhance LSTM's ability to detect salient spatio-temporal dynamics in sequential data by stacking multiple layers with derivative-based gating.
Contribution
It proposes a novel deep LSTM architecture with individual derivative of states gating, improving detection of complex dynamical patterns in sequential data.
Findings
Outperforms LSTM and other state-of-the-art methods on human activity datasets.
Effectively models higher-order spatio-temporal dynamics.
Demonstrates improved accuracy in activity recognition tasks.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Pose and Action Recognition · Time Series Analysis and Forecasting · Anomaly Detection Techniques and Applications
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
