Style Aggregated Network for Facial Landmark Detection

CVPR 2018  ·  Xuanyi Dong, Yan Yan, Wanli Ouyang, Yi Yang ·

Recent advances in facial landmark detection achieve success by learning discriminative features from rich deformation of face shapes and poses. Besides the variance of faces themselves, the intrinsic variance of image styles, e.g., grayscale vs. color images, light vs. dark, intense vs. dull, and so on, has constantly been overlooked. This issue becomes inevitable as increasing web images are collected from various sources for training neural networks. In this work, we propose a style-aggregated approach to deal with the large intrinsic variance of image styles for facial landmark detection. Our method transforms original face images to style-aggregated images by a generative adversarial module. The proposed scheme uses the style-aggregated image to maintain face images that are more robust to environmental changes. Then the original face images accompanying with style-aggregated ones play a duet to train a landmark detector which is complementary to each other. In this way, for each face, our method takes two images as input, i.e., one in its original style and the other in the aggregated style. In experiments, we observe that the large variance of image styles would degenerate the performance of facial landmark detectors. Moreover, we show the robustness of our method to the large variance of image styles by comparing to a variant of our approach, in which the generative adversarial module is removed, and no style-aggregated images are used. Our approach is demonstrated to perform well when compared with state-of-the-art algorithms on benchmark datasets AFLW and 300-W. Code is publicly available on GitHub: https://github.com/D-X-Y/SAN

PDF Abstract CVPR 2018 PDF CVPR 2018 Abstract

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Face Alignment 300W SAN NME_inter-ocular (%, Full) 3.98 # 36
NME_inter-ocular (%, Common) 3.34 # 35
NME_inter-ocular (%, Challenge) 6.60 # 38
Facial Landmark Detection 300W SAN GT NME 3.98 # 10
Face Alignment AFLW-19 SAN NME_diag (%, Full) 1.91 # 17
NME_diag (%, Frontal) 1.85 # 12
NME_box (%, Full) 4.04 # 10
AUC_box@0.07 (%, Full) 54.0 # 7
Facial Landmark Detection AFLW-Front SAN Mean NME 1.85 # 2
Facial Landmark Detection AFLW-Full SAN Mean NME 1.91 # 3

Methods


No methods listed for this paper. Add relevant methods here