CVSep 20, 2025

CGTGait: Collaborative Graph and Transformer for Gait Emotion Recognition

arXiv:2509.16623v1h-index: 3Has Code
Originality Incremental advance
AI Analysis

This work addresses gait emotion recognition for applications in human-computer interaction and healthcare, presenting an incremental improvement by combining existing methods to enhance efficiency and accuracy.

The paper tackles the problem of skeleton-based gait emotion recognition by proposing CGTGait, a framework that integrates graph convolution and transformers to capture spatiotemporal features, achieving state-of-the-art or competitive performance with an 82.2% reduction in computational complexity (0.34G FLOPs).

Skeleton-based gait emotion recognition has received significant attention due to its wide-ranging applications. However, existing methods primarily focus on extracting spatial and local temporal motion information, failing to capture long-range temporal representations. In this paper, we propose \textbf{CGTGait}, a novel framework that collaboratively integrates graph convolution and transformers to extract discriminative spatiotemporal features for gait emotion recognition. Specifically, CGTGait consists of multiple CGT blocks, where each block employs graph convolution to capture frame-level spatial topology and the transformer to model global temporal dependencies. Additionally, we introduce a Bidirectional Cross-Stream Fusion (BCSF) module to effectively aggregate posture and motion spatiotemporal features, facilitating the exchange of complementary information between the two streams. We evaluate our method on two widely used datasets, Emotion-Gait and ELMD, demonstrating that our CGTGait achieves state-of-the-art or at least competitive performance while reducing computational complexity by approximately \textbf{82.2\%} (only requiring 0.34G FLOPs) during testing. Code is available at \small{https://github.com/githubzjj1/CGTGait.}

Foundations

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

Your Notes