FaceCom: Towards High-fidelity 3D Facial Shape Completion via Optimization and Inpainting Guidance
Yinglong Li, Hongyu Wu, Xiaogang Wang, Qingzhao Qin, Yijiao Zhao, Yong wang, Aimin Hao
TL;DR
FaceCom tackles 3D facial shape completion for incomplete scans by learning a mesh-based generator via a graph convolutional autoencoder whose latent vector $oldsymbol{z}$ is constrained to the hypersphere using a regularizer $L_{reg}$; an optimization step fits $oldsymbol{z}$ and a rigid transform by minimizing $L_{fit}$, guided by image inpainting through $L_{inp}$, and a post-processing stage refines the result. The method operates directly on mesh data, avoiding strict vertex correspondences, and uses a differentiable renderer and PyTorch3D for optimization, enabling input flexibility from meshes, point clouds, or keypoints. Training leverages a mixed 3D facial dataset totaling 2405 identities, enabling robust fusion of global and local geometry and sampling from the hypersphere for diverse generation. Empirical results across fitting, shape completion, clinical prosthetics, and non-rigid registration show FaceCom achieving superior fidelity and practical utility, outperforming several state-of-the-art baselines and providing a complete pipeline that can assist facial prosthetics design and clinical data processing.
Abstract
We propose FaceCom, a method for 3D facial shape completion, which delivers high-fidelity results for incomplete facial inputs of arbitrary forms. Unlike end-to-end shape completion methods based on point clouds or voxels, our approach relies on a mesh-based generative network that is easy to optimize, enabling it to handle shape completion for irregular facial scans. We first train a shape generator on a mixed 3D facial dataset containing 2405 identities. Based on the incomplete facial input, we fit complete faces using an optimization approach under image inpainting guidance. The completion results are refined through a post-processing step. FaceCom demonstrates the ability to effectively and naturally complete facial scan data with varying missing regions and degrees of missing areas. Our method can be used in medical prosthetic fabrication and the registration of deficient scanning data. Our experimental results demonstrate that FaceCom achieves exceptional performance in fitting and shape completion tasks. The code is available at https://github.com/dragonylee/FaceCom.git.
