Supervised Local Subspace Learning for Continuous Head Pose Estimation

Abstract

Head pose estimation from images has recently attracted much attention in computer vision due to its diverse applications in face recognition, driver monitoring and human computer interaction. Most successful approaches to head pose estimation formulate the problem as a nonlinear regression between image features and continuous 3D angles (i.e. yaw, pitch and roll). However, regression-like methods suffer from three main drawbacks: (1) They typically lack generalization and overfit when trained using a few samples. (2) They fail to get reliable estimates over some regions of the output space (angles) when the training set is not uniformly sampled. For instance, if the training data contains under-sampled areas for some angles. (3) They are not robust to image noise or occlusion. To address these problems, this paper presents Supervised Local Subspace Learning (SL <sup xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">2</sup> ), a method that learns a local linear model from a sparse and non-uniformly sampled training set. SL <sup xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">2</sup> learns a mixture of local tangent spaces that is robust to under-sampled regions, and due to its regularization properties it is also robust to over-fitting. Moreover, because SL <sup xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">2</sup> is a generative model, it can deal with image noise. Experimental results on the CMU Multi-PIE and BU-3DFE database show the effectiveness of our approach in terms of accuracy and computational complexity.

Cite

Text

Huang et al. "Supervised Local Subspace Learning for Continuous Head Pose Estimation." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011. doi:10.1109/CVPR.2011.5995683

Markdown

[Huang et al. "Supervised Local Subspace Learning for Continuous Head Pose Estimation." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011.](https://mlanthology.org/cvpr/2011/huang2011cvpr-supervised/) doi:10.1109/CVPR.2011.5995683

BibTeX

@inproceedings{huang2011cvpr-supervised,
  title     = {{Supervised Local Subspace Learning for Continuous Head Pose Estimation}},
  author    = {Huang, Dong and Storer, Markus and De la Torre, Fernando and Bischof, Horst},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2011},
  pages     = {2921-2928},
  doi       = {10.1109/CVPR.2011.5995683},
  url       = {https://mlanthology.org/cvpr/2011/huang2011cvpr-supervised/}
}