{"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/probabilistic-monocular-3d-human-pose","title":"Probabilistic Monocular 3D Human Pose Estimation with Normalizing Flows","arxiv_id":"2107.13788","date":"2021-07-29","proceeding":"ICCV 2021 10","authors":["Tom Wehrbein","Marco Rudolph","Bodo Rosenhahn","Bastian Wandt"],"abstract":"3D human pose estimation from monocular images is a highly ill-posed problem due to depth ambiguities and occlusions. Nonetheless, most existing works ignore these ambiguities and only estimate a single solution. In contrast, we generate a diverse set of hypotheses that represents the full posterior distribution of feasible 3D poses. To this end, we propose a normalizing flow based method that exploits the deterministic 3D-to-2D mapping to solve the ambiguous inverse 2D-to-3D problem. Additionally, uncertain detections and occlusions are effectively modeled by incorporating uncertainty information of the 2D detector as condition. Further keys to success are a learned 3D pose prior and a generalization of the best-of-M loss. We evaluate our approach on the two benchmark datasets Human3.6M and MPI-INF-3DHP, outperforming all comparable methods in most metrics. The implementation is available on GitHub.","url_abs":"https://arxiv.org/abs/2107.13788v2","url_pdf":"https://arxiv.org/pdf/2107.13788v2.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":"probabilistic-monocular-3d-human-pose","repo_url":"https://github.com/twehrbein/Probabilistic-Monocular-3D-Human-Pose-Estimation-with-Normalizing-Flows","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"3d-human-pose-estimation","task_name":"3D Human Pose Estimation"},{"task_slug":"monocular-3d-human-pose-estimation","task_name":"Monocular 3D Human Pose Estimation"},{"task_slug":"multi-hypotheses-3d-human-pose-estimation","task_name":"Multi-Hypotheses 3D Human Pose Estimation"},{"task_slug":"pose-estimation","task_name":"Pose Estimation"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/3d-human-pose-estimation-on-human36m","task":"3D Human Pose Estimation","dataset":"Human3.6M","model":"Probabilistic Monocular (T=200)","rank_in_archive_order":37,"of":88,"metrics":{"Average MPJPE (mm)":"44.3","Multi-View or Monocular":"Monocular","Using 2D ground-truth joints":"No"},"uses_additional_data":false},{"leaderboard":"/sota/3d-human-pose-estimation-on-human36m","task":"3D Human Pose Estimation","dataset":"Human3.6M","model":"Probabilistic Monocular (T=1)","rank_in_archive_order":83,"of":88,"metrics":{"Average MPJPE (mm)":"61.8","Multi-View or Monocular":"Monocular","Using 2D ground-truth joints":"No"},"uses_additional_data":false},{"leaderboard":"/sota/3d-human-pose-estimation-on-mpi-inf-3dhp","task":"3D Human Pose Estimation","dataset":"MPI-INF-3DHP","model":"Probabilistic Monocular","rank_in_archive_order":104,"of":108,"metrics":{"PCK":"84.3"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2107.13788","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2107.13788"}},"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/twehrbein/Probabilistic-Monocular-3D-Human-Pose-Estimation-with-Normalizing-Flows","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"unverified":9},"by_repo_kind":{"official":{"samples":9,"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":"5ab7875c2b48a20e","entry":"err_3dpe_parallel","repo":"twehrbein/Probabilistic-Monocular-3D-Human-Pose-Estimation-with-Normalizing-Flows","repo_kind":"official","path":"utils/eval_functions.py","file_url":"https://github.com/twehrbein/Probabilistic-Monocular-3D-Human-Pose-Estimation-with-Normalizing-Flows/blob/HEAD/utils/eval_functions.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":"5ab7875c2b48a20e"}},{"code_sha256_prefix":"b6d11bb929e1ee68","entry":"eval_hypo_stddev","repo":"twehrbein/Probabilistic-Monocular-3D-Human-Pose-Estimation-with-Normalizing-Flows","repo_kind":"official","path":"eval_action_wise.py","file_url":"https://github.com/twehrbein/Probabilistic-Monocular-3D-Human-Pose-Estimation-with-Normalizing-Flows/blob/HEAD/eval_action_wise.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":"b6d11bb929e1ee68"}},{"code_sha256_prefix":"65f47ce1cfca1753","entry":"fix_1_2","repo":"twehrbein/Probabilistic-Monocular-3D-Human-Pose-Estimation-with-Normalizing-Flows","repo_kind":"official","path":"create_data.py","file_url":"https://github.com/twehrbein/Probabilistic-Monocular-3D-Human-Pose-Estimation-with-Normalizing-Flows/blob/HEAD/create_data.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":"65f47ce1cfca1753"}},{"code_sha256_prefix":"3921eb1e715a2f55","entry":"fix_dot_2","repo":"twehrbein/Probabilistic-Monocular-3D-Human-Pose-Estimation-with-Normalizing-Flows","repo_kind":"official","path":"create_data.py","file_url":"https://github.com/twehrbein/Probabilistic-Monocular-3D-Human-Pose-Estimation-with-Normalizing-Flows/blob/HEAD/create_data.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":"3921eb1e715a2f55"}},{"code_sha256_prefix":"fde5998870f24eeb","entry":"fix_dot_3","repo":"twehrbein/Probabilistic-Monocular-3D-Human-Pose-Estimation-with-Normalizing-Flows","repo_kind":"official","path":"create_data.py","file_url":"https://github.com/twehrbein/Probabilistic-Monocular-3D-Human-Pose-Estimation-with-Normalizing-Flows/blob/HEAD/create_data.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":"fde5998870f24eeb"}},{"code_sha256_prefix":"1f25264ef351db13","entry":"normalize_poses","repo":"twehrbein/Probabilistic-Monocular-3D-Human-Pose-Estimation-with-Normalizing-Flows","repo_kind":"official","path":"utils/data_utils.py","file_url":"https://github.com/twehrbein/Probabilistic-Monocular-3D-Human-Pose-Estimation-with-Normalizing-Flows/blob/HEAD/utils/data_utils.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":"1f25264ef351db13"}},{"code_sha256_prefix":"333916bef0deed53","entry":"pa_hypo_batch","repo":"twehrbein/Probabilistic-Monocular-3D-Human-Pose-Estimation-with-Normalizing-Flows","repo_kind":"official","path":"utils/eval_functions.py","file_url":"https://github.com/twehrbein/Probabilistic-Monocular-3D-Human-Pose-Estimation-with-Normalizing-Flows/blob/HEAD/utils/eval_functions.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":"333916bef0deed53"}},{"code_sha256_prefix":"2c277d3667d470af","entry":"procrustes_torch_parallel","repo":"twehrbein/Probabilistic-Monocular-3D-Human-Pose-Estimation-with-Normalizing-Flows","repo_kind":"official","path":"utils/eval_functions.py","file_url":"https://github.com/twehrbein/Probabilistic-Monocular-3D-Human-Pose-Estimation-with-Normalizing-Flows/blob/HEAD/utils/eval_functions.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":"2c277d3667d470af"}},{"code_sha256_prefix":"0d2acb2247bdd789","entry":"reinsert_root_joint_torch","repo":"twehrbein/Probabilistic-Monocular-3D-Human-Pose-Estimation-with-Normalizing-Flows","repo_kind":"official","path":"utils/data_utils.py","file_url":"https://github.com/twehrbein/Probabilistic-Monocular-3D-Human-Pose-Estimation-with-Normalizing-Flows/blob/HEAD/utils/data_utils.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":"0d2acb2247bdd789"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}