Multi-Modality Co-Learning for Efficient Skeleton-based Action Recognition
Jinfu Liu, Chen Chen, Mengyuan Liu
TL;DR
This work addresses the limitations of skeleton-only action recognition by introducing Multi-Modality Co-Learning (MMCL), which injects complementary RGB and text information during training via multimodal LLMs while keeping inference lightweight with skeleton data only. MMCL comprises two modules: the Feature Alignment Module (FAM), which uses contrastive learning to align RGB-derived features with skeleton representations, and the Feature Refinement Module (FRM), which generates instructive text features through LLMs to refine classification scores. The training objective combines a standard classification loss with a contrastive loss and a refinement loss, enabling robust, generalizable representations and enabling domain-adaptive and zero-shot recognition. Experimental results on NTU RGB+D, NTU RGB+D 120, and Northwestern-UCLA establish state-of-the-art performance for skeleton-based methods, while zero-shot and domain-adaptive evaluations on UTD-MHAD and SYSU-Action demonstrate strong generalization, with code released for reproducibility.
Abstract
Skeleton-based action recognition has garnered significant attention due to the utilization of concise and resilient skeletons. Nevertheless, the absence of detailed body information in skeletons restricts performance, while other multimodal methods require substantial inference resources and are inefficient when using multimodal data during both training and inference stages. To address this and fully harness the complementary multimodal features, we propose a novel multi-modality co-learning (MMCL) framework by leveraging the multimodal large language models (LLMs) as auxiliary networks for efficient skeleton-based action recognition, which engages in multi-modality co-learning during the training stage and keeps efficiency by employing only concise skeletons in inference. Our MMCL framework primarily consists of two modules. First, the Feature Alignment Module (FAM) extracts rich RGB features from video frames and aligns them with global skeleton features via contrastive learning. Second, the Feature Refinement Module (FRM) uses RGB images with temporal information and text instruction to generate instructive features based on the powerful generalization of multimodal LLMs. These instructive text features will further refine the classification scores and the refined scores will enhance the model's robustness and generalization in a manner similar to soft labels. Extensive experiments on NTU RGB+D, NTU RGB+D 120 and Northwestern-UCLA benchmarks consistently verify the effectiveness of our MMCL, which outperforms the existing skeleton-based action recognition methods. Meanwhile, experiments on UTD-MHAD and SYSU-Action datasets demonstrate the commendable generalization of our MMCL in zero-shot and domain-adaptive action recognition. Our code is publicly available at: https://github.com/liujf69/MMCL-Action.
