Facial Pose Estimation by Deep Learning from Label Distributions

Abstract

Facial pose estimation has gained a lot of attentions in many practical applications, such as human-robot interaction, gaze estimation and driver monitoring. Meanwhile, end-to-end deep learning-based facial pose estimation is becoming more and more popular. However, facial pose estimation suffers from a key challenge: the lack of sufficient training data for many poses, especially for large poses. Inspired by the observation that the faces under close poses look similar, we reformulate the facial pose estimation as a label distribution learning problem, considering each face image as an example associated with a Gaussian label distribution rather than a single label, and construct a convolutional neural network which is trained with a multi-loss function on AFLW dataset and 300W-LP dataset to predict the facial poses directly from color image. Extensive experiments are conducted on several popular benchmarks, including AFLW2000, BIWI, AFLW and AFW, where our approach shows a significant advantage over other state-of-the-art methods.

Cite

Text

Liu et al. "Facial Pose Estimation by Deep Learning from Label Distributions." IEEE/CVF International Conference on Computer Vision Workshops, 2019. doi:10.1109/ICCVW.2019.00156

Markdown

[Liu et al. "Facial Pose Estimation by Deep Learning from Label Distributions." IEEE/CVF International Conference on Computer Vision Workshops, 2019.](https://mlanthology.org/iccvw/2019/liu2019iccvw-facial/) doi:10.1109/ICCVW.2019.00156

BibTeX

@inproceedings{liu2019iccvw-facial,
  title     = {{Facial Pose Estimation by Deep Learning from Label Distributions}},
  author    = {Liu, Zhaoxiang and Chen, Zezhou and Bai, Jinqiang and Li, Shaohua and Lian, Shiguo},
  booktitle = {IEEE/CVF International Conference on Computer Vision Workshops},
  year      = {2019},
  pages     = {1232-1240},
  doi       = {10.1109/ICCVW.2019.00156},
  url       = {https://mlanthology.org/iccvw/2019/liu2019iccvw-facial/}
}