Online Human Action Detection Using Joint Classification-Regression Recurrent Neural Networks

Abstract

Human action recognition from well-segmented 3D skeleton data has been intensively studied and has been attracting an increasing attention. Online action detection goes one step further and is more challenging, which identifies the action type and localizes the action positions on the fly from the untrimmed stream data. In this paper, we study the problem of online action detection from streaming skeleton data. We propose a multi-task end-to-end Joint Classification-Regression Recurrent Neural Network to better explore the action type and temporal localization information. By employing a joint classification and regression optimization objective, this network is capable of automatically localizing the start and end points of actions more accurately. Specifically, by leveraging the merits of the deep Long Short-Term Memory (LSTM) subnetwork, the proposed model automatically captures the complex long-range temporal dynamics, which naturally avoids the typical sliding window design and thus ensures high computational efficiency. Furthermore, the subtask of regression optimization provides the ability to forecast the action prior to its occurrence. To evaluate our proposed model, we build a large streaming video dataset with annotations. Experimental results on our dataset and the public G3D dataset both demonstrate very promising performance of our scheme.

Cite

Text

Li et al. "Online Human Action Detection Using Joint Classification-Regression Recurrent Neural Networks." European Conference on Computer Vision, 2016. doi:10.1007/978-3-319-46478-7_13

Markdown

[Li et al. "Online Human Action Detection Using Joint Classification-Regression Recurrent Neural Networks." European Conference on Computer Vision, 2016.](https://mlanthology.org/eccv/2016/li2016eccv-online/) doi:10.1007/978-3-319-46478-7_13

BibTeX

@inproceedings{li2016eccv-online,
  title     = {{Online Human Action Detection Using Joint Classification-Regression Recurrent Neural Networks}},
  author    = {Li, Yanghao and Lan, Cuiling and Xing, Junliang and Zeng, Wenjun and Yuan, Chunfeng and Liu, Jiaying},
  booktitle = {European Conference on Computer Vision},
  year      = {2016},
  pages     = {203-220},
  doi       = {10.1007/978-3-319-46478-7_13},
  url       = {https://mlanthology.org/eccv/2016/li2016eccv-online/}
}