Papers › Generative Action Description Prompts for Skeleton-based Action Recognition

Generative Action Description Prompts for Skeleton-based Action Recognition

10 Aug 2022ICCV 2023 1arXiv:2208.05318archive 2025-07-28

Wangmeng Xiang, Chao Li, Yuxuan Zhou, Biao Wang, Lei Zhang

Skeleton-based action recognition has recently received considerable attention. Current approaches to skeleton-based action recognition are typically formulated as one-hot classification tasks and do not fully exploit the semantic relations between actions. For example, "make victory sign" and "thumb up" are two actions of hand gestures, whose major difference lies in the movement of hands. This information is agnostic from the categorical one-hot encoding of action classes but could be unveiled from the action description. Therefore, utilizing action description in training could potentially benefit representation learning. In this work, we propose a Generative Action-description Prompts (GAP) approach for skeleton-based action recognition. More specifically, we employ a pre-trained large-scale language model as the knowledge engine to automatically generate text descriptions for body parts movements of actions, and propose a multi-modal training scheme by utilizing the text encoder to generate feature vectors for different body parts and supervise the skeleton encoder for action representation learning. Experiments show that our proposed GAP method achieves noticeable improvements over various baseline models without extra computation cost at inference. GAP achieves new state-of-the-arts on popular skeleton-based action recognition benchmarks, including NTU RGB+D, NTU RGB+D 120 and NW-UCLA. The source code is available at https://github.com/MartinXM/GAP.

PaperPDFConference PDFCodeCode 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="2208.05318")

Code

Syntology Ran 7 of 10 code samples harvested from 2 repositories linked to this paper; 3 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · violated contract; 3 ran · our draft was wrong; 1 ran with no contract checked.

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

martinxm/gap officialmentioned in papermentioned on GitHubpytorch report
martinxm/lst officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
maclong01/STEP-CATFormer mentioned on GitHubpytorchApache-2.0 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

10 samples harvested; 7 ran; 1 honoured the contract we drafted; 3 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 · honoured contract
2ran · violated contract
3ran · our draft was wrong
1ran
3unverified

Licence: 0 of the 10 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

count_params martinxm/lst/utils.py official repository ran · honoured contract Apache-2.0 (permissive) · 616b5e82dd2a38f9 · report
activation_factory martinxm/lst/model/activation.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 5426f077b824bbb4 · report
gen_label martinxm/lst/tools.py official repository ran Apache-2.0 (permissive) · 9ec19e473ca8e62e · report
import_class martinxm/lst/model/baseline.py official repository ran · our draft was wrong Apache-2.0 (permissive) · ffed4f85d50832c9 · report
import_class martinxm/gap/main_multipart_ntu.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 4e946d7c92be9d41 · report
str2bool martinxm/lst/utils.py official repository ran · violated contract Apache-2.0 (permissive) · f017532fc389cbfe · report
str2bool martinxm/lst/main_multipart_ntu.py official repository ran · violated contract Apache-2.0 (permissive) · a957019ca36a6747 · report
build_model martinxm/lst/clip/model.py official repository unverified Apache-2.0 (permissive) · 13c6de98a5cc764e · report
create_logits martinxm/lst/tools.py official repository unverified Apache-2.0 (permissive) · cad29a7a417c68d3 · report
load martinxm/lst/clip/clip.py official repository unverified Apache-2.0 (permissive) · b91b981015bbf498 · report

Tasks

Action RecognitionLanguage ModellingRepresentation LearningSkeleton Based Action Recognition

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Skeleton Based Action Recognition N-UCLA LST Accuracy 97.2 #7 of 25 Archive leaderboard report
Skeleton Based Action Recognition NTU RGB+D LST Accuracy (CS) 92.9 #23 of 135 Archive leaderboard report
Skeleton Based Action Recognition NTU RGB+D LST Accuracy (CV) 97 #23 of 135 Archive leaderboard report
Skeleton Based Action Recognition NTU RGB+D LST Ensembled Modalities 4 #23 of 135 Archive leaderboard report
Skeleton Based Action Recognition NTU RGB+D 120 LST Accuracy (Cross-Setup) 91.1 #13 of 83 Archive leaderboard report
Skeleton Based Action Recognition NTU RGB+D 120 LST Accuracy (Cross-Subject) 89.9 #13 of 83 Archive leaderboard report
Skeleton Based Action Recognition NTU RGB+D 120 LST Ensembled Modalities 4 #13 of 83 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.

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