Dirichlet-tree Distribution Enhanced Random Forests for Head Pose
Estimation
Yuanyuan Liu
1,2,3
, Jingying Chen
1,2
, Leyuan Liu
1,2
, Yujiao Gong
1
and Nan Luo
1
1
National Engineering Research Center for e-Learning, Central China Normal University, Wuhan, China
2
Collaborative & Innovative Center for Educational Technology (CICET), Wuhan, China
3
Huazhong University of Science and Technology Wenhua College, Wuhan, China
Keywords:
Dirichlet-tree Distribution Enhanced Random Forests, Head Pose Estimation, Gaussion Mixture Model,
Positive Patch Extraction.
Abstract:
Head pose estimation is important in human-machine interfaces. However, illumination variation, occlusion
and low image resolution make the estimation task difficult. Hence, a Dirichlet-tree distribution enhanced
Random Forests approach (D-RF) is proposed in this paper to estimate head pose efficiently and robustly under
various conditions. First, Gabor features of the facial positive patches are extracted to eliminate the influence
of occlusion and noise. Then, the D-RF is proposed to estimate the head pose in a coarse-to-fine way. In order
to improve the discrimination capability of the approach, an adaptive Gaussian mixture model is introduced
in the tree distribution. The proposed method has been evaluated with different data sets spanning from −90
◦
to 90
◦
in vertical and horizontal directions under various conditions.The experimental results demonstrate the
approach’s robustness and efficiency.
1 INTRODUCTION
Head pose estimation is important in many human
machine interfaces such as (Chen and Chen, 2011;
McFarlane, 2002). Head orientation is related to a
persons direction of attention, it can present useful
information about what the person is paying atten-
tion to. Different methods have been developed for
two types of image data, i.e., 2D images or depth
data. Methods on depth data can provide high accu-
racy, however they require special hardware (e.g. ex-
pensive depth sensor) and need more computations.
In this study, we focus on 2D images. Lots of work
have been done on head pose estimation for 2D im-
ages, some are based on local facial features (Shotton
and Fitzgibbon, 2011; Sun and Kohli, 2012; McFar-
lane, 2002), while others are based on the globe image
(Dantone and Gall, 2012; Gourier and Hall, 2004; Li
and Wang, 2010). However, illumination variation,
occlusion and low image resolution make the estima-
tion task difficult. Hence, a Dirichlet-tree distribution
enhanced Random Forests approach (D-RF) is pro-
posed in this paper to estimate head pose efficiently
and robustly under various conditions.
Random Forest (RF) (Breiman, 2001) is a popu-
lar method in computer vision given their capability
to handle large training datasets, high generalization
power and speed, and easy implementation. Some
works showed the power of random forest in map-
ping image features to votes in a generalized Hough
space (Gall and Lempitsky, 2009) or to real-valued
functions (Sun and Kohli, 2012). Recently, multiclass
RF has been proposed in (Huang and Ding, 2010) for
real-time head pose recognition from 2D video data
and 3D range images (Fanelli and Gall, 2011; Fanelli
and Weise, 2011; Shotton and Fitzgibbon, 2011). Fur-
thermore, Gall et al. (McFarlane, 2002) improved
the classification rate by modifying the optimization
scheme at each node of the trees. Matthias et al.
(Dantone and Gall, 2012) proposed a conditional ran-
dom forest to estimate head pose under various con-
ditions only in the horizontal direction. The accu-
racy rate reaches 72.3% with five yaw angle classes.
In order to improve the accuracy and efficiency, a
Dirichlet-tree distribution algorithm is introduced into
random forest framework to estimate head pose.
The Dirichlet-tree distribution was proposed by
Dennis (Minka, 1999). It is the distribution over
leaf probabilities that results from the prior on branch
probabilities. Minka proved the high accuracy and
efficency of the distribution. Some researchers used
a Dirichlet-tree distribution in multi-objects track-
87
Liu Y., Chen J., Liu L., Gong Y. and Luo N..
Dirichlet-tree Distribution Enhanced Random Forests for Head Pose Estimation.
DOI: 10.5220/0004825000870095
In Proceedings of the 3rd International Conference on Pattern Recognition Applications and Methods (ICPRAM-2014), pages 87-95
ISBN: 978-989-758-018-5
Copyright
c
2014 SCITEPRESS (Science and Technology Publications, Lda.)