{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/self-supervised-monocular-3d-face","title":"Self-Supervised Monocular 3D Face Reconstruction by Occlusion-Aware Multi-view Geometry Consistency","arxiv_id":"2007.12494","date":"2020-07-24","proceeding":"ECCV 2020 8","authors":["Jiaxiang Shang","Tianwei Shen","Shiwei Li","Lei Zhou","Mingmin Zhen","Tian Fang","Long Quan"],"abstract":"Recent learning-based approaches, in which models are trained by single-view images have shown promising results for monocular 3D face reconstruction, but they suffer from the ill-posed face pose and depth ambiguity issue. In contrast to previous works that only enforce 2D feature constraints, we propose a self-supervised training architecture by leveraging the multi-view geometry consistency, which provides reliable constraints on face pose and depth estimation. We first propose an occlusion-aware view synthesis method to apply multi-view geometry consistency to self-supervised learning. Then we design three novel loss functions for multi-view consistency, including the pixel consistency loss, the depth consistency loss, and the facial landmark-based epipolar loss. Our method is accurate and robust, especially under large variations of expressions, poses, and illumination conditions. Comprehensive experiments on the face alignment and 3D face reconstruction benchmarks have demonstrated superiority over state-of-the-art methods. Our code and model are released in https://github.com/jiaxiangshang/MGCNet.","url_abs":"https://arxiv.org/abs/2007.12494v1","url_pdf":"https://arxiv.org/pdf/2007.12494v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"self-supervised-monocular-3d-face","repo_url":"https://github.com/jiaxiangshang/MGCNet","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"3d-face-reconstruction","task_name":"3D Face Reconstruction"},{"task_slug":"depth-estimation","task_name":"Depth Estimation"},{"task_slug":"face-alignment","task_name":"Face Alignment"},{"task_slug":"face-reconstruction","task_name":"Face Reconstruction"},{"task_slug":"self-supervised-learning","task_name":"Self-Supervised Learning"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/3d-face-reconstruction-on-now-benchmark-1","task":"3D Face Reconstruction","dataset":"NoW Benchmark","model":"MGCNet","rank_in_archive_order":14,"of":17,"metrics":{"Mean Reconstruction Error (mm)":"1.87","Median Reconstruction Error":"1.31","Stdev Reconstruction Error (mm)":"2.63"},"uses_additional_data":false},{"leaderboard":"/sota/3d-face-reconstruction-on-realy","task":"3D Face Reconstruction","dataset":"REALY","model":"MGCNet","rank_in_archive_order":9,"of":24,"metrics":{"@cheek":"1.665 (±0.644)","@forehead":"2.248 (±0.508)","@mouth":"1.409 (±0.418)","@nose":"1.827 (±0.383)","all":"1.787"},"uses_additional_data":false},{"leaderboard":"/sota/3d-face-reconstruction-on-realy-side-view","task":"3D Face Reconstruction","dataset":"REALY (side-view)","model":"MGCNet","rank_in_archive_order":7,"of":19,"metrics":{"@cheek":"1.665 (±0.644)","@forehead":"2.248 (±0.508)","@mouth":"1.409 (±0.418)","@nose":"1.827 (±0.383)","all":"1.787"},"uses_additional_data":false}],"syntology":{"syntology_url":"https://syntology.ai/paper/2007.12494","atlas_url":"https://app.syntology.ai/?focus=2007.12494","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2007.12494"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/jiaxiangshang/MGCNet","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"unverified":16},"by_repo_kind":{"official":{"samples":16,"ran":0,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"0dd785bfccfeb203","entry":"compute_3dmm_regular_l2_loss","repo":"jiaxiangshang/MGCNet","repo_kind":"official","path":"src_tfGraph/deep_3dmm_loss.py","file_url":"https://github.com/jiaxiangshang/MGCNet/blob/HEAD/src_tfGraph/deep_3dmm_loss.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0dd785bfccfeb203"}},{"code_sha256_prefix":"72f280c05557dd1d","entry":"compute_lm_eul_square_loss","repo":"jiaxiangshang/MGCNet","repo_kind":"official","path":"src_tfGraph/deep_3dmm_loss.py","file_url":"https://github.com/jiaxiangshang/MGCNet/blob/HEAD/src_tfGraph/deep_3dmm_loss.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"72f280c05557dd1d"}},{"code_sha256_prefix":"7bdf0eba01b8077c","entry":"data_augmentation_mul","repo":"jiaxiangshang/MGCNet","repo_kind":"official","path":"src_common/common/tf_io.py","file_url":"https://github.com/jiaxiangshang/MGCNet/blob/HEAD/src_common/common/tf_io.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7bdf0eba01b8077c"}},{"code_sha256_prefix":"90d49e955236c46c","entry":"decoder_align_depthMap","repo":"jiaxiangshang/MGCNet","repo_kind":"official","path":"src_tfGraph/decoder_multiView.py","file_url":"https://github.com/jiaxiangshang/MGCNet/blob/HEAD/src_tfGraph/decoder_multiView.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"90d49e955236c46c"}},{"code_sha256_prefix":"451093c79624fdba","entry":"draw_landmark_image","repo":"jiaxiangshang/MGCNet","repo_kind":"official","path":"src_common/common/visual_helper.py","file_url":"https://github.com/jiaxiangshang/MGCNet/blob/HEAD/src_common/common/visual_helper.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"451093c79624fdba"}},{"code_sha256_prefix":"fe839848957aa1a8","entry":"format_file_list","repo":"jiaxiangshang/MGCNet","repo_kind":"official","path":"src_common/common/face_io.py","file_url":"https://github.com/jiaxiangshang/MGCNet/blob/HEAD/src_common/common/face_io.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"fe839848957aa1a8"}},{"code_sha256_prefix":"f41ba85e0b565686","entry":"parse_coeff","repo":"jiaxiangshang/MGCNet","repo_kind":"official","path":"src_common/common/parse_encoder.py","file_url":"https://github.com/jiaxiangshang/MGCNet/blob/HEAD/src_common/common/parse_encoder.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f41ba85e0b565686"}},{"code_sha256_prefix":"66db690af8fb961d","entry":"parse_coeff_list","repo":"jiaxiangshang/MGCNet","repo_kind":"official","path":"src_common/common/parse_encoder.py","file_url":"https://github.com/jiaxiangshang/MGCNet/blob/HEAD/src_common/common/parse_encoder.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"66db690af8fb961d"}},{"code_sha256_prefix":"c5ff01391d1cf967","entry":"parse_gpu_list","repo":"jiaxiangshang/MGCNet","repo_kind":"official","path":"src_common/common/format_helper.py","file_url":"https://github.com/jiaxiangshang/MGCNet/blob/HEAD/src_common/common/format_helper.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c5ff01391d1cf967"}},{"code_sha256_prefix":"42d1cd9121f06f56","entry":"parse_self_6DoF","repo":"jiaxiangshang/MGCNet","repo_kind":"official","path":"src_common/common/face_io.py","file_url":"https://github.com/jiaxiangshang/MGCNet/blob/HEAD/src_common/common/face_io.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"42d1cd9121f06f56"}},{"code_sha256_prefix":"6b85f59c39b1b550","entry":"parse_self_lm","repo":"jiaxiangshang/MGCNet","repo_kind":"official","path":"src_common/common/face_io.py","file_url":"https://github.com/jiaxiangshang/MGCNet/blob/HEAD/src_common/common/face_io.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6b85f59c39b1b550"}},{"code_sha256_prefix":"1f951817f8f76d19","entry":"parse_seq","repo":"jiaxiangshang/MGCNet","repo_kind":"official","path":"src_common/common/format_helper.py","file_url":"https://github.com/jiaxiangshang/MGCNet/blob/HEAD/src_common/common/format_helper.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1f951817f8f76d19"}},{"code_sha256_prefix":"36c67fa3a4051ff4","entry":"render_lm2d","repo":"jiaxiangshang/MGCNet","repo_kind":"official","path":"src_common/common/visual_helper.py","file_url":"https://github.com/jiaxiangshang/MGCNet/blob/HEAD/src_common/common/visual_helper.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"36c67fa3a4051ff4"}},{"code_sha256_prefix":"874dd70da2cb0d8b","entry":"render_lm2d_image","repo":"jiaxiangshang/MGCNet","repo_kind":"official","path":"src_common/common/visual_helper.py","file_url":"https://github.com/jiaxiangshang/MGCNet/blob/HEAD/src_common/common/visual_helper.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"874dd70da2cb0d8b"}},{"code_sha256_prefix":"f041f1cfef34ca7f","entry":"unpack_image_batch_list","repo":"jiaxiangshang/MGCNet","repo_kind":"official","path":"src_common/common/tf_io.py","file_url":"https://github.com/jiaxiangshang/MGCNet/blob/HEAD/src_common/common/tf_io.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f041f1cfef34ca7f"}},{"code_sha256_prefix":"4cb9a56818962f9f","entry":"unpack_image_sequence","repo":"jiaxiangshang/MGCNet","repo_kind":"official","path":"src_common/common/tf_io.py","file_url":"https://github.com/jiaxiangshang/MGCNet/blob/HEAD/src_common/common/tf_io.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4cb9a56818962f9f"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}