{"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/d-if-uncertainty-aware-human-digitization-via","title":"D-IF: Uncertainty-aware Human Digitization via Implicit Distribution Field","arxiv_id":"2308.08857","date":"2023-08-17","proceeding":"ICCV 2023 1","authors":["Xueting Yang","Yihao Luo","Yuliang Xiu","Wei Wang","Hao Xu","Zhaoxin Fan"],"abstract":"Realistic virtual humans play a crucial role in numerous industries, such as metaverse, intelligent healthcare, and self-driving simulation. But creating them on a large scale with high levels of realism remains a challenge. The utilization of deep implicit function sparks a new era of image-based 3D clothed human reconstruction, enabling pixel-aligned shape recovery with fine details. Subsequently, the vast majority of works locate the surface by regressing the deterministic implicit value for each point. However, should all points be treated equally regardless of their proximity to the surface? In this paper, we propose replacing the implicit value with an adaptive uncertainty distribution, to differentiate between points based on their distance to the surface. This simple ``value to distribution'' transition yields significant improvements on nearly all the baselines. Furthermore, qualitative results demonstrate that the models trained using our uncertainty distribution loss, can capture more intricate wrinkles, and realistic limbs. Code and models are available for research purposes at https://github.com/psyai-net/D-IF_release.","url_abs":"https://arxiv.org/abs/2308.08857v2","url_pdf":"https://arxiv.org/pdf/2308.08857v2.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":"d-if-uncertainty-aware-human-digitization-via","repo_url":"https://github.com/psyai-net/d-if_release","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}}],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2308.08857","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2308.08857"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+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/psyai-net/d-if_release","reach":{"status":"ok"}},{"provenance":"deterministic:regex_extraction","url":"https://github.com/psyai-net/D-IF","reach":{"status":"gone","observed_at":"2026-09-17","how":"tree_404+repo_404"}}],"summary":{"ran":7,"unverified":2},"by_repo_kind":{"official":{"samples":9,"ran":7,"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":9,"samples":[{"code_sha256_prefix":"c25753fc9d52f1fc","entry":"build_smooth_conv3D","repo":"psyai-net/d-if_release","repo_kind":"official","path":"lib/common/seg3d_utils.py","file_url":"https://github.com/psyai-net/d-if_release/blob/HEAD/lib/common/seg3d_utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c25753fc9d52f1fc"}},{"code_sha256_prefix":"c07f0db88d9cd069","entry":"create_grid2D","repo":"psyai-net/d-if_release","repo_kind":"official","path":"lib/common/seg3d_utils.py","file_url":"https://github.com/psyai-net/d-if_release/blob/HEAD/lib/common/seg3d_utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c07f0db88d9cd069"}},{"code_sha256_prefix":"8e3d9f38a1b40efc","entry":"create_grid3D","repo":"psyai-net/d-if_release","repo_kind":"official","path":"lib/common/seg3d_utils.py","file_url":"https://github.com/psyai-net/d-if_release/blob/HEAD/lib/common/seg3d_utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8e3d9f38a1b40efc"}},{"code_sha256_prefix":"3433ad17bc7e6650","entry":"load_segmentation","repo":"psyai-net/d-if_release","repo_kind":"official","path":"lib/common/cloth_extraction.py","file_url":"https://github.com/psyai-net/d-if_release/blob/HEAD/lib/common/cloth_extraction.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3433ad17bc7e6650"}},{"code_sha256_prefix":"27cd0667887a625b","entry":"parse_args","repo":"psyai-net/d-if_release","repo_kind":"official","path":"lib/common/config.py","file_url":"https://github.com/psyai-net/d-if_release/blob/HEAD/lib/common/config.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"27cd0667887a625b"}},{"code_sha256_prefix":"bd32d6f5d82a5a9e","entry":"solid_angles","repo":"psyai-net/d-if_release","repo_kind":"official","path":"lib/common/render_utils.py","file_url":"https://github.com/psyai-net/d-if_release/blob/HEAD/lib/common/render_utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"bd32d6f5d82a5a9e"}},{"code_sha256_prefix":"cd54a895a2ab8720","entry":"winding_numbers","repo":"psyai-net/d-if_release","repo_kind":"official","path":"lib/common/render_utils.py","file_url":"https://github.com/psyai-net/d-if_release/blob/HEAD/lib/common/render_utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"cd54a895a2ab8720"}},{"code_sha256_prefix":"32b523249d5d7868","entry":"smpl_to_recon_labels","repo":"psyai-net/d-if_release","repo_kind":"official","path":"lib/common/cloth_extraction.py","file_url":"https://github.com/psyai-net/d-if_release/blob/HEAD/lib/common/cloth_extraction.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"32b523249d5d7868"}},{"code_sha256_prefix":"938f7173c2e6ab9c","entry":"update_cfg","repo":"psyai-net/d-if_release","repo_kind":"official","path":"lib/common/config.py","file_url":"https://github.com/psyai-net/d-if_release/blob/HEAD/lib/common/config.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"938f7173c2e6ab9c"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}