Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Hybrid coarse-fine classification for head pose estimation

About

Head pose estimation, which computes the intrinsic Euler angles (yaw, pitch, roll) from the human, is crucial for gaze estimation, face alignment, and 3D reconstruction. Traditional approaches heavily relies on the accuracy of facial landmarks. It limits their performances, especially when the visibility of the face is not in good condition. In this paper, to do the estimation without facial landmarks, we combine the coarse and fine regression output together for a deep network. Utilizing more quantization units for the angles, a fine classifier is trained with the help of other auxiliary coarse units. Integrating regression is adopted to get the final prediction. The proposed approach is evaluated on three challenging benchmarks. It achieves the state-of-the-art on AFLW2000, BIWI and performs favorably on AFLW. The code has been released on Github.

Haofan Wang, Zhenghua Chen, Yi Zhou• 2019

Related benchmarks

TaskDatasetResultRank
Head Pose EstimationAFLW2000 (test)
Overall MAE5.395
42
Head Pose EstimationBIWI Kinect Headpose Dataset (8-fold cross-val)
Yaw Error3.4273
13
Head Pose EstimationAFLW 1000 images protocol
Yaw Error6.18
6
Showing 3 of 3 rows

Other info

Code

Follow for update