Papers › Deep 3D Portrait from a Single Image

Deep 3D Portrait from a Single Image

24 Apr 2020CVPR 2020 6arXiv:2004.11598archive 2025-07-28

Sicheng Xu, Jiaolong Yang, Dong Chen, Fang Wen, Yu Deng, Yunde Jia, Xin Tong

In this paper, we present a learning-based approach for recovering the 3D geometry of human head from a single portrait image. Our method is learned in an unsupervised manner without any ground-truth 3D data. We represent the head geometry with a parametric 3D face model together with a depth map for other head regions including hair and ear. A two-step geometry learning scheme is proposed to learn 3D head reconstruction from in-the-wild face images, where we first learn face shape on single images using self-reconstruction and then learn hair and ear geometry using pairs of images in a stereo-matching fashion. The second step is based on the output of the first to not only improve the accuracy but also ensure the consistency of overall head geometry. We evaluate the accuracy of our method both in 3D and with pose manipulation tasks on 2D images. We alter pose based on the recovered geometry and apply a refinement network trained with adversarial learning to ameliorate the reprojected images and translate them to the real image domain. Extensive evaluations and comparison with previous methods show that our new method can produce high-fidelity 3D head geometry and head pose manipulation results.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2004.11598")

Code

Syntology Ran 0 of 20 code samples harvested from 1 repository linked to this paper; 20 have no recorded run.

By repository: official repository: 20 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

sicxu/Deep3dPortrait officialmentioned on GitHubtfMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 0 ran; 0 honoured the contract we drafted; 20 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

20unverified

Licence: 0 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from sicxu/Deep3dPortrait. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

POS sicxu/Deep3dPortrait/utils/preprocess.py official repository unverified MIT (permissive) · d536967c5e11597f · report
compute_center2d sicxu/Deep3dPortrait/utils/recon_face.py official repository unverified MIT (permissive) · b8786d0b13aac98a · report
compute_faceshape sicxu/Deep3dPortrait/utils/recon_face.py official repository unverified MIT (permissive) · 173d710f02251597 · report
create_renderer_graph sicxu/Deep3dPortrait/utils/create_renderer.py official repository unverified MIT (permissive) · ee2db1eb19e754a4 · report
crop sicxu/Deep3dPortrait/utils/preprocess.py official repository unverified MIT (permissive) · 2d2887e9b1122741 · report
dis sicxu/Deep3dPortrait/utils/construct_triangles.py official repository unverified MIT (permissive) · 662a487c04c13418 · report
filter_tri sicxu/Deep3dPortrait/utils/construct_triangles.py official repository unverified MIT (permissive) · 3e66aac74b1c38fc · report
get_face_texture sicxu/Deep3dPortrait/utils/recon_depth.py official repository unverified MIT (permissive) · 7414f4cae46cefe7 · report
get_pixel_value sicxu/Deep3dPortrait/utils/recon_depth.py official repository unverified MIT (permissive) · 2ecc1190b44eddf2 · report
img_padding sicxu/Deep3dPortrait/utils/preprocess.py official repository unverified MIT (permissive) · 4dc075fcf7407b8a · report
load_center3d sicxu/Deep3dPortrait/utils/loader.py official repository unverified MIT (permissive) · 2bc9452d367e1171 · report
load_data sicxu/Deep3dPortrait/utils/loader.py official repository unverified MIT (permissive) · 86e1f9d5e618f721 · report
load_depthrecon_graph sicxu/Deep3dPortrait/step3_get_head_geometry.py official repository unverified MIT (permissive) · 6a71686037b8bd23 · report
load_facerecon_graph sicxu/Deep3dPortrait/step1_recon_3d_face.py official repository unverified MIT (permissive) · 371d5b83a5979e45 · report
load_lm3d sicxu/Deep3dPortrait/utils/loader.py official repository unverified MIT (permissive) · 204c417df51f29c1 · report
realign sicxu/Deep3dPortrait/restore_from_crop.py official repository unverified MIT (permissive) · 8710be7e4f7fa644 · report
remove_small_area sicxu/Deep3dPortrait/utils/construct_triangles.py official repository unverified MIT (permissive) · ac5ba15755d66d5b · report
split_coeff sicxu/Deep3dPortrait/utils/recon_face.py official repository unverified MIT (permissive) · c1c8a3a93c9755a8 · report
split_data sicxu/Deep3dPortrait/utils/recon_depth.py official repository unverified MIT (permissive) · 45db1a35605cd38f · report
split_segmask sicxu/Deep3dPortrait/utils/face_parsing.py official repository unverified MIT (permissive) · 41c5386a01f254ab · report

Tasks

3D geometryFace ModelStereo Matching

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections