Frequency Guidance Matters: Skeletal Action Recognition by Frequency-Aware Mixed Transformer
Wenhan Wu, Ce Zheng, Zihao Yang, Chen Chen, Srijan Das, Aidong Lu
TL;DR
This work presents FreqMixFormer, a frequency-aware mixed transformer for skeleton action recognition that addresses subtle discriminative motions by encoding joint trajectories in the frequency domain via Discrete Cosine Transform (DCT) and fusing these frequency features with spatial joint relations through a frequency-aware attention mechanism. The architecture comprises frequency-aware attention blocks (FAB), spatial attention blocks (SAB), a frequency operator to emphasize high-frequency components, and a temporal transformer to capture global inter-frame correlations, culminating in state-of-the-art results on NTU RGB+D, NTU RGB+D 120, and NW-UCLA. Extensive ablations demonstrate the contributions of FAB, the frequency operator, and the temporal module, as well as robust performance on confusing actions. The work highlights the importance of incorporating frequency-domain cues into transformer-based skeleton action recognition, offering practical improvements for precise action understanding in real-world scenarios.
Abstract
Recently, transformers have demonstrated great potential for modeling long-term dependencies from skeleton sequences and thereby gained ever-increasing attention in skeleton action recognition. However, the existing transformer-based approaches heavily rely on the naive attention mechanism for capturing the spatiotemporal features, which falls short in learning discriminative representations that exhibit similar motion patterns. To address this challenge, we introduce the Frequency-aware Mixed Transformer (FreqMixFormer), specifically designed for recognizing similar skeletal actions with subtle discriminative motions. First, we introduce a frequency-aware attention module to unweave skeleton frequency representations by embedding joint features into frequency attention maps, aiming to distinguish the discriminative movements based on their frequency coefficients. Subsequently, we develop a mixed transformer architecture to incorporate spatial features with frequency features to model the comprehensive frequency-spatial patterns. Additionally, a temporal transformer is proposed to extract the global correlations across frames. Extensive experiments show that FreqMiXFormer outperforms SOTA on 3 popular skeleton action recognition datasets, including NTU RGB+D, NTU RGB+D 120, and NW-UCLA datasets.
