# Two-Stream RNN/CNN for Action Recognition in 3D Videos

**Authors:** Rui Zhao, Haider Ali, Patrick van der Smagt

arXiv: 1703.09783 · 2018-10-03

## TL;DR

This paper presents a novel two-stream neural network architecture combining RNNs and CNNs for improved action recognition in 3D videos, achieving significant accuracy gains over previous methods.

## Contribution

The paper introduces a combined RNN/CNN system with a voting approach that leverages long-term and recent information for better action recognition in 3D videos.

## Key findings

- Achieved 14% higher recognition accuracy than state-of-the-art methods.
- Demonstrated effectiveness of combining RNN and CNN in a voting framework.
- Improved action recognition in 3D videos using a hybrid neural network approach.

## Abstract

The recognition of actions from video sequences has many applications in health monitoring, assisted living, surveillance, and smart homes. Despite advances in sensing, in particular related to 3D video, the methodologies to process the data are still subject to research. We demonstrate superior results by a system which combines recurrent neural networks with convolutional neural networks in a voting approach. The gated-recurrent-unit-based neural networks are particularly well-suited to distinguish actions based on long-term information from optical tracking data; the 3D-CNNs focus more on detailed, recent information from video data. The resulting features are merged in an SVM which then classifies the movement. In this architecture, our method improves recognition rates of state-of-the-art methods by 14% on standard data sets.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1703.09783/full.md

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1703.09783/full.md

## References

71 references — full list in the complete paper: https://tomesphere.com/paper/1703.09783/full.md

---
Source: https://tomesphere.com/paper/1703.09783