🤖 AI Summary
To address the insufficient modeling of local bone-level details and the disconnection of global joint dependencies in 3D human pose estimation, this paper proposes SSR-STF, a dual-stream architecture that jointly models skeletal-level local structure and long-range inter-joint relationships. Its core innovation is the Skeleton-Selective Refinement Attention (SSRA) mechanism, which adaptively fuses fine-grained local anatomy with global semantic context, overcoming the limitations of single-stream Transformers in capturing subtle joint motions. The method integrates a Transformer backbone, a customized SSRFormer module, multi-scale spatiotemporal feature alignment, and dynamic feature fusion. On Human3.6M and MPI-INF-3DHP, it achieves state-of-the-art P1 errors of 37.4 mm and 13.2 mm, respectively. Moreover, when transferred to 3D mesh recovery, it delivers significant performance gains.
📝 Abstract
Transformer-based methods have recently achieved significant success in 3D human pose estimation, owing to their strong ability to model long-range dependencies. However, relying solely on the global attention mechanism is insufficient for capturing the fine-grained local details, which are crucial for accurate pose estimation. To address this, we propose SSR-STF, a dual-stream model that effectively integrates local features with global dependencies to enhance 3D human pose estimation. Specifically, we introduce SSRFormer, a simple yet effective module that employs the skeleton selective refine attention (SSRA) mechanism to capture fine-grained local dependencies in human pose sequences, complementing the global dependencies modeled by the Transformer. By adaptively fusing these two feature streams, SSR-STF can better learn the underlying structure of human poses, overcoming the limitations of traditional methods in local feature extraction. Extensive experiments on the Human3.6M and MPI-INF-3DHP datasets demonstrate that SSR-STF achieves state-of-the-art performance, with P1 errors of 37.4 mm and 13.2 mm respectively, outperforming existing methods in both accuracy and generalization. Furthermore, the motion representations learned by our model prove effective in downstream tasks such as human mesh recovery. Codes are available at https://github.com/poker-xu/SSR-STF.