paper-with-me

홈 › Papers

Bayesian Graph Convolution LSTM for Skeleton Based Action Recognition

2019-10-01 · ICCV 2019 10 · Rui Zhao, Kang Wang, Hui Su, Qiang Ji

We propose a framework for recognizing human actions from skeleton data by modeling the underlying dynamic process that generates the motion pattern. We capture three major factors that contribute to the complexity of the motion pattern including spatial dependencies among body joints, temporal dependencies of body poses, and variation among subjects in action execution. We utilize graph convolution to extract structure-aware feature representation from pose data by exploiting the skeleton anatomy. Long short-term memory (LSTM) network is then used to capture the temporal dynamics of the data. Finally, the whole model is extended under the Bayesian framework to a probabilistic model in order to better capture the stochasticity and variation in the data. An adversarial prior is developed to regularize the model parameters to improve the generalization of the model. A Bayesian inference problem is formulated to solve the classification task. We demonstrate the benefit of this framework in several benchmark datasets with recognition under various generalization conditions.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Action RecognitionAnatomyBayesian InferenceSkeleton Based Action Recognition

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

An Attention Enhanced Graph Convolutional LSTM Network for Skeleton-Based Action Recognition

2019-02-25 · CVPR 2019 6 · Chenyang Si, Wentao Chen, Wei Wang, Liang Wang 외

Skeleton-based action recognition is an important task that requires the adequate understanding of movement characteristics of a human action from the given skeleton sequence. Recent studies have shown that exploring spa…

Action RecognitionSkeleton Based Action RecognitionTemporal Action Localization

GCN-DevLSTM: Path Development for Skeleton-Based Action Recognition

2024-03-22 · Lei Jiang, Weixin Yang, Xin Zhang, Hao Ni

Skeleton-based action recognition (SAR) in videos is an important but challenging task in computer vision. The recent state-of-the-art (SOTA) models for SAR are primarily based on graph convolutional neural networks (GCN…

Action RecognitionDimensionality ReductionSkeleton Based Action Recognition

Focusing and Diffusion: Bidirectional Attentive Graph Convolutional Networks for Skeleton-based Action Recognition

2019-12-24 · Jialin Gao, Tong He, Xi Zhou, Shiming Ge

A collection of approaches based on graph convolutional networks have proven success in skeleton-based action recognition by exploring neighborhood information and dense dependencies between intra-frame joints. However, …

Action RecognitionSkeleton Based Action Recognition

Regularizing Long Short Term Memory With 3D Human-Skeleton Sequences for Action Recognition

2016-06-01 · CVPR 2016 6 · Behrooz Mahasseni, Sinisa Todorovic

This paper argues that large-scale action recognition in video can be greatly improved by providing an additional modality in training data -- namely, 3D human-skeleton sequences -- aimed at complementing poorly represen…

Action RecognitionTemporal Action Localization

Non-local Graph Convolutional Network for joint Activity Recognition and Motion Prediction

2021-08-03 · Dianhao Zhang, Ngo Anh Vien, Mien Van, Sean McLoone

3D skeleton-based motion prediction and activity recognition are two interwoven tasks in human behaviour analysis. In this work, we propose a motion context modeling methodology that provides a new way to combine the adv…

Activity RecognitionDecoderHuman motion predictionmotion prediction+1