Papers › Augmented Skeleton Based Contrastive Action Learning with Momentum LSTM for...

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

1 Aug 2020arXiv:2008.00188archive 2025-07-28

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2008.00188")

Code

Syntology Ran 2 of 11 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran · fixture could not drive it.

By repository: official repository: 11 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Mikexu007/AS-CAL officialmentioned in paperpytorchnot reachable when probed 2026-09-17 — repositories for recent papers often appear after camera-ready report
Mikexu007/AS_CAL officialmentioned in paperpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 2 ran; 0 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
1ran · fixture could not drive it
9unverified

Licence: 0 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Mikexu007/AS_CAL. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

get_shuffle_ids Mikexu007/AS_CAL/pretrain_and_linEval.py official repository ran · fixture could not drive it MIT (permissive) · e2e91e39d8368ced · report
import_class Mikexu007/AS_CAL/linEval.py official repository ran · our draft was wrong MIT (permissive) · ffed4f85d50832c9 · report
accuracy Mikexu007/AS_CAL/util.py official repository unverified MIT (permissive) · 913d82af53065418 · report
aug_look Mikexu007/AS_CAL/feeders/tools.py official repository unverified MIT (permissive) · fec3ca8e9cb588e8 · report
denormalize Mikexu007/AS_CAL/feeders/sbu_feeder.py official repository unverified MIT (permissive) · dc89adec7492521a · report
get_ground_truth Mikexu007/AS_CAL/feeders/sbu_feeder.py official repository unverified MIT (permissive) · 63dca04df5440f53 · report
parse_sbu_txt Mikexu007/AS_CAL/feeders/sbu_feeder.py official repository unverified MIT (permissive) · 5deb486c8215ef31 · report
pose_embed_ Mikexu007/AS_CAL/linEval.py official repository unverified MIT (permissive) · 16950c872dc57466 · report
reshap_input_for_lstm Mikexu007/AS_CAL/models/Models.py official repository unverified MIT (permissive) · d82afa8773b11f30 · report
subsample Mikexu007/AS_CAL/feeders/tools.py official repository unverified MIT (permissive) · d4cef4738b78026c · report
subtract Mikexu007/AS_CAL/feeders/tools.py official repository unverified MIT (permissive) · 5772bc1d78b90f56 · report

Tasks

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

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Self-Supervised Human Action Recognition NTU RGB+D 120 AS-CAL Classifier FC #6 of 8 Archive leaderboard report
Self-Supervised Human Action Recognition NTU RGB+D 120 AS-CAL Encoder LSTM #6 of 8 Archive leaderboard report
Self-Supervised Human Action Recognition NTU RGB+D 120 AS-CAL xset (%) 49.2 #6 of 8 Archive leaderboard report
Self-Supervised Human Action Recognition NTU RGB+D 120 AS-CAL xsub (%) 48.6 #6 of 8 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

LSTMSigmoid ActivationTanh Activation

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections