๐ค AI Summary
Human pose prediction suffers from poor reproducibility and performance degradation caused by estimation noise inherent in pose estimators. To address these challenges, we propose a unified training and evaluation framework thatโ for the first timeโadapts modern speech modeling principles to this task. Our method employs a sequence modeling architecture integrating supervised learning with unsupervised fine-tuning, enabling end-to-end optimization directly on noisy joint coordinates output by off-the-shelf pose estimators. We introduce a novel evaluation paradigm grounded in realistic estimation noise and release corresponding noisy dataset variants to foster robustness research. Experiments demonstrate that our approach achieves significant improvements over state-of-the-art methods on standard benchmarks. Crucially, unsupervised fine-tuning is empirically validated to effectively mitigate estimator noise, substantially enhancing deployment robustness in real-world scenarios.
๐ Abstract
Human pose forecasting predicts future poses based on past observations, and has many significant applications in areas such as action recognition, autonomous driving or human-robot interaction. This paper evaluates a wide range of pose forecasting algorithms in the task of absolute pose forecasting, revealing many reproducibility issues, and provides a unified training and evaluation pipeline. After drawing a high-level analogy to the task of speech understanding, it is shown that recent speech models can be efficiently adapted to the task of pose forecasting, and improve current state-of-the-art performance. At last the robustness of the models is evaluated, using noisy joint coordinates obtained from a pose estimator model, to reflect a realistic type of noise, which is more close to real-world applications. For this a new dataset variation is introduced, and it is shown that estimated poses result in a substantial performance degradation, and how much of it can be recovered again by unsupervised finetuning.