CVNov 22, 2021

Contrast-reconstruction Representation Learning for Self-supervised Skeleton-based Action Recognition

arXiv:2111.11051v256 citations
Originality Highly original
AI Analysis

This addresses the need for efficient action recognition in areas like surveillance and human-machine interaction by reducing reliance on expensive labeled data, though it is incremental in improving unsupervised techniques.

The paper tackles the problem of skeleton-based action recognition without labeled data by proposing a novel unsupervised method called Contrast-Reconstruction Representation Learning (CRRL), which combines reconstruction and contrastive learning to capture postures and motions, resulting in state-of-the-art performance on multiple benchmarks.

Skeleton-based action recognition is widely used in varied areas, e.g., surveillance and human-machine interaction. Existing models are mainly learned in a supervised manner, thus heavily depending on large-scale labeled data which could be infeasible when labels are prohibitively expensive. In this paper, we propose a novel Contrast-Reconstruction Representation Learning network (CRRL) that simultaneously captures postures and motion dynamics for unsupervised skeleton-based action recognition. It mainly consists of three parts: Sequence Reconstructor, Contrastive Motion Learner, and Information Fuser. The Sequence Reconstructor learns representation from skeleton coordinate sequence via reconstruction, thus the learned representation tends to focus on trivial postural coordinates and be hesitant in motion learning. To enhance the learning of motions, the Contrastive Motion Learner performs contrastive learning between the representations learned from coordinate sequence and additional velocity sequence, respectively. Finally, in the Information Fuser, we explore varied strategies to combine the Sequence Reconstructor and Contrastive Motion Learner, and propose to capture postures and motions simultaneously via a knowledge-distillation based fusion strategy that transfers the motion learning from the Contrastive Motion Learner to the Sequence Reconstructor. Experimental results on several benchmarks, i.e., NTU RGB+D 60, NTU RGB+D 120, CMU mocap, and NW-UCLA, demonstrate the promise of the proposed CRRL method by far outperforming state-of-the-art approaches.

Foundations

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

Your Notes