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

Style Aggregated Network for Facial Landmark Detection

About

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

Xuanyi Dong, Yan Yan, Wanli Ouyang, Yi Yang• 2018

Related benchmarks

TaskDatasetResultRank
Facial Landmark Detection300-W (Common)
NME0.0334
180
Facial Landmark Detection300-W (Fullset)
Mean Error (%)3.98
174
Facial Landmark Detection300W (Challenging)
NME6.6
159
Face AlignmentWFLW (test)
NME (%) (Testset)5.22
144
Facial Landmark DetectionWFLW (test)
Mean Error (ME) - All5.22
122
Facial Landmark DetectionAFLW Full
NME0.0191
101
Face Alignment300W (Challenging)
NME0.066
93
Face Alignment300W Common
NME3.28
90
Face Alignment300W Fullset (test)
NME3.98
82
Face Alignment300-W (Full)
NME3.98
66
Showing 10 of 67 rows

Other info

Code

Follow for update