CVSep 2, 2017

Learning Dense Facial Correspondences in Unconstrained Images

arXiv:1709.00536v165 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of robust facial analysis in real-world conditions for applications like video processing, though it is incremental as it builds on existing 3D face models and training techniques.

The paper tackles the problem of dense facial correspondence in unconstrained images by presenting a neural network that learns per-pixel flow and a matchability mask, outperforming state-of-the-art face alignment methods in accuracy and speed.

We present a minimalistic but effective neural network that computes dense facial correspondences in highly unconstrained RGB images. Our network learns a per-pixel flow and a matchability mask between 2D input photographs of a person and the projection of a textured 3D face model. To train such a network, we generate a massive dataset of synthetic faces with dense labels using renderings of a morphable face model with variations in pose, expressions, lighting, and occlusions. We found that a training refinement using real photographs is required to drastically improve the ability to handle real images. When combined with a facial detection and 3D face fitting step, we show that our approach outperforms the state-of-the-art face alignment methods in terms of accuracy and speed. By directly estimating dense correspondences, we do not rely on the full visibility of sparse facial landmarks and are not limited to the model space of regression-based approaches. We also assess our method on video frames and demonstrate successful per-frame processing under extreme pose variations, occlusions, and lighting conditions. Compared to existing 3D facial tracking techniques, our fitting does not rely on previous frames or frontal facial initialization and is robust to imperfect face detections.

Foundations

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

Your Notes