English

PoseNet3D: Learning Temporally Consistent 3D Human Pose via Knowledge Distillation

Computer Vision and Pattern Recognition 2020-11-13 v2 Graphics

Abstract

Recovering 3D human pose from 2D joints is a highly unconstrained problem. We propose a novel neural network framework, PoseNet3D, that takes 2D joints as input and outputs 3D skeletons and SMPL body model parameters. By casting our learning approach in a student-teacher framework, we avoid using any 3D data such as paired/unpaired 3D data, motion capture sequences, depth images or multi-view images during training. We first train a teacher network that outputs 3D skeletons, using only 2D poses for training. The teacher network distills its knowledge to a student network that predicts 3D pose in SMPL representation. Finally, both the teacher and the student networks are jointly fine-tuned in an end-to-end manner using temporal, self-consistency and adversarial losses, improving the accuracy of each individual network. Results on Human3.6M dataset for 3D human pose estimation demonstrate that our approach reduces the 3D joint prediction error by 18% compared to previous unsupervised methods. Qualitative results on in-the-wild datasets show that the recovered 3D poses and meshes are natural, realistic, and flow smoothly over consecutive frames.

Keywords

Cite

@article{arxiv.2003.03473,
  title  = {PoseNet3D: Learning Temporally Consistent 3D Human Pose via Knowledge Distillation},
  author = {Shashank Tripathi and Siddhant Ranade and Ambrish Tyagi and Amit Agrawal},
  journal= {arXiv preprint arXiv:2003.03473},
  year   = {2020}
}

Comments

Accepted as Oral in 3DV 2020; supplementary material included; added results on 3DPW dataset in revision

R2 v1 2026-06-23T14:07:09.957Z