# Semi- and Weakly-supervised Human Pose Estimation

**Authors:** Norimichi Ukita, Yusuke Uematsu

arXiv: 1906.01399 · 2019-06-05

## TL;DR

This paper introduces semi- and weakly-supervised learning methods for human pose estimation that reduce the need for extensive annotated data by leveraging action labels and pose clustering techniques.

## Contribution

It proposes three novel learning schemes that improve pose estimation accuracy using limited annotations and action labels, including outlier detection and pose clustering.

## Key findings

- Effective pose estimation with limited labeled data
- Improved true-positive pose selection accuracy
- Ability to detect diverse poses beyond supervised examples

## Abstract

For human pose estimation in still images, this paper proposes three semi- and weakly-supervised learning schemes. While recent advances of convolutional neural networks improve human pose estimation using supervised training data, our focus is to explore the semi- and weakly-supervised schemes. Our proposed schemes initially learn conventional model(s) for pose estimation from a small amount of standard training images with human pose annotations. For the first semi-supervised learning scheme, this conventional pose model detects candidate poses in training images with no human annotation. From these candidate poses, only true-positives are selected by a classifier using a pose feature representing the configuration of all body parts. The accuracies of these candidate pose estimation and true-positive pose selection are improved by action labels provided to these images in our second and third learning schemes, which are semi- and weakly-supervised learning. While the first and second learning schemes select only poses that are similar to those in the supervised training data, the third scheme selects more true-positive poses that are significantly different from any supervised poses. This pose selection is achieved by pose clustering using outlier pose detection with Dirichlet process mixtures and the Bayes factor. The proposed schemes are validated with large-scale human pose datasets.

## Full text

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

## Figures

35 figures with captions in the complete paper: https://tomesphere.com/paper/1906.01399/full.md

## References

77 references — full list in the complete paper: https://tomesphere.com/paper/1906.01399/full.md

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