3D Single-Person Concurrent Activity Detection Using Stacked Relation Network

Abstract

We aim to detect real-world concurrent activities performed by a single person from a streaming 3D skeleton sequence. Different from most existing works that deal with concurrent activities performed by multiple persons that are seldom correlated, we focus on concurrent activities that are spatio-temporally or causally correlated and performed by a single person. For the sake of generalization, we propose an approach based on a decompositional design to learn a dedicated feature representation for each activity class. To address the scalability issue, we further extend the class-level decompositional design to the postural-primitive level, such that each class-wise representation does not need to be extracted by independent backbones, but through a dedicated weighted aggregation of a shared pool of postural primitives. There are multiple interdependent instances deriving from each decomposition. Thus, we propose Stacked Relation Networks (SRN), with a specialized relation network for each decomposition, so as to enhance the expressiveness of instance-wise representations via the inter-instance relationship modeling. SRN achieves state-of-the-art performance on a public dataset and a newly collected dataset. The relation weights within SRN are interpretable among the activity contexts. The new dataset and code are available at https://github.com/weiyi1991/UA_Concurrent/

Cite

Text

Wei et al. "3D Single-Person Concurrent Activity Detection Using Stacked Relation Network." AAAI Conference on Artificial Intelligence, 2020. doi:10.1609/AAAI.V34I07.6917

Markdown

[Wei et al. "3D Single-Person Concurrent Activity Detection Using Stacked Relation Network." AAAI Conference on Artificial Intelligence, 2020.](https://mlanthology.org/aaai/2020/wei2020aaai-d/) doi:10.1609/AAAI.V34I07.6917

BibTeX

@inproceedings{wei2020aaai-d,
  title     = {{3D Single-Person Concurrent Activity Detection Using Stacked Relation Network}},
  author    = {Wei, Yi and Li, Wenbo and Fan, Yanbo and Xu, Linghan and Chang, Ming-Ching and Lyu, Siwei},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2020},
  pages     = {12329-12337},
  doi       = {10.1609/AAAI.V34I07.6917},
  url       = {https://mlanthology.org/aaai/2020/wei2020aaai-d/}
}