# PoseFix: Model-agnostic General Human Pose Refinement Network

**Authors:** Gyeongsik Moon, Ju Yong Chang, and Kyoung Mu Lee

arXiv: 1812.03595 · 2019-03-12

## TL;DR

PoseFix introduces a model-agnostic, trainable human pose refinement network that improves the accuracy of various 2D pose estimation methods without requiring model-specific adjustments.

## Contribution

It proposes a novel, model-agnostic pose refinement approach using synthetic data based on error statistics, enabling easy post-processing for any pose estimation method.

## Key findings

- Outperforms traditional multi-stage refinement models
- Enhances various state-of-the-art pose estimation methods
- Achieves better accuracy on standard benchmarks

## Abstract

Multi-person pose estimation from a 2D image is an essential technique for human behavior understanding. In this paper, we propose a human pose refinement network that estimates a refined pose from a tuple of an input image and input pose. The pose refinement was performed mainly through an end-to-end trainable multi-stage architecture in previous methods. However, they are highly dependent on pose estimation models and require careful model design. By contrast, we propose a model-agnostic pose refinement method. According to a recent study, state-of-the-art 2D human pose estimation methods have similar error distributions. We use this error statistics as prior information to generate synthetic poses and use the synthesized poses to train our model. In the testing stage, pose estimation results of any other methods can be input to the proposed method. Moreover, the proposed model does not require code or knowledge about other methods, which allows it to be easily used in the post-processing step. We show that the proposed approach achieves better performance than the conventional multi-stage refinement models and consistently improves the performance of various state-of-the-art pose estimation methods on the commonly used benchmark. The code is available in this https URL\footnote{\url{https://github.com/mks0601/PoseFix_RELEASE}}.

## Full text

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

## Figures

14 figures with captions in the complete paper: https://tomesphere.com/paper/1812.03595/full.md

## References

31 references — full list in the complete paper: https://tomesphere.com/paper/1812.03595/full.md

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