└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # 3D-face-papers 2 | Hello! Here is a collection of 3d face related papers and code implementations. Welcome to contribute. 3 | 4 | 5 | 6 | 1999 7 | * 3DMM [A Morphable Model For The Synthesis Of 3D Faces](https://cseweb.ucsd.edu/~ravir/6998/papers/p187-blanz.pdf) 8 | 9 | 2009 10 | * BFM-2009 [A 3D Face Model for Pose and Illumination Invariant Face Recognition 11 | ](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.715.1710&rep=rep1&type=pdf)([code](https://faces.dmi.unibas.ch/bfm/)) 12 | 13 | 2015 14 | * [Unconstrained 3D Face Reconstruction](http://cvlab.cse.msu.edu/pdfs/Roth_Tong_Liu_CVPR2015.pdf)([code](http://cvlab.cse.msu.edu/project-face-recon.html)) 15 | 16 | 2016 17 | * LSFM [A 3D Morphable Model learnt from 10,000 faces](http://openaccess.thecvf.com/content_cvpr_2016/papers/Booth_A_3D_Morphable_CVPR_2016_paper.pdf)([code](https://ibug.doc.ic.ac.uk/resources/lsfm/)) 18 | 19 | * [Adaptive 3D Face Reconstruction from Unconstrained Photo Collections](http://cvlab.cse.msu.edu/pdfs/Roth_Tong_Liu_CVPR16.pdf)([code](http://cvlab.cse.msu.edu/project-face-recon.html)) 20 | 21 | 2017 22 | * BFM-2017 [Morphable Face Models - An Open Framework](https://arxiv.org/pdf/1709.08398.pdf)([code](https://faces.dmi.unibas.ch/bfm/bfm2017.html)) 23 | 24 | * [3D Face Morphable Models "In-the-Wild"](https://arxiv.org/pdf/1701.05360.pdf) 25 | 26 | 2018 27 | * BFM-2017 [Nonlinear 3D Face Morphable Model](http://openaccess.thecvf.com/content_cvpr_2018/papers/Tran_Nonlinear_3D_Face_CVPR_2018_paper.pdf)([code](http://cvlab.cse.msu.edu/project-nonlinear-3dmm.html)) 28 | 29 | 2019 30 | * [GANFIT: Generative Adversarial Network Fitting for High Fidelity 3D Face Reconstruction](http://cvlab.cse.msu.edu/pdfs/Tran_Liu_Liu_CVPR2019.pdf)([code](https://github.com/barisgecer/ganfit)) 31 | 32 | * [Towards High-fidelity Nonlinear 3D Face Morphable Model](https://arxiv.org/abs/1902.05978)([code](http://cvlab.cse.msu.edu/project-nonlinear-3dmm.html)) 33 | --------------------------------------------------------------------------------