paper-with-me

Papers

Skeleton2vec: A Self-supervised Learning Framework with Contextualized Target Representations for Skeleton Sequence

2024-01-01 · Ruizhuo Xu, Linzhi Huang, Mei Wang, Jiani Hu, Weihong Deng

Self-supervised pre-training paradigms have been extensively explored in the field of skeleton-based action recognition. In particular, methods based on masked prediction have pushed the performance of pre-training to a new height. However, these methods take low-level features, such as raw joint coordinates or temporal motion, as prediction targets for the masked regions, which is suboptimal. In this paper, we show that using high-level contextualized features as prediction targets can achieve superior performance. Specifically, we propose Skeleton2vec, a simple and efficient self-supervised 3D action representation learning framework, which utilizes a transformer-based teacher encoder taking unmasked training samples as input to create latent contextualized representations as prediction targets. Benefiting from the self-attention mechanism, the latent representations generated by the teacher encoder can incorporate the global context of the entire training samples, leading to a richer training task. Additionally, considering the high temporal correlations in skeleton sequences, we propose a motion-aware tube masking strategy which divides the skeleton sequence into several tubes and performs persistent masking within each tube based on motion priors, thus forcing the model to build long-range spatio-temporal connections and focus on action-semantic richer regions. Extensive experiments on NTU-60, NTU-120, and PKU-MMD datasets demonstrate that our proposed Skeleton2vec outperforms previous methods and achieves state-of-the-art results.

📄 PDF Abstract BibTeX arXiv:2401.00921

Code (1)

ruizhuo-xu/skeleton2vec 공식 구현 pytorch

Tasks

Action RecognitionPredictionRepresentation LearningSelf-Supervised LearningSkeleton Based Action Recognition

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Addressing Leakage in Self-Supervised Contextualized Code Retrieval

2022-04-17 · COLING 2022 10 · Johannes Villmow, Viola Campos, Adrian Ulges, Ulrich Schwanecke

We address contextualized code retrieval, the search for code snippets helpful to fill gaps in a partial input program. Our approach facilitates a large-scale self-supervised contrastive training by splitting source code…

Defect DetectionRetrieval

ViA: View-invariant Skeleton Action Representation Learning via Motion Retargeting

2022-08-31 · Di Yang, Yaohui Wang, Antitza Dantcheva, Lorenzo Garattoni 외

Current self-supervised approaches for skeleton action representation learning often focus on constrained scenarios, where videos and skeleton data are recorded in laboratory settings. When dealing with estimated skeleto…

Action ClassificationAction Recognitionmotion retargetingRepresentation Learning+2

Self-Supervised 3D Action Representation Learning with Skeleton Cloud Colorization

2023-04-18 · Siyuan Yang, Jun Liu, Shijian Lu, Er Meng Hwa 외

3D Skeleton-based human action recognition has attracted increasing attention in recent years. Most of the existing work focuses on supervised learning which requires a large number of labeled action sequences that are o…

3D Action RecognitionAction RecognitionColorizationRepresentation Learning+3

Contextualized and Generalized Sentence Representations by Contrastive Self-Supervised Learning: A Case Study on Discourse Relation Analysis

2021-06-01 · NAACL 2021 4 · Hirokazu Kiyomaru, Sadao Kurohashi

We propose a method to learn contextualized and generalized sentence representations using contrastive self-supervised learning. In the proposed method, a model is given a text consisting of multiple sentences. One sente…

Self-Supervised LearningSentence

SkeletonMAE: Spatial-Temporal Masked Autoencoders for Self-supervised Skeleton Action Recognition

2022-09-01 · Wenhan Wu, Yilei Hua, Ce Zheng, Shiqian Wu 외

Fully supervised skeleton-based action recognition has achieved great progress with the blooming of deep learning techniques. However, these methods require sufficient labeled data which is not easy to obtain. In contras…

Action RecognitionDecoderSelf-supervised Skeleton-based Action RecognitionSkeleton Based Action Recognition