CVDec 3, 2018

Nose, eyes and ears: Head pose estimation by locating facial keypoints

arXiv:1812.00739v143 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of accurate head pose estimation in uncontrolled environments for applications like human-computer interaction, but it is incremental as it builds on existing keypoint detection methods.

The paper tackles monocular head pose estimation by using uncertainty maps of five facial keypoints as a higher-level representation, which is processed by a convolutional neural network to regress head pose angles. The approach achieves state-of-the-art results on the BIWI and AFLW benchmarks.

Monocular head pose estimation requires learning a model that computes the intrinsic Euler angles for pose (yaw, pitch, roll) from an input image of human face. Annotating ground truth head pose angles for images in the wild is difficult and requires ad-hoc fitting procedures (which provides only coarse and approximate annotations). This highlights the need for approaches which can train on data captured in controlled environment and generalize on the images in the wild (with varying appearance and illumination of the face). Most present day deep learning approaches which learn a regression function directly on the input images fail to do so. To this end, we propose to use a higher level representation to regress the head pose while using deep learning architectures. More specifically, we use the uncertainty maps in the form of 2D soft localization heatmap images over five facial keypoints, namely left ear, right ear, left eye, right eye and nose, and pass them through an convolutional neural network to regress the head-pose. We show head pose estimation results on two challenging benchmarks BIWI and AFLW and our approach surpasses the state of the art on both the datasets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes