Papers › A simple yet effective baseline for 3d human pose estimation

A simple yet effective baseline for 3d human pose estimation

8 May 2017ICCV 2017 10arXiv:1705.03098archive 2025-07-28

Julieta Martinez, Rayat Hossain, Javier Romero, James J. Little

Following the success of deep convolutional networks, state-of-the-art methods for 3d human pose estimation have focused on deep end-to-end systems that predict 3d joint locations given raw image pixels. Despite their excellent performance, it is often not easy to understand whether their remaining error stems from a limited 2d pose (visual) understanding, or from a failure to map 2d poses into 3-dimensional positions. With the goal of understanding these sources of error, we set out to build a system that given 2d joint locations predicts 3d positions. Much to our surprise, we have found that, with current technology, "lifting" ground truth 2d joint locations to 3d space is a task that can be solved with a remarkably low error rate: a relatively simple deep feed-forward network outperforms the best reported result by about 30\% on Human3.6M, the largest publicly available 3d pose estimation benchmark. Furthermore, training our system on the output of an off-the-shelf state-of-the-art 2d detector (\ie, using images as input) yields state of the art results -- this includes an array of systems that have been trained end-to-end specifically for this task. Our results indicate that a large portion of the error of modern deep 3d pose estimation systems stems from their visual analysis, and suggests directions to further advance the state of the art in 3d human pose estimation.

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="1705.03098")

Code

Syntology Ran 5 of 7 code samples harvested from 3 repositories linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · violated contract; 4 ran · our draft was wrong.

By repository: community (archive-listed): 7 samples from 3 repositories, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

14 repositories listed; official and paper-mentioned ones first.

una-dinosauria/3d-pose-baseline officialmentioned in papermentioned on GitHubtf report
SJTU-DL-lab/3d-pose-baseline mentioned on GitHubtf report
ZHONGCHUYUN/3d_pose_baseline_tf mentioned on GitHubtf report
ailingzengzzz/Split-and-Recombine-Net mentioned on GitHubpytorchApache-2.0 report
denilson020898/baseline_3d_pose mentioned on GitHubpytorch report
garyzhao/SemGCN mentioned on GitHubpytorchApache-2.0 report
happyvictor008/High-order-GNN-LF-iter mentioned on GitHubpytorch report
jaroslaw1007/Pose_Baseline_3D_PyTorch mentioned on GitHubpytorch report
llSourcell/3D_Pose_Estimation mentioned on GitHubtf report
sidify/3d-pose-estimation mentioned on GitHubtf report
zhimingzo/modulated-gcn mentioned on GitHubpytorch report
open-mmlab/mmpose pytorchApache-2.0 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

7 samples harvested; 5 ran; 0 honoured the contract we drafted; 2 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.

1ran · violated contract
4ran · our draft was wrong
2unverified

Licence: 0 of the 7 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 3 repositories linked to this paper, official or community; each sample names its own and says which. “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.

angle_between sidify/3d-pose-estimation/src/kinematics.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · c9e9ff520e9b4533 · report
dotproduct sidify/3d-pose-estimation/src/kinematics.py community (archive-listed) ran · violated contract fingerprinted MIT (permissive) · 2b344ab200743c2d · report
get_action_subset sidify/3d-pose-estimation/src/predict_3dpose.py community (archive-listed) ran · our draft was wrong MIT (permissive) · f5eee6f4a7a2d3ce · report
length sidify/3d-pose-estimation/src/kinematics.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · c98211090c8cd833 · report
show_anim_curves ZHONGCHUYUN/3d_pose_baseline_tf/src/openpose_3dpose_sandbox.py community (archive-listed) ran · our draft was wrong MIT (permissive) · a5dc69f01bac53c1 · report
normalization_stats SJTU-DL-lab/3d-pose-baseline/src/data_utils.py community (archive-listed) unverified MIT (permissive) · 9088d315ea27a453 · report
read_openpose_json ZHONGCHUYUN/3d_pose_baseline_tf/src/openpose_3dpose_sandbox.py community (archive-listed) unverified MIT (permissive) · 6bbbd96794d5994d · report

Tasks

3D Human Pose Estimation3D Pose EstimationMonocular 3D Human Pose EstimationPose Estimation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
3D Human Pose Estimation 3DPW Simple-baseline PA-MPJPE 157.0 #113 of 119 Archive leaderboard report
3D Human Pose Estimation Human3.6M SIM (SH detections FT) (MA) Average MPJPE (mm) 62.9 #85 of 88 Archive leaderboard report
3D Human Pose Estimation Human3.6M SIM (SH detections FT) (MA) Multi-View or Monocular Monocular #85 of 88 Archive leaderboard report
3D Human Pose Estimation Human3.6M SIM (SH detections FT) (MA) Using 2D ground-truth joints No #85 of 88 Archive leaderboard report
3D Human Pose Estimation HumanEva-I SIM (SH detections) Mean Reconstruction Error (mm) 24.6 #20 of 31 Archive leaderboard report
Monocular 3D Human Pose Estimation Human3.6M SIM (SH detections FT) (MA) Average MPJPE (mm) 62.9 #31 of 52 Archive leaderboard report
Monocular 3D Human Pose Estimation Human3.6M SIM (SH detections FT) (MA) Frames Needed 1 #31 of 52 Archive leaderboard report
Monocular 3D Human Pose Estimation Human3.6M SIM (SH detections FT) (MA) Need Ground Truth 2D Pose No #31 of 52 Archive leaderboard report
Monocular 3D Human Pose Estimation Human3.6M SIM (SH detections FT) (MA) Use Video Sequence No #31 of 52 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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