Differential Recurrent Neural Networks for Action Recognition
Vivek Veeriah, Naifan Zhuang, Guo-Jun Qi

TL;DR
This paper introduces a differential gating scheme for LSTM called dRNN, which emphasizes salient motion changes for improved action recognition in 2D and 3D datasets.
Contribution
It proposes a novel differential gating mechanism using derivatives of states to better model spatio-temporal dynamics in action recognition.
Findings
dRNN outperforms traditional LSTM in action recognition tasks
Effective in recognizing complex human actions from 2D and 3D data
First to leverage high-order derivatives of states for time-series learning
Abstract
The long short-term memory (LSTM) neural network is capable of processing complex sequential information since it utilizes special gating schemes for learning representations from long input sequences. It has the potential to model any sequential time-series data, where the current hidden state has to be considered in the context of the past hidden states. This property makes LSTM an ideal choice to learn the complex dynamics of various actions. Unfortunately, the conventional LSTMs do not consider the impact of spatio-temporal dynamics corresponding to the given salient motion patterns, when they gate the information that ought to be memorized through time. To address this problem, we propose a differential gating scheme for the LSTM neural network, which emphasizes on the change in information gain caused by the salient motions between the successive frames. This change in information…
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 · Anomaly Detection Techniques and Applications · Gait Recognition and Analysis
