CVDec 10, 2017

3D Facial Expression Reconstruction using Cascaded Regression

arXiv:1712.03491v216 citations
AI Analysis

This addresses the problem of accurate 3D facial modeling for computer vision applications, but it is incremental as it builds on prior 3DMM-based approaches with specific improvements.

The paper tackles 3D facial expression reconstruction from a single image by proposing a cascaded regression framework that estimates parameters for a 3D Morphable Model, resulting in robustness to expression and pose variations and higher fidelity 3D face shapes compared to existing methods.

This paper proposes a novel model fitting algorithm for 3D facial expression reconstruction from a single image. Face expression reconstruction from a single image is a challenging task in computer vision. Most state-of-the-art methods fit the input image to a 3D Morphable Model (3DMM). These methods need to solve a stochastic problem and cannot deal with expression and pose variations. To solve this problem, we adopt a 3D face expression model and use a combined feature which is robust to scale, rotation and different lighting conditions. The proposed method applies a cascaded regression framework to estimate parameters for the 3DMM. 2D landmarks are detected and used to initialize the 3D shape and mapping matrices. In each iteration, residues between the current 3DMM parameters and the ground truth are estimated and then used to update the 3D shapes. The mapping matrices are also calculated based on the updated shapes and 2D landmarks. HOG features of the local patches and displacements between 3D landmark projections and 2D landmarks are exploited. Compared with existing methods, the proposed method is robust to expression and pose changes and can reconstruct higher fidelity 3D face shape.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes