Semantics-aware Test-time Adaptation for 3D Human Pose Estimation
Qiuxia Lin, Rongyu Chen, Kerui Gu, Angela Yao
TL;DR
This work tackles semantic misalignment in test time adaptation for 3D human pose estimation by introducing a semantics aware motion prior that aligns predicted motion with video action semantics via MotionCLIP, complemented by a 2D pose completion mechanism guided by motion text similarity. It couples a motion text alignment loss with a 2D pose EMA update and a smoothing term to produce semantically coherent pose sequences during inference, even under occlusion. Empirical results on 3DPW, 3DHP, and EgoBody show substantial improvements over prior TTA methods, including over 12% reductions in PA MPJPE on challenging data, while maintaining efficiency. Limitations include reliance on motion language models and potential VLM mislabeling, motivating future work on more robust semantic representations and flexible motion dictionaries.
Abstract
This work highlights a semantics misalignment in 3D human pose estimation. For the task of test-time adaptation, the misalignment manifests as overly smoothed and unguided predictions. The smoothing settles predictions towards some average pose. Furthermore, when there are occlusions or truncations, the adaptation becomes fully unguided. To this end, we pioneer the integration of a semantics-aware motion prior for the test-time adaptation of 3D pose estimation. We leverage video understanding and a well-structured motion-text space to adapt the model motion prediction to adhere to video semantics during test time. Additionally, we incorporate a missing 2D pose completion based on the motion-text similarity. The pose completion strengthens the motion prior's guidance for occlusions and truncations. Our method significantly improves state-of-the-art 3D human pose estimation TTA techniques, with more than 12% decrease in PA-MPJPE on 3DPW and 3DHP.
