Skeleton-based Action Recognition via Adaptive Cross-Form Learning
Xuanhan Wang, Yan Dai, Lianli Gao, Jingkuan Song

TL;DR
This paper introduces Adaptive Cross-Form Learning (ACFL), a novel approach that enables GCNs to learn from single-form skeleton data by mimicking other forms, improving action recognition without requiring all skeleton forms during inference.
Contribution
The paper proposes ACFL, a method allowing GCNs to leverage multi-form skeleton cues from single-form data, overcoming the need for all forms during training and inference.
Findings
Significantly improves GCN models like CTR-GCN, MS-G3D, and Shift-GCN.
Achieves new state-of-the-art results on NTU-RGB+D 120, NTU-RGB+D 60, and UAV-Human datasets.
Demonstrates strong generalizability and effectiveness of ACFL.
Abstract
Skeleton-based action recognition aims to project skeleton sequences to action categories, where skeleton sequences are derived from multiple forms of pre-detected points. Compared with earlier methods that focus on exploring single-form skeletons via Graph Convolutional Networks (GCNs), existing methods tend to improve GCNs by leveraging multi-form skeletons due to their complementary cues. However, these methods (either adapting structure of GCNs or model ensemble) require the co-existence of all forms of skeletons during both training and inference stages, while a typical situation in real life is the existence of only partial forms for inference. To tackle this issue, we present Adaptive Cross-Form Learning (ACFL), which empowers well-designed GCNs to generate complementary representation from single-form skeletons without changing model capacity. Specifically, each GCN model in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Pose and Action Recognition · Stroke Rehabilitation and Recovery · Gait Recognition and Analysis
MethodsGraph Convolutional Network
