Cross-Block Fine-Grained Semantic Cascade for Skeleton-Based Sports Action Recognition
Zhendong Liu, Haifeng Xia, Tong Guo, Libo Sun, Ming Shao, Siyu Xia
TL;DR
The paper tackles the challenge of fine-grained temporal discrimination in skeleton-based sports action recognition by introducing CFSC, a cross-block semantic cascade that aggregates low-level features from multiple GCN blocks through short-term temporal convolutions. By fusing multi-granularity information and leveraging a lightweight temporal pathway, CFSC enhances discriminative cues for fast, subtle sports actions. Empirical results on FD-7 and FSD-10 show consistent performance gains across backbones, confirming the value of cross-block feature fusion for fine-grained sports activity analysis. The work also provides a new fencing dataset (FD-7) and thorough ablations to guide future refinement of block selection and temporal-cascade design.
Abstract
Human action video recognition has recently attracted more attention in applications such as video security and sports posture correction. Popular solutions, including graph convolutional networks (GCNs) that model the human skeleton as a spatiotemporal graph, have proven very effective. GCNs-based methods with stacked blocks usually utilize top-layer semantics for classification/annotation purposes. Although the global features learned through the procedure are suitable for the general classification, they have difficulty capturing fine-grained action change across adjacent frames -- decisive factors in sports actions. In this paper, we propose a novel ``Cross-block Fine-grained Semantic Cascade (CFSC)'' module to overcome this challenge. In summary, the proposed CFSC progressively integrates shallow visual knowledge into high-level blocks to allow networks to focus on action details. In particular, the CFSC module utilizes the GCN feature maps produced at different levels, as well as aggregated features from proceeding levels to consolidate fine-grained features. In addition, a dedicated temporal convolution is applied at each level to learn short-term temporal features, which will be carried over from shallow to deep layers to maximize the leverage of low-level details. This cross-block feature aggregation methodology, capable of mitigating the loss of fine-grained information, has resulted in improved performance. Last, FD-7, a new action recognition dataset for fencing sports, was collected and will be made publicly available. Experimental results and empirical analysis on public benchmarks (FSD-10) and self-collected (FD-7) demonstrate the advantage of our CFSC module on learning discriminative patterns for action classification over others.
