Latent Pose Estimator for Continuous Action Recognition


Introduction

Recently, models based on conditional random fields (CRF) have produced promising results on labeling sequential data in several scientific fields. However, in the vision task of continuous action recognition, the observations of visual features have dimensions as high as hundreds or even thousands. This might pose severe difficulties on parameter estimation and even degrade the performance. To bridge the gap between the high dimensional observations and the random fields, we propose a novel model that replace the observation layer of a traditional random fields model with a latent pose estimator. In training stage, the human pose is not observed in the action data, and the latent pose estimator is learned under the supervision of the labeled action data, instead of image-to-pose data. The advantage of this model is twofold. First, it learns to convert the high dimensional observations into more compact and informative representations. Second, it enables transfer learning to fully utilize the existing knowledge and data on image-to-pose relationship. The parameters of the latent pose estimator and the random fields are jointly optimized through a gradient ascent algorithm. Our approach is tested on HumanEva -- a publicly available dataset. The experiments show that our approach can improve recognition accuracy over standard CRF model and its variations. The performance can be further significantly improved by using additional image-to-pose data for training. Our experiments also show that the model trained on HumanEva can generalize to different environment and human subjects.

[TOP]

Experimental Results

In these videos, we compare our LPCRF model with standard CRF and LDCRF. The bars mean probability of that action. Green means correct and red error.
1. Detect action boxing (
video).
2. Detect sub-actions (video).
3. Detect action in a concatenated sequence (video).
4. Detect action in a free style video (video): models are trained on HumanEva dataset while tested on this free style video.

[TOP]

Last Updated: Nov 14, 2008