Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

KTPFormer: Kinematics and Trajectory Prior Knowledge-Enhanced Transformer for 3D Human Pose Estimation

About

This paper presents a novel Kinematics and Trajectory Prior Knowledge-Enhanced Transformer (KTPFormer), which overcomes the weakness in existing transformer-based methods for 3D human pose estimation that the derivation of Q, K, V vectors in their self-attention mechanisms are all based on simple linear mapping. We propose two prior attention modules, namely Kinematics Prior Attention (KPA) and Trajectory Prior Attention (TPA) to take advantage of the known anatomical structure of the human body and motion trajectory information, to facilitate effective learning of global dependencies and features in the multi-head self-attention. KPA models kinematic relationships in the human body by constructing a topology of kinematics, while TPA builds a trajectory topology to learn the information of joint motion trajectory across frames. Yielding Q, K, V vectors with prior knowledge, the two modules enable KTPFormer to model both spatial and temporal correlations simultaneously. Extensive experiments on three benchmarks (Human3.6M, MPI-INF-3DHP and HumanEva) show that KTPFormer achieves superior performance in comparison to state-of-the-art methods. More importantly, our KPA and TPA modules have lightweight plug-and-play designs and can be integrated into various transformer-based networks (i.e., diffusion-based) to improve the performance with only a very small increase in the computational overhead. The code is available at: https://github.com/JihuaPeng/KTPFormer.

Jihua Peng, Yanghong Zhou, P.Y. Mok• 2024

Related benchmarks

TaskDatasetResultRank
3D Human Pose EstimationMPI-INF-3DHP (test)
PCK98.9
559
3D Human Pose EstimationHuman3.6M (test)
MPJPE (Average)19
547
3D Human Pose EstimationHuman3.6M (subjects 9 and 11)
Average Error40.1
180
3D Human Pose EstimationHuman3.6M
MPJPE19
160
3D Human Pose Estimation3DPW
PA-MPJPE52.7
119
3D Human Pose EstimationMPI-INF-3DHP
PCK98.9
108
3D Human Pose EstimationHumanEva
Walk S1 Error12.3
32
3D Human Pose EstimationHuman3.6M GT 2D pose sequences (test)
MPJPE (Dire.)18.8
29
3D Human Pose EstimationHumanEva (test)--
6
Showing 9 of 9 rows

Other info

Code

Follow for update