# RepNet: Weakly Supervised Training of an Adversarial Reprojection   Network for 3D Human Pose Estimation

**Authors:** Bastian Wandt, Bodo Rosenhahn

arXiv: 1902.09868 · 2019-03-13

## TL;DR

RepNet introduces a weakly supervised adversarial network for 3D human pose estimation from single images, effectively avoiding overfitting and generalizing well to unseen data while operating in real-time.

## Contribution

It proposes a novel weakly supervised training method that leverages adversarial learning and reprojection constraints without relying on 2D-3D correspondences.

## Key findings

- Outperforms state-of-the-art methods on unseen data
- Generalizes well to new, unknown datasets
- Operates in real-time on standard hardware

## Abstract

This paper addresses the problem of 3D human pose estimation from single images. While for a long time human skeletons were parameterized and fitted to the observation by satisfying a reprojection error, nowadays researchers directly use neural networks to infer the 3D pose from the observations. However, most of these approaches ignore the fact that a reprojection constraint has to be satisfied and are sensitive to overfitting. We tackle the overfitting problem by ignoring 2D to 3D correspondences. This efficiently avoids a simple memorization of the training data and allows for a weakly supervised training. One part of the proposed reprojection network (RepNet) learns a mapping from a distribution of 2D poses to a distribution of 3D poses using an adversarial training approach. Another part of the network estimates the camera. This allows for the definition of a network layer that performs the reprojection of the estimated 3D pose back to 2D which results in a reprojection loss function. Our experiments show that RepNet generalizes well to unknown data and outperforms state-of-the-art methods when applied to unseen data. Moreover, our implementation runs in real-time on a standard desktop PC.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.09868/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1902.09868/full.md

## References

50 references — full list in the complete paper: https://tomesphere.com/paper/1902.09868/full.md

---
Source: https://tomesphere.com/paper/1902.09868