paper-with-me

Papers

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 skeletons for the same semantics. However, it is still a pending issue to apply strong augmentations, which distort the images/skeletons' structures and cause semantic loss, due to their resulting unstable training. In this paper, we investigate the potential of adopting strong augmentations and propose a general hierarchical consistent contrastive learning framework (HiCLR) for skeleton-based action recognition. Specifically, we first design a gradual growing augmentation policy to generate multiple ordered positive pairs, which guide to achieve the consistency of the learned representation from different views. Then, an asymmetric loss is proposed to enforce the hierarchical consistency via a directional clustering operation in the feature space, pulling the representations from strongly augmented views closer to those from weakly augmented views for better generalizability. Meanwhile, we propose and evaluate three kinds of strong augmentations for 3D skeletons to demonstrate the effectiveness of our method. Extensive experiments show that HiCLR outperforms the state-of-the-art methods notably on three large-scale datasets, i.e., NTU60, NTU120, and PKUMMD.

📄 PDF Abstract BibTeX arXiv:2211.13466

Code (1)

JHang2020/HiCLR 공식 구현 pytorch

Tasks

Action RecognitionContrastive LearningFew-Shot Skeleton-Based Action RecognitionSelf-supervised Skeleton-based Action RecognitionSkeleton Based Action Recognition

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Skeleton-Snippet Contrastive Learning with Multiscale Feature Fusion for Action Localization

2025-12-18 · Qiushuo Cheng, Jingjing Liu, Catherine Morgan, Alan Whone 외 arxiv

The self-supervised pretraining paradigm has achieved great success in learning 3D action representations for skeleton-based action recognition using contrastive learning. However, learning effective representations for …

Temporal Action LocalizationContrastive LearningAction RecognitionTransfer Learning

Variational Contrastive Learning for Skeleton-based Action Recognition

2026-01-12 · Dang Dinh Nguyen, Decky Aspandi Latif, Titus Zaharia arxiv

In recent years, self-supervised representation learning for skeleton-based action recognition has advanced with the development of contrastive learning methods. However, most of contrastive paradigms are inherently disc…

Self-Supervised LearningRepresentation LearningContrastive LearningAction Recognition

MS-CLR: Multi-Skeleton Contrastive Learning for Human Action Recognition

2025-08-20 · Mert Kiray, Alvaro Ritter, Nassir Navab, Benjamin Busam arxiv

Contrastive learning has gained significant attention in skeleton-based action recognition for its ability to learn robust representations from unlabeled data. However, existing methods rely on a single skeleton conventi…

Contrastive LearningAction Recognition

Hierarchical Contrast for Unsupervised Skeleton-based Action Representation Learning

2022-12-05 · Jianfeng Dong, Shengkai Sun, Zhonglin Liu, ShuJie Chen 외

This paper targets unsupervised skeleton-based action representation learning and proposes a new Hierarchical Contrast (HiCo) framework. Different from the existing contrastive-based solutions that typically represent an…

Action RecognitionFew-Shot Skeleton-Based Action RecognitionRepresentation LearningRetrieval+2

Graph Contrastive Learning for Skeleton-based Action Recognition

2023-01-26 · Xiaohu Huang, Hao Zhou, Jian Wang, Haocheng Feng 외

In the field of skeleton-based action recognition, current top-performing graph convolutional networks (GCNs) exploit intra-sequence context to construct adaptive graphs for feature aggregation. However, we argue that su…

Action RecognitionContrastive LearningGraph LearningSkeleton Based Action Recognition