Multi-Level Recurrent Residual Networks for Action Recognition
Zhenxing Zheng, Gaoyun An, Qiuqi Ruan

TL;DR
This paper introduces Multi-Level Recurrent Residual Networks (MRRN), a novel architecture combining residual networks and recurrent units across multiple levels to improve action recognition by effectively modeling spatiotemporal features with lower complexity.
Contribution
The paper proposes a multi-stream, multi-level recurrent residual network that captures diverse spatiotemporal features efficiently and outperforms previous CNN-RNN models in action recognition tasks.
Findings
Achieves 51.3% accuracy on HMDB-51 dataset.
Achieves 81.9% accuracy on UCF-101 dataset.
Lower complexity compared to previous models.
Abstract
Most existing Convolutional Neural Networks(CNNs) used for action recognition are either difficult to optimize or underuse crucial temporal information. Inspired by the fact that the recurrent model consistently makes breakthroughs in the task related to sequence, we propose a novel Multi-Level Recurrent Residual Networks(MRRN) which incorporates three recognition streams. Each stream consists of a Residual Networks(ResNets) and a recurrent model. The proposed model captures spatiotemporal information by employing both alternative ResNets to learn spatial representations from static frames and stacked Simple Recurrent Units(SRUs) to model temporal dynamics. Three distinct-level streams learned low-, mid-, high-level representations independently are fused by computing a weighted average of their softmax scores to obtain the complementary representations of the video. Unlike previous…
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
MethodsSoftmax
