Efficient and Accurate Face Alignment by Global Regression and Cascaded Local Refinement

Despite great advances witnessed on facial image alignment in recent years, high accuracy high speed face alignment algorithms still have rooms to improve especially for applications where computation resources are limited. Addressing this issue, we propose a new face landmark localization algorithm by combining global regression and local refinement. In particular, for a given image, our algorithm first estimates its global facial shape through a global regression network (GRegNet) and then using cascaded local refinement networks (LRefNet) to sequentially improve the alignment result. Compared with previous face alignment algorithms, our key innovation is the sharing of low level features in GRegNet with LRefNet. Such feature sharing not only significantly improves the algorithm efficiency, but also allows full exploration of rich locality-sensitive details carried with shallow network layers and consequently boosts the localization accuracy. The advantages of our algorithm is clearly validated in our thorough experiments on four popular face alignment benchmarks, 300-W, AFLW, COFW and WFLW. On all datasets, our algorithm produces state-of-the-art alignment accuracy, while enjoys the smallest computational complexity.

PDF Abstract
No code implementations yet. Submit your code now

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Benchmark
Face Alignment 300W GRegNet + LRefNet NME_inter-ocular (%, Full) 3.12 # 14
NME_inter-ocular (%, Common) 2.71 # 12
NME_inter-ocular (%, Challenge) 4.78 # 12
NME_inter-pupil (%, Full) 4.37 # 11
NME_inter-pupil (%, Common) 3.76 # 11
NME_inter-pupil (%, Challenge) 6.89 # 9
Face Alignment WFLW GRegNet + LRefNet NME (inter-ocular) 4.65 # 25
AUC@10 (inter-ocular) 58.4 # 12
FR@10 (inter-ocular) 4.88 # 20

Methods