starVisionTeam / SeIF

SeIF: Semantic-constrained Deep Implicit Function for Single-image 3D Head Reconstruction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SeIF: Semantic-constrained Deep Implicit Function for Single-image 3D Head Reconstruction

Leyuan Liu, Xu Liu, Jianchi Sun, Changxin Gao, Jingying Chen


Various applications require 3D avatars that are realistic, artifact-free, and animatable. However, traditional 3D morphable models (3DMMs) produce animatable 3D heads but fail to capture accurate geometries and details, while existing deep implicit functions have been shown to achieve realistic reconstructions but suffer from artifacts and struggle to yield 3D heads that are easy to animate. To reconstruct high-fidelity, artifact-less, and animatable 3D heads from single images, we leverage dense semantics to bridge the best properties of 3DMMs and deep implicit functions and propose SeIF---a semantic-constrained deep implicit function. First, SeIF derives dense semantics from a standard 3DMM (e.g., FLAME) and samples a semantic code for each query point in the query space to provide a soft constraint to the deep implicit function. The reconstruction results show that this semantic constraint does not weaken the powerful representation ability of the deep implicit function while significantly suppressing artifacts. Second, SeIF predicts a more accurate semantic code for each query point and utilizes the semantic codes to uniformize the structure of reconstructed 3D head meshes with the standard 3DMM. Since our reconstructed 3D head meshes have the same structure as the 3DMM, 3DMM-based animation approaches can be easily transferred to animate our reconstructed 3D heads. As a result, SeIF can reconstruct high-fidelity, artifact-less, and animatable 3D heads from single images of individuals with diverse ages, genders, races, and facial expressions. Quantitative and qualitative experimental results on seven datasets show that SeIF outperforms existing state-of-the-art methods by a large margin.

This repository includes code and some reconstruction results of our paper. Note that all of the code and results can be only used for research purposes.


Citation

Please consider citing the paper if you find the code useful in your research.

@article{SeIF_TMM2024,
  author = {Liu, Leyuan and Liu, Xu and Sun, Jianchi and Gao, Changxin and Chen, Jingying},
  journal = IEEE Transactions on Multimedia (TMM), 
  title = {SeIF: Semantic-constrained Deep Implicit Function for Single-image 3D Head Reconstruction}, 
  year = {2024},
  pages = {1-15}
}

Demos

This code has been tested with PyTorch 1.4.0 and CUDA 10.1. on Ubuntu 18.04. We provide test code and pre-trained models. After installing the packages required for the project, run the following code:

python main_test.py

This code inputs the picture in the demo folder and outputs the 3D head model reconstructed from this picture. The corresponding results are saved in a demo folder. Such as input: demo/1.png, output: demo/1.obj. You can download meshlab to view 3D models.


Results

We compare our method with eight state-of-the-art methods that have publicly released codes: PRNet, Deep3D, 3DDFAV2, MGCNet, DECA, Hifi3dface, MICA, and EMOCA.

Figure 1: Reconstruction results produced by different methods on the FamousFace datasets.

Figure 2: Reconstruction results produced by different methods on the KidFace datasets.

Figure 3: Reconstruction results produced by different methods on the FaceScape datasets.

Figure 4: Reconstruction results produced by different methods on the CoMa datasets.

Figure 5: Reconstruction results produced by different methods on the HeadSpace datasets.

Figure 6: Reconstruction results produced by different methods on the FaceVerse datasets.

Figure 7: Reconstruction results produced by different methods on the I3DMM datasets.

Figure 8: Reconstructed 3D heads for the same subjects across different facial expressions.

Animation

Figure 9: Results of model animation on the in-the-wild FamousFace and kidFace datasets. Given the pose and expression parameters estimated from the target image, we can easily animate our reconstructed mesh to “copy” the jaw pose and expression of the target images using FLAME.

3D Printed Works

We printed several reconstructed heads using a toy-grade 3D printer (purchased for approximately 100 USD). The flaws on the 3D-printed works were mainly caused by the low precision of the printer. By using a higher-precision 3D printer, we can avoid these flaws.

Acknowledgements

We thank the authors for their great job!


Contact

If you have any trouble when using this repo, please do not hesitate to send an E-mail to Xu Liu (xliu@mails.ccnu.edu.cn) or Leyuan Liu (lyliu@mail.ccnu.edu.cn).

About

SeIF: Semantic-constrained Deep Implicit Function for Single-image 3D Head Reconstruction


Languages

Language:Python 92.7%Language:GLSL 6.1%Language:C++ 0.7%Language:Cuda 0.5%