Three Dimensional Monocular Human Motion Analysis in End-Effector Space

Introduction:

This web site is a companion to the EMMCVPR 2009 paper "Three Dimensional Monocular Human Motion Analysis in End-Effector Space". The main purpose of the web site is to host the videos referenced in the paper. These can be found in the next section.

The paper discusses the choice of state-space for human pose estimation problems. The straight-forward choice of state-space is the space of angles between all joints in the human body. Sadly, this state-space is very high-dimensional, which makes it computationally expensive to perform pose estimation in this space. In this paper, we propose using the end-effector (hands, head, ...) coordinates as state-space, and then to use inverse kinematics to infer the angles from these coordinates. Preliminary experiments show that this provides a huge speed-up, with little to no loss in accuracy.

Demonstration Videos:

The following videos illustrates the usefulness of the chosen state-space. In these videos we are not aiming at perfect tracking as this requires a much more tuned system for making visual measurements. The point is simply that we can get results that are comparable to using 5000 particles in the full pose space using only 25 particles in end-effector space. Since each particle requires the evaluation of the likelihood function (which is computationally expensive) this provides a vast speed-up. Specifically, the end-effector tracker is about 100 times faster than the full-pose tracker.

To see the videos, click on the images below.

Full-Pose; 100 particles Full-Pose; 5000 particles End-Effector; 25 particles
Tracking result using 100 particles in angle space Tracking result using 5000 particles in angle space Tracking result using 25 particles in end-effector space

The Paper:

You can download the EMMCVPR 2009 paper from here and the conference poster from here. The BibTeX for the paper is

@inproceedings{endeffector:hauberg_et_al09,
  title = {Three Dimensional Monocular Human Motion Analysis in End-Effector Space},
  author = {Søren Hauberg and Jerome Lapuyade and Morten Engell-Nørregård and
           Kenny Erleben and Kim Steenstrup Pedersen},
  booktitle = {Energy Minimization Methods in Computer Vision and Pattern Recognition},
  year = "2009",
  month = "August",
  pages = "235-248",
  editor = {Daniel Cremers and others},
  publisher = {Springer},
  series = {Lecture Notes in Computer Science}
}

For comments or questions please contact Søren Hauberg.