paper-with-me

Papers

Augmented Skeleton Based Contrastive Action Learning with Momentum LSTM for Unsupervised Action Recognition

2020-08-01 · Haocong Rao, Shihao Xu, Xiping Hu, Jun Cheng, Bin Hu

Action recognition via 3D skeleton data is an emerging important topic in these years. Most existing methods either extract hand-crafted descriptors or learn action representations by supervised learning paradigms that require massive labeled data. In this paper, we for the first time propose a contrastive action learning paradigm named AS-CAL that can leverage different augmentations of unlabeled skeleton data to learn action representations in an unsupervised manner. Specifically, we first propose to contrast similarity between augmented instances (query and key) of the input skeleton sequence, which are transformed by multiple novel augmentation strategies, to learn inherent action patterns ("pattern-invariance") of different skeleton transformations. Second, to encourage learning the pattern-invariance with more consistent action representations, we propose a momentum LSTM, which is implemented as the momentum-based moving average of LSTM based query encoder, to encode long-term action dynamics of the key sequence. Third, we introduce a queue to store the encoded keys, which allows our model to flexibly reuse proceeding keys and build a more consistent dictionary to improve contrastive learning. Last, by temporally averaging the hidden states of action learned by the query encoder, a novel representation named Contrastive Action Encoding (CAE) is proposed to represent human's action effectively. Extensive experiments show that our approach typically improves existing hand-crafted methods by 10-50% top-1 accuracy, and it can achieve comparable or even superior performance to numerous supervised learning methods.

📄 PDF Abstract BibTeX arXiv:2008.00188

Code (2)

Mikexu007/AS-CAL 공식 구현 pytorch
Mikexu007/AS_CAL 공식 구현 pytorch

Tasks

Action RecognitionContrastive LearningSelf-Supervised Human Action RecognitionSelf-supervised Skeleton-based Action Recognition

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Skeleton-Contrastive 3D Action Representation Learning

2021-08-08 · Fida Mohammad Thoker, Hazel Doughty, Cees G. M. Snoek

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 au…

Action RecognitionContrastive LearningFew-Shot Skeleton-Based Action RecognitionRepresentation Learning+4

Hierarchical Consistent Contrastive Learning for Skeleton-Based Action Recognition with Growing Augmentations

2022-11-24 · Jiahang Zhang, Lilang Lin, Jiaying Liu

Contrastive learning has been proven beneficial for self-supervised skeleton-based action recognition. Most contrastive learning methods utilize carefully designed augmentations to generate different movement patterns of…

Action RecognitionContrastive LearningFew-Shot Skeleton-Based Action RecognitionSelf-supervised Skeleton-based Action Recognition+1

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

Skeleton-Based Human Action Recognition with Global Context-Aware Attention LSTM Networks

2017-07-18 · Jun Liu, Gang Wang, Ling-Yu Duan, Kamila Abdiyeva 외

Human action recognition in 3D skeleton sequences has attracted a lot of research attention. Recently, Long Short-Term Memory (LSTM) networks have shown promising performance in this task due to their strengths in modeli…

Action RecognitionSkeleton Based Action RecognitionTemporal Action Localization

Relational Network for Skeleton-Based Action Recognition

2018-05-07 · Wu Zheng, Lin Li, Zhao-Xiang Zhang, Yan Huang 외

With the fast development of effective and low-cost human skeleton capture systems, skeleton-based action recognition has attracted much attention recently. Most existing methods use Convolutional Neural Network (CNN) an…

Action RecognitionSkeleton Based Action RecognitionTemporal Action Localization