pith. sign in

arxiv: 2211.09590 · v5 · pith:DUFY6IUPnew · submitted 2022-11-17 · 💻 cs.CV

Hypergraph Transformer for Skeleton-based Action Recognition

classification 💻 cs.CV
keywords graphgcnsmodelshypergraphmodelself-attentionstate-of-the-artaction
0
0 comments X
read the original abstract

Skeleton-based action recognition aims to recognize human actions given human joint coordinates with skeletal interconnections. By defining a graph with joints as vertices and their natural connections as edges, previous works successfully adopted Graph Convolutional networks (GCNs) to model joint co-occurrences and achieved superior performance. More recently, a limitation of GCNs is identified, i.e., the topology is fixed after training. To relax such a restriction, Self-Attention (SA) mechanism has been adopted to make the topology of GCNs adaptive to the input, resulting in the state-of-the-art hybrid models. Concurrently, attempts with plain Transformers have also been made, but they still lag behind state-of-the-art GCN-based methods due to the lack of structural prior. Unlike hybrid models, we propose a more elegant solution to incorporate the bone connectivity into Transformer via a graph distance embedding. Our embedding retains the information of skeletal structure during training, whereas GCNs merely use it for initialization. More importantly, we reveal an underlying issue of graph models in general, i.e., pairwise aggregation essentially ignores the high-order kinematic dependencies between body joints. To fill this gap, we propose a new self-attention (SA) mechanism on hypergraph, termed Hypergraph Self-Attention (HyperSA), to incorporate intrinsic higher-order relations into the model. We name the resulting model Hyperformer, and it beats state-of-the-art graph models w.r.t. accuracy and efficiency on NTU RGB+D, NTU RGB+D 120, and Northwestern-UCLA datasets.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Partial Skeleton Visibility for Action Recognition: A Constrained Field-of-View Approach

    cs.CV 2026-07 unverdicted novelty 7.0

    PartialVisGraph is a hypergraph framework with learnable virtual hyperedges and a sample-adaptive transformer incorporating visibility prior, achieving reported SOTA gains up to 68.8% under simulated partial FoV on NT...

  2. Patch-Wise Hypergraph Contrastive Learning with Dual Normal Distribution Weighting for Multi-Domain Stain Transfer

    cs.CV 2025-03 unverdicted novelty 5.0

    STNHCL uses hypergraph modeling of patch relationships and dual Gaussian weighting of negative samples to achieve state-of-the-art multi-domain stain transfer while addressing limitations of cycle consistency.