3D Human Pose Estimation Based on 2D-3D Consistency with Synchronized Adversarial Training
Yicheng Deng, Cheng Sun, Yongqi Sun, Jiahui Zhu
TL;DR
The paper tackles depth ambiguity in monocular 3D human pose estimation by proposing a synchronized adversarial framework that jointly teaches a generator, a reprojection network, and a discriminator to enforce 2D-3D consistency. A weighted KCS matrix is incorporated into the discriminator to enforce bone-length and joint-angle constraints, while a reprojection network learns the distribution mapping from 3D poses back to 2D reprojections. Empirical results on Human3.6M, MPI-INF-3DHP, and MPII show state-of-the-art performance among weakly supervised methods, with robust handling of 2D detector noise and strong generalization to in-the-wild data. The approach advances practical 3D pose estimation by reducing dependency on large 3D labels and improving geometric consistency across views and poses.
Abstract
3D human pose estimation from a single image is still a challenging problem despite the large amount of work that has been performed in this field. Generally, most methods directly use neural networks and ignore certain constraints (e.g., reprojection constraints, joint angle, and bone length constraints). While a few methods consider these constraints but train the network separately, they cannot effectively solve the depth ambiguity problem. In this paper, we propose a GAN-based model for 3D human pose estimation, in which a reprojection network is employed to learn the mapping of the distribution from 3D poses to 2D poses, and a discriminator is employed for 2D-3D consistency discrimination. We adopt a novel strategy to synchronously train the generator, the reprojection network and the discriminator. Furthermore, inspired by the typical kinematic chain space (KCS) matrix, we introduce a weighted KCS matrix and take it as one of the discriminator's inputs to impose joint angle and bone length constraints. The experimental results on Human3.6M show that our method significantly outperforms state-of-the-art methods in most cases.
