CVAug 12, 2025

UniSTFormer: Unified Spatio-Temporal Lightweight Transformer for Efficient Skeleton-Based Action Recognition

arXiv:2508.08944v1h-index: 3
Originality Incremental advance
AI Analysis

This work addresses efficiency issues in skeleton-based action recognition for applications requiring real-time or resource-constrained deployment, representing an incremental improvement over existing transformer methods.

The paper tackled the problem of high computational cost and parameter complexity in skeleton-based action recognition by proposing a unified spatio-temporal lightweight transformer framework, which reduced parameters by over 58% and computational cost by over 60% while maintaining competitive accuracy.

Skeleton-based action recognition (SAR) has achieved impressive progress with transformer architectures. However, existing methods often rely on complex module compositions and heavy designs, leading to increased parameter counts, high computational costs, and limited scalability. In this paper, we propose a unified spatio-temporal lightweight transformer framework that integrates spatial and temporal modeling within a single attention module, eliminating the need for separate temporal modeling blocks. This approach reduces redundant computations while preserving temporal awareness within the spatial modeling process. Furthermore, we introduce a simplified multi-scale pooling fusion module that combines local and global pooling pathways to enhance the model's ability to capture fine-grained local movements and overarching global motion patterns. Extensive experiments on benchmark datasets demonstrate that our lightweight model achieves a superior balance between accuracy and efficiency, reducing parameter complexity by over 58% and lowering computational cost by over 60% compared to state-of-the-art transformer-based baselines, while maintaining competitive recognition performance.

Foundations

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

Your Notes