1: \begin{abstract}
2: 3D face reconstruction from monocular image has been a popular topic in the computer vision community. Recent breakthroughs are mainly facilitated by face alignment, which aims to locate face vertices on a registered model. Although existing research works successfully tackle accuracy problems caused by large head pose, they still fall short when the faces are partially occluded, or in large light changing condition. Motivated by these challenges, this project proposes an end-to-end 3D face alignment and reconstruction network. The backbone of
3: our model is built by BottleNeck structure via Depthwise Separable Convolution. In order to improve the model’s performance in extreme conditions, we integrate Coordinate Attention mechanism and Spatial Group-wise Enhancement to extract more representative features in face regions. For more stable training process and better convergence, we jointly use Wing loss and the Weighted Parameter Distance Cost (WPDC) to learn parameters for 3D Morphable model (3DMM) and 3D
4: vertices. From the results, our proposed model outperforms all baseline models both quantitatively and qualitatively. Specifically, the face alignment accuracy is improved by 7.44\% on AFLW and 10.16% on AFLW2000-3D dataset.
5:
6: \end{abstract}
7: