paper-with-me

홈 › Papers

PYSKL: Towards Good Practices for Skeleton Action Recognition

2022-05-19 · Haodong Duan, Jiaqi Wang, Kai Chen, Dahua Lin

We present PYSKL: an open-source toolbox for skeleton-based action recognition based on PyTorch. The toolbox supports a wide variety of skeleton action recognition algorithms, including approaches based on GCN and CNN. In contrast to existing open-source skeleton action recognition projects that include only one or two algorithms, PYSKL implements six different algorithms under a unified framework with both the latest and original good practices to ease the comparison of efficacy and efficiency. We also provide an original GCN-based skeleton action recognition model named ST-GCN++, which achieves competitive recognition performance without any complicated attention schemes, serving as a strong baseline. Meanwhile, PYSKL supports the training and testing of nine skeleton-based action recognition benchmarks and achieves state-of-the-art recognition performance on eight of them. To facilitate future research on skeleton action recognition, we also provide a large number of trained models and detailed benchmark results to give some insights. PYSKL is released at https://github.com/kennymckormick/pyskl and is actively maintained. We will update this report when we add new features or benchmarks. The current version corresponds to PYSKL v0.2.

📄 PDF Abstract BibTeX arXiv:2205.09443

Code (1)

kennymckormick/pyskl 공식 구현 pytorch

Tasks

Action RecognitionSkeleton Based Action Recognition

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

PYSKL: a toolbox for skeleton-based video understanding

2022-04-02 · arXiv 2022 4 · Haodong Duan

A placeholder for the tech report.

Skeleton Based Action RecognitionVideo Understanding

Co-occurrence Feature Learning for Skeleton based Action Recognition using Regularized Deep LSTM Networks

2016-03-24 · Wentao Zhu, Cuiling Lan, Junliang Xing, Wen-Jun Zeng 외

Skeleton based action recognition distinguishes human actions using the trajectories of skeleton joints, which provide a very good representation for describing actions. Considering that recurrent neural networks (RNNs) …

Action RecognitionSkeleton Based Action RecognitionTemporal Action Localization

Action Recognition with Spatio-Temporal Visual Attention on Skeleton Image Sequences

2018-01-31 · Zhengyuan Yang, Yuncheng Li, Jianchao Yang, Jiebo Luo

Action recognition with 3D skeleton sequences is becoming popular due to its speed and robustness. The recently proposed Convolutional Neural Networks (CNN) based methods have shown good performance in learning spatio-te…

Action RecognitionSkeleton Based Action RecognitionTemporal Action Localization

Temporal Segment Networks: Towards Good Practices for Deep Action Recognition

2016-08-02 · Limin Wang, Yuanjun Xiong, Zhe Wang, Yu Qiao 외

Deep convolutional networks have achieved great success for visual recognition in still images. However, for action recognition in videos, the advantage over traditional methods is not so evident. This paper aims to disc…

Action ClassificationAction RecognitionAction Recognition In VideosMultimodal Activity Recognition+1

Human Activity Recognition: A Spatio-temporal Image Encoding of 3D Skeleton Data for Online Action Detection

2020-02-08 · International Joint Conference on Computer Vision, Imaging and Computer Graphics Theory and Applications VISIGRAPP 2020 2 · Nassim Mokhtari, Alexis Nédélec, Pierre De Loor

Human activity recognition (HAR) based on skeleton data that can be extracted from videos (Kinect for example) , or provided by a depth camera is a time series classification problem, where handling both spatial and temp…

Action DetectionActivity RecognitionHuman Activity RecognitionOnline Action Detection+2