Perceiving Systems, Computer Vision

VIBE: Video Inference for Human Body Pose and Shape Estimation (CVPR 2020)

28 February 2020

05:54

State-of-the-art 3D human pose and shape estimation from video using GRUs and adversarial training. Code: https://github.com/mkocabas/VIBE arXiv: https://arxiv.org/abs/1912.05656 Authors: Muhammed Kocabas, Nikos Athanasiou, Michael J. Black Max Planck Institute for Intelligent Systems, Tübingen, Germany Abstract Human motion is fundamental to understanding behavior. Despite progress on single-image 3D pose and shape estimation, existing video-based state-of-the-art methods fail to produce accurate and natural motion sequences due to a lack of ground-truth 3D motion data for training. To address this problem, we propose Video Inference for Body Pose and Shape Estimation (VIBE), which makes use of an existing large-scale motion capture dataset (AMASS, https://amass.is.tue.mpg.de/) together with unpaired, in-the-wild, 2D keypoint annotations. Our key novelty is an adversarial learning framework that leverages AMASS to discriminate between real human motions and those produced by our temporal pose and shape regression networks. We define a temporal network architecture and show that adversarial training, at the sequence level, produces kinematically plausible motion sequences without in-the-wild ground-truth 3D labels. We perform extensive experimentation to analyze the importance of motion and demonstrate the effectiveness of VIBE on challenging 3D pose estimation datasets, achieving state-of-the-art performance. Citation: @inproceedings{VIBE:CVPR:2020, title = {{VIBE}: Video Inference for Human Body Pose and Shape Estimation}, author = {Kocabas, Muhammed and Athanasiou, Nikos and Black, Michael J.}, booktitle = {Computer Vision and Pattern Recognition (CVPR)}, month = jun, year = {2020} }

=