Wavelet-Decoupling Contrastive Enhancement Network for Fine-Grained Skeleton-Based Action Recognition
Haochen Chang, Jing Chen, Yilin Li, Jixiang Chen, Xiaofeng Zhang
TL;DR
Problem: fine-grained skeleton action recognition suffers from subtle inter-class differences and high similarity among actions. Approach: a Wavelet-Attention Decoupling (WAD) module uses a 1D discrete wavelet transform to split features into $\mathbf{X}_{low}$ and $\mathbf{X}_{high}$, enabling adaptive decoupling that yields $\mathbf{X}_{salient}$ and $\mathbf{X}_{subtle}$, followed by Fine-grained Contrastive Enhancement (FCE) with trajectory-wise attention and prototype contrastive loss to sharpen subtle cues. Contributions: (i) time-frequency decoupling with WAD, (ii) trajectory-based FCE with prototype supervision, and (iii) a fusion objective combining $\mathbf{X}_{fuse}=\mathbf{X}_{salient}+\mathbf{X}_{subtle}$ and multiple losses $\mathcal{L}=\lambda_{fuse}\mathcal{L}_{fuse}+\lambda_{salient}\mathcal{L}_{salient}+\lambda_{proto}\mathcal{L}_{proto}$. Results: strong performance on NTU RGB+D and FineGYM, particularly for hard-to-distinguish actions, validating the effectiveness of frequency-domain decoupling for fine-grained skeleton-based recognition.
Abstract
Skeleton-based action recognition has attracted much attention, benefiting from its succinctness and robustness. However, the minimal inter-class variation in similar action sequences often leads to confusion. The inherent spatiotemporal coupling characteristics make it challenging to mine the subtle differences in joint motion trajectories, which is critical for distinguishing confusing fine-grained actions. To alleviate this problem, we propose a Wavelet-Attention Decoupling (WAD) module that utilizes discrete wavelet transform to effectively disentangle salient and subtle motion features in the time-frequency domain. Then, the decoupling attention adaptively recalibrates their temporal responses. To further amplify the discrepancies in these subtle motion features, we propose a Fine-grained Contrastive Enhancement (FCE) module to enhance attention towards trajectory features by contrastive learning. Extensive experiments are conducted on the coarse-grained dataset NTU RGB+D and the fine-grained dataset FineGYM. Our methods perform competitively compared to state-of-the-art methods and can discriminate confusing fine-grained actions well.
