paper-with-me

Papers

Large Pose 3D Face Reconstruction from a Single Image via Direct Volumetric CNN Regression

2017-03-22 · ICCV 2017 10 · Aaron S. Jackson, Adrian Bulat, Vasileios Argyriou, Georgios Tzimiropoulos

3D face reconstruction is a fundamental Computer Vision problem of extraordinary difficulty. Current systems often assume the availability of multiple facial images (sometimes from the same subject) as input, and must address a number of methodological challenges such as establishing dense correspondences across large facial poses, expressions, and non-uniform illumination. In general these methods require complex and inefficient pipelines for model building and fitting. In this work, we propose to address many of these limitations by training a Convolutional Neural Network (CNN) on an appropriate dataset consisting of 2D images and 3D facial models or scans. Our CNN works with just a single 2D facial image, does not require accurate alignment nor establishes dense correspondence between images, works for arbitrary facial poses and expressions, and can be used to reconstruct the whole 3D facial geometry (including the non-visible parts of the face) bypassing the construction (during training) and fitting (during testing) of a 3D Morphable Model. We achieve this via a simple CNN architecture that performs direct regression of a volumetric representation of the 3D facial geometry from a single 2D image. We also demonstrate how the related task of facial landmark localization can be incorporated into the proposed framework and help improve reconstruction quality, especially for the cases of large poses and facial expressions. Testing code will be made available online, along with pre-trained models http://aaronsplace.co.uk/papers/jackson2017recon

📄 PDF Abstract BibTeX arXiv:1703.07834

Code (1)

AaronJackson/vrn 공식 구현 torch

Tasks

3D Face ReconstructionFace AlignmentFace Reconstructionregression

Similar Papers 제목 키워드 기반

A Review of 3D Face Reconstruction From a Single Image

2021-10-13 · Hanxin Wang

3D face reconstruction is a challenging problem but also an important task in the field of computer vision and graphics. Recently, many researchers put attention to the problem and a large number of articles have been pu…

3D Face ReconstructionArticlesFace ReconstructionImage Reconstruction

Pose Invariant 3D Face Reconstruction

2018-11-13 · Lei Jiang, Xiao-Jun Wu, Josef Kittler

3D face reconstruction is an important task in the field of computer vision. Although 3D face reconstruction has being developing rapidly in recent years, it is still a challenge for face reconstruction under large pose.…

3D Face ReconstructionFace Reconstruction

Adaptive 3D Face Reconstruction from a Single Image

2020-07-08 · Kun Li, Jing Yang, Nianhong Jiao, Jinsong Zhang 외

3D face reconstruction from a single image is a challenging problem, especially under partial occlusions and extreme poses. This is because the uncertainty of the estimated 2D landmarks will affect the quality of face re…

3D Face ReconstructionFace ReconstructionPose Estimation

A Self-Supervised Bootstrap Method for Single-Image 3D Face Reconstruction

2018-12-14 · Yifan Xing, Rahul Tewari, Paulo R. S. Mendonca

State-of-the-art methods for 3D reconstruction of faces from a single image require 2D-3D pairs of ground-truth data for supervision. Such data is costly to acquire, and most datasets available in the literature are rest…

3D Face Reconstruction3D ReconstructionFace ModelFace Reconstruction

Generating Diverse 3D Reconstructions from a Single Occluded Face Image

2021-12-01 · CVPR 2022 1 · Rahul Dey, Vishnu Naresh Boddeti

Occlusions are a common occurrence in unconstrained face images. Single image 3D reconstruction from such face images often suffers from corruption due to the presence of occlusions. Furthermore, while a plurality of 3D …

3D ReconstructionDiversityGraph Neural Network