CVMar 19, 2025

Body-Hand Modality Expertized Networks with Cross-attention for Fine-grained Skeleton Action Recognition

arXiv:2503.14960v32 citationsh-index: 1IROS
Originality Incremental advance
AI Analysis

This work solves the problem of distinguishing fine-grained human actions for robotics and human-robot interaction by focusing on hand details, representing an incremental improvement over unified graph methods.

The paper tackles the problem of fine-grained skeleton action recognition by addressing the oversight of subtle hand motions in existing methods, proposing BHaRNet which combines body and hand expert models with cross-attention, resulting in state-of-the-art accuracies such as improving from 86.4% to 93.0% in hand-intensive actions.

Skeleton-based Human Action Recognition (HAR) is a vital technology in robotics and human-robot interaction. However, most existing methods concentrate primarily on full-body movements and often overlook subtle hand motions that are critical for distinguishing fine-grained actions. Recent work leverages a unified graph representation that combines body, hand, and foot keypoints to capture detailed body dynamics. Yet, these models often blur fine hand details due to the disparity between body and hand action characteristics and the loss of subtle features during the spatial-pooling. In this paper, we propose BHaRNet (Body-Hand action Recognition Network), a novel framework that augments a typical body-expert model with a hand-expert model. Our model jointly trains both streams with an ensemble loss that fosters cooperative specialization, functioning in a manner reminiscent of a Mixture-of-Experts (MoE). Moreover, cross-attention is employed via an expertized branch method and a pooling-attention module to enable feature-level interactions and selectively fuse complementary information. Inspired by MMNet, we also demonstrate the applicability of our approach to multi-modal tasks by leveraging RGB information, where body features guide RGB learning to capture richer contextual cues. Experiments on large-scale benchmarks (NTU RGB+D 60, NTU RGB+D 120, PKU-MMD, and Northwestern-UCLA) demonstrate that BHaRNet achieves SOTA accuracies -- improving from 86.4\% to 93.0\% in hand-intensive actions -- while maintaining fewer GFLOPs and parameters than the relevant unified methods.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes