SOTAVerified

Towards Fast, Accurate and Stable 3D Dense Face Alignment

2020-09-21ECCV 2020Code Available2· sign in to hype

Jianzhu Guo, Xiangyu Zhu, Yang Yang, Fan Yang, Zhen Lei, Stan Z. Li

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Existing methods of 3D dense face alignment mainly concentrate on accuracy, thus limiting the scope of their practical applications. In this paper, we propose a novel regression framework named 3DDFA-V2 which makes a balance among speed, accuracy and stability. Firstly, on the basis of a lightweight backbone, we propose a meta-joint optimization strategy to dynamically regress a small set of 3DMM parameters, which greatly enhances speed and accuracy simultaneously. To further improve the stability on videos, we present a virtual synthesis method to transform one still image to a short-video which incorporates in-plane and out-of-plane face moving. On the premise of high accuracy and stability, 3DDFA-V2 runs at over 50fps on a single CPU core and outperforms other state-of-the-art heavy models simultaneously. Experiments on several challenging datasets validate the efficiency of our method. Pre-trained models and code are available at https://github.com/cleardusk/3DDFA_V2.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
AFLW2000-3D3DDFA-V2Mean NME 3.56Unverified
Florence3DDFA_V2Mean NME3.56Unverified
NoW Benchmark3DDFA_V2Median Reconstruction Error1.23Unverified
REALY3DDFA-v2all1.93Unverified
REALY (side-view)3DDFA-v2all1.94Unverified
Stirling-HQ (FG2018 3D face reconstruction challenge)3DDFA_V2Mean Reconstruction Error (mm)1.91Unverified
Stirling-LQ (FG2018 3D face reconstruction challenge)3DDFA_V2Mean Reconstruction Error (mm)2.1Unverified

Reproductions