TCPFormer: Learning Temporal Correlation with Implicit Pose Proxy for 3D Human Pose Estimation
Jiajie Liu, Mengyuan Liu, Hong Liu, Wenhao Li
TL;DR
TCPFormer tackles the challenge of modeling complex temporal correlations in 2D pose sequences for 3D human pose estimation by introducing an implicit pose proxy and three interaction modules—PUM, PIM, and PAM—that iteratively refine and fuse proxy-driven representations with the pose sequence. The approach enables learning more comprehensive temporal dynamics and achieves state-of-the-art results on benchmark datasets such as Human3.6M and MPI-INF-3DHP, with ablations validating the contribution of each component and the proxy length. The method employs a spatio-temporal encoder, cross-attention-based proxy interactions, and a regression head with a combined $L = L_{3D} + \lambda L_T$ loss to enforce both accuracy and temporal smoothness. Overall, TCPFormer offers a scalable, transformer-based framework that improves temporal modeling in 3D pose lifting and demonstrates strong practical impact for accurate, temporally coherent pose estimation.
Abstract
Recent multi-frame lifting methods have dominated the 3D human pose estimation. However, previous methods ignore the intricate dependence within the 2D pose sequence and learn single temporal correlation. To alleviate this limitation, we propose TCPFormer, which leverages an implicit pose proxy as an intermediate representation. Each proxy within the implicit pose proxy can build one temporal correlation therefore helping us learn more comprehensive temporal correlation of human motion. Specifically, our method consists of three key components: Proxy Update Module (PUM), Proxy Invocation Module (PIM), and Proxy Attention Module (PAM). PUM first uses pose features to update the implicit pose proxy, enabling it to store representative information from the pose sequence. PIM then invocates and integrates the pose proxy with the pose sequence to enhance the motion semantics of each pose. Finally, PAM leverages the above mapping between the pose sequence and pose proxy to enhance the temporal correlation of the whole pose sequence. Experiments on the Human3.6M and MPI-INF-3DHP datasets demonstrate that our proposed TCPFormer outperforms the previous state-of-the-art methods.
