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

ASMNet: a Lightweight Deep Neural Network for Face Alignment and Pose Estimation

About

Active Shape Model (ASM) is a statistical model of object shapes that represents a target structure. ASM can guide machine learning algorithms to fit a set of points representing an object (e.g., face) onto an image. This paper presents a lightweight Convolutional Neural Network (CNN) architecture with a loss function being assisted by ASM for face alignment and estimating head pose in the wild. We use ASM to first guide the network towards learning a smoother distribution of the facial landmark points. Inspired by transfer learning, during the training process, we gradually harden the regression problem and guide the network towards learning the original landmark points distribution. We define multi-tasks in our loss function that are responsible for detecting facial landmark points as well as estimating the face pose. Learning multiple correlated tasks simultaneously builds synergy and improves the performance of individual tasks. We compare the performance of our proposed model called ASMNet with MobileNetV2 (which is about 2 times bigger than ASMNet) in both the face alignment and pose estimation tasks. Experimental results on challenging datasets show that by using the proposed ASM assisted loss function, the ASMNet performance is comparable with MobileNetV2 in the face alignment task. In addition, for face pose estimation, ASMNet performs much better than MobileNetV2. ASMNet achieves an acceptable performance for facial landmark points detection and pose estimation while having a significantly smaller number of parameters and floating-point operations compared to many CNN-based models.

Ali Pourramezan Fard, Hojjat Abdollahi, Mohammad Mahoor• 2021

Related benchmarks

TaskDatasetResultRank
Facial Landmark Detection300-W (Common)
NME0.0388
180
Facial Landmark Detection300-W (Fullset)
Mean Error (%)4.59
174
Facial Landmark Detection300W (Challenging)
NME7.35
159
Facial Landmark Localization300-W (Full set)
NME4.59
46
Landmark Localization300W (Chall.)
Mean Error (%)7.35
44
Landmark Localization300W Common
NME3.88
44
Facial Landmark Localization300-W (Challenging set)
NME7.35
32
Landmark Localization300W (full)
Mean Error (%)4.59
21
Facial Landmark Localization300W Common
NME3.88
20
Head Pose Estimation300W Full subset
Pitch Error1.8
7
Showing 10 of 14 rows

Other info

Follow for update