Easy Minimax Estimation with Random Forests for Human Pose Estimation

Abstract

We describe a method for human parsing that is straightforward and competes with state-of-the-art performance on standard datasets. Unlike the state-of-the-art, our method does not search for individual body parts or poselets. Instead, a regression forest is used to predict a body configuration in body-space. The output of this regression forest is then combined in a novel way. Instead of averaging the output of each tree in the forest we use minimax to calculate optimal weights for the trees. This optimal weighting improves performance on rare poses and improves the generalization of our method to different datasets. Our paper demonstrates the unique advantage of random forest representations: minimax estimation is straightforward with no significant retraining burden.

Cite

Text

Tsatsoulis and Forsyth. "Easy Minimax Estimation with Random Forests for Human Pose Estimation." European Conference on Computer Vision Workshops, 2014. doi:10.1007/978-3-319-16178-5_47

Markdown

[Tsatsoulis and Forsyth. "Easy Minimax Estimation with Random Forests for Human Pose Estimation." European Conference on Computer Vision Workshops, 2014.](https://mlanthology.org/eccvw/2014/tsatsoulis2014eccvw-easy/) doi:10.1007/978-3-319-16178-5_47

BibTeX

@inproceedings{tsatsoulis2014eccvw-easy,
  title     = {{Easy Minimax Estimation with Random Forests for Human Pose Estimation}},
  author    = {Tsatsoulis, P. Daphne and Forsyth, David A.},
  booktitle = {European Conference on Computer Vision Workshops},
  year      = {2014},
  pages     = {669-684},
  doi       = {10.1007/978-3-319-16178-5_47},
  url       = {https://mlanthology.org/eccvw/2014/tsatsoulis2014eccvw-easy/}
}