CVAug 8, 2021

Skeleton-Contrastive 3D Action Representation Learning

arXiv:2108.03656v1174 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the problem of learning effective representations from skeleton data for action recognition, which is incremental as it builds on existing contrastive learning methods with novel adaptations for skeletons.

The paper tackles self-supervised learning for skeleton-based action recognition by proposing inter-skeleton contrastive learning and skeleton-specific augmentations to learn invariances and higher-level semantics, achieving state-of-the-art performance on PKU and NTU datasets with tasks like action recognition and retrieval.

This paper strives for self-supervised learning of a feature space suitable for skeleton-based action recognition. Our proposal is built upon learning invariances to input skeleton representations and various skeleton augmentations via a noise contrastive estimation. In particular, we propose inter-skeleton contrastive learning, which learns from multiple different input skeleton representations in a cross-contrastive manner. In addition, we contribute several skeleton-specific spatial and temporal augmentations which further encourage the model to learn the spatio-temporal dynamics of skeleton data. By learning similarities between different skeleton representations as well as augmented views of the same sequence, the network is encouraged to learn higher-level semantics of the skeleton data than when only using the augmented views. Our approach achieves state-of-the-art performance for self-supervised learning from skeleton data on the challenging PKU and NTU datasets with multiple downstream tasks, including action recognition, action retrieval and semi-supervised learning. Code is available at https://github.com/fmthoker/skeleton-contrast.

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