CVMay 19, 2022

PYSKL: Towards Good Practices for Skeleton Action Recognition

Peking U
arXiv:2205.09443v1213 citationsh-index: 87Has Code
AI Analysis

This work provides a comprehensive toolkit to facilitate research and comparison in skeleton action recognition, addressing a domain-specific need for standardized evaluation.

The authors introduced PYSKL, an open-source toolbox for skeleton-based action recognition that implements six algorithms under a unified framework and achieves state-of-the-art performance on eight out of nine benchmarks.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes