paper-with-me

Papers

Multi-Modality Co-Learning for Efficient Skeleton-based Action Recognition

2024-07-22 · Jinfu Liu, Chen Chen, Mengyuan Liu

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.

📄 PDF Abstract BibTeX arXiv:2407.15706

Code (1)

liujf69/MMCL-Action 공식 구현 pytorch

Tasks

Action RecognitionContrastive LearningSkeleton Based Action Recognition

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Fine-grained Action Analysis: A Multi-modality and Multi-task Dataset of Figure Skating

2023-07-06 · Sheng-Lan Liu, Yu-Ning Ding, Gang Yan, Si-Fan Zhang 외

The fine-grained action analysis of the existing action datasets is challenged by insufficient action categories, low fine granularities, limited modalities, and tasks. In this paper, we propose a Multi-modality and Mult…

Action AnalysisAction Quality AssessmentAction RecognitionFine-grained Action Recognition

Explore Human Parsing Modality for Action Recognition

2024-01-04 · CAAI Transactions on Intelligence Technology 2023 7 · Jinfu Liu, Runwei Ding, Yuhang Wen, Nan Dai 외

Multimodal-based action recognition methods have achieved high success using pose and RGB modality. However, skeletons sequences lack appearance depiction and RGB images suffer irrelevant noise due to modality limitation…

Action RecognitionHuman Parsing

SNN-Driven Multimodal Human Action Recognition via Event Camera and Skeleton Data Fusion

2025-02-19 · Naichuan Zheng, Hailun Xia

Multimodal human action recognition based on RGB and skeleton data fusion, while effective, is constrained by significant limitations such as high computational complexity, excessive memory consumption, and substantial e…

Action RecognitionMambaTemporal Action Localization

Modality Compensation Network: Cross-Modal Adaptation for Action Recognition

2020-01-31 · Sijie Song, Jiaying Liu, Yanghao Li, Zongming Guo

With the prevalence of RGB-D cameras, multi-modal video data have become more available for human action recognition. One main challenge for this task lies in how to effectively leverage their complementary information. …

Action RecognitionOptical Flow EstimationRepresentation LearningTemporal Action Localization

Multimodal Fusion via Teacher-Student Network for Indoor Action Recognition

2021-05-18 · Association for the Advancement of Artificial Intelligence (AAAI) 2021 5 · Bruce X.B. Yu, Yan Liu, Keith C.C. Chan

Indoor action recognition plays an important role in modern society, such as intelligent healthcare in large mobile cabin hospitals. With the wide usage of depth sensors like Kinect, multimodal information including s…

Action RecognitionAction Recognition In VideosBenchmarking