# An Action Recognition network for specific target based on rMC and RPN

**Authors:** Mingjie Li, Youqian Feng, Zhonghai Yin, Cheng Zhou, Fanghao Dong, Yuan, Lin, Yuhao Dong

arXiv: 1906.07944 · 2020-01-08

## TL;DR

This paper introduces a novel action recognition network combining rMC and RPN, achieving high accuracy and speed for specific target recognition in videos, with improvements demonstrating its potential.

## Contribution

Proposes a new action recognition network based on mixed convolutional ResNet and RPN for specific target detection, with enhanced performance through regression block integration.

## Key findings

- Correct rate of 71.07% on UCF-101 dataset
- Achieves 200 FPS in gesture and posture recognition
- Model performance improved with regression block

## Abstract

The traditional methods of action recognition are not specific for the operator, thus results are easy to be disturbed when other actions are operated in videos. The network based on mixed convolutional resnet and RPN is proposed in this paper. The rMC is tested in the data set of UCF-101 to compare with the method of R3D. The result shows that its correct rate reaches 71.07%. Meanwhile, the action recognition network is tested in our gesture and body posture data sets for specific target. The simulation achieves a good performance in which the running speed reaches 200 FPS. Finally, our model is improved by introducing the regression block and performs better, which shows the great potential of this model.

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