3D Face Reconstruction from a Single Image
cs.nott.ac.uk
3D Face Reconstruction from a Single Image
1–10 of 47 posts
Re: 3D Face Reconstruction from a Single Image
#2Re: 3D Face Reconstruction from a Single Image
#3I wonder whether this could be used to crack face id.
Re: 3D Face Reconstruction from a Single Image
#4Would be interesting to see a measurement of error against a known result. Maybe try rendering an image of a 3d model of a face, then attempt to reconstruct it from the rendered image and measure the displacement from the original model.
Re: 3D Face Reconstruction from a Single Image
#5I wonder whether this could be used to crack face id.
Probably not. Apple specifically said that they've tested Face ID against masks (even Hollywood quality ones). Also, Face ID checks for user attention, so a static 3d-printed would not work. I wonder though if it worked if you put a mask over your face with eye cutouts? When the devices arrive I'm pretty sure some very clever people will try to tackle this problem, this should be interesting :)
Re: 3D Face Reconstruction from a Single Image
#6http://alteredqualia.com/xg/examples/facial_expressions.html
http://alteredqualia.com/xg/examples/max_headroom.html
It seems to be working pretty well, results do look nicer than earlier methods which were based on morphable faces [1][2].
See also continuous face reconstruction from video on their project page [3].
------
[1] https://www.youtube.com/watch?v=nice6NYb_WA
[2] http://gravis.dmi.unibas.ch/publications/Sigg99/morphmod2.pd...
Re: 3D Face Reconstruction from a Single Image
#7Re: 3D Face Reconstruction from a Single Image
#8Re: 3D Face Reconstruction from a Single Image
#9Note that this is just one recent work in a well established research problem that has been worked on for decades. The interesting bit here is that they appear to achieve state of the art results by doing something simpler than other approaches - instead of fitting a well thought out generic morphable face model, they use a pretty standard deep learning model to map a 2d image to a discretized 3d model of the face (v…
Re: 3D Face Reconstruction from a Single Image
#10Thanks for releasing paper & source to play with!