Inferring Body Pose Without Tracking Body Parts

Abstract

A novel approach for estimating articulated body posture and motion from monocular video sequences is proposed. Human pose is defined as the instantaneous two dimensional configuration (i.e. the projection onto the image plane) of a single articulated body in terms of the position of a predetermined sets of joints. First, statistical segmentation of the human bodies from the background is performed and low-level visual features are found given the segmented body shape. The goal is to be able to map these generally low level visual features to body configurations. The system estimates different mappings, each one with a specific cluster in the visual feature space. Given a set of body motion sequences for training, unsupervised clustering is obtained via the Expectation Maximization algorithm. For each of the clusters, a function is estimated to build the mapping between low-level features to 2D pose. Given new visual features, a mapping from each cluster is performed to yield a set of possible poses. From this set, the system selects the most likely pose given the learned probability distribution and the visual feature of the proposed approach is characterized using real and artificially generated body postures, showing promising results.

Cite

Text

Rosales and Sclaroff. "Inferring Body Pose Without Tracking Body Parts." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2000. doi:10.1109/CVPR.2000.854946

Markdown

[Rosales and Sclaroff. "Inferring Body Pose Without Tracking Body Parts." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2000.](https://mlanthology.org/cvpr/2000/rosales2000cvpr-inferring/) doi:10.1109/CVPR.2000.854946

BibTeX

@inproceedings{rosales2000cvpr-inferring,
  title     = {{Inferring Body Pose Without Tracking Body Parts}},
  author    = {Rosales, Rómer and Sclaroff, Stan},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2000},
  pages     = {2721-},
  doi       = {10.1109/CVPR.2000.854946},
  url       = {https://mlanthology.org/cvpr/2000/rosales2000cvpr-inferring/}
}