Enhancing 3D Human Pose Estimation Amidst Severe Occlusion with Dual Transformer Fusion
Mehwish Ghafoor, Arif Mahmood, Muhammad Bilal
TL;DR
The paper tackles 3D Human Pose Estimation (HPE) from monocular video under severe occlusion, where missing 2D joints destabilize 3D lifting.It introduces Dual Transformer Fusion (DTF), which generates two intermediate views with a Multi-View Generator, refines them, and fuses them using cross-view attention, all guided by an Occlusion Guidance Mechanism that temporally interpolates missing joints and assigns confidence based on temporal distance.DTF is trained end-to-end using the mean per-joint position error loss $L_{MPJPE}$ and is evaluated on Human3.6M and MPI-INF-3DHP, where it achieves state-of-the-art performance under severe occlusion.The approach demonstrates robustness to sparse 2D detections and provides an occlusion-aware training protocol that can improve existing 2D-to-3D lifting methods, with potential extensions to multi-person scenarios.
Abstract
In the field of 3D Human Pose Estimation from monocular videos, the presence of diverse occlusion types presents a formidable challenge. Prior research has made progress by harnessing spatial and temporal cues to infer 3D poses from 2D joint observations. This paper introduces a Dual Transformer Fusion (DTF) algorithm, a novel approach to obtain a holistic 3D pose estimation, even in the presence of severe occlusions. Confronting the issue of occlusion-induced missing joint data, we propose a temporal interpolation-based occlusion guidance mechanism. To enable precise 3D Human Pose Estimation, our approach leverages the innovative DTF architecture, which first generates a pair of intermediate views. Each intermediate-view undergoes spatial refinement through a self-refinement schema. Subsequently, these intermediate-views are fused to yield the final 3D human pose estimation. The entire system is end-to-end trainable. Through extensive experiments conducted on the Human3.6M and MPI-INF-3DHP datasets, our method's performance is rigorously evaluated. Notably, our approach outperforms existing state-of-the-art methods on both datasets, yielding substantial improvements. The code is available here: https://github.com/MehwishG/DTF.
