Papers › KITRO: Refining Human Mesh by 2D Clues and Kinematic-tree Rotation

KITRO: Refining Human Mesh by 2D Clues and Kinematic-tree Rotation

30 May 2024CVPR 2024 1arXiv:2405.19833archive 2025-07-28

Fengyuan Yang, Kerui Gu, Angela Yao

2D keypoints are commonly used as an additional cue to refine estimated 3D human meshes. Current methods optimize the pose and shape parameters with a reprojection loss on the provided 2D keypoints. Such an approach, while simple and intuitive, has limited effectiveness because the optimal solution is hard to find in ambiguous parameter space and may sacrifice depth. Additionally, divergent gradients from distal joints complicate and deviate the refinement of proximal joints in the kinematic chain. To address these, we introduce Kinematic-Tree Rotation (KITRO), a novel mesh refinement strategy that explicitly models depth and human kinematic-tree structure. KITRO treats refinement from a bone-wise perspective. Unlike previous methods which perform gradient-based optimizations, our method calculates bone directions in closed form. By accounting for the 2D pose, bone length, and parent joint's depth, the calculation results in two possible directions for each child joint. We then use a decision tree to trace binary choices for all bones along the human skeleton's kinematic-tree to select the most probable hypothesis. Our experiments across various datasets and baseline models demonstrate that KITRO significantly improves 3D joint estimation accuracy and achieves an ideal 2D fit simultaneously. Our code available at: https://github.com/MartaYang/KITRO.

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

Code

Syntology Ran 9 of 13 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 8 ran · our draft was wrong; 1 ran · fixture could not drive it.

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

martayang/kitro officialmentioned in papermentioned on GitHubpytorch 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

13 samples harvested; 9 ran; 0 honoured the contract we drafted; 4 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.

8ran · our draft was wrong
1ran · fixture could not drive it
4unverified

Licence: 0 of the 13 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 MartaYang/KITRO. “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.

batch_cal_2solutions MartaYang/KITRO/lib/models/kitro.py official repository ran · our draft was wrong MIT (permissive) · 001a15cc769ae520 · report
batch_cal_swing MartaYang/KITRO/lib/models/kitro.py official repository ran · our draft was wrong MIT (permissive) · b22044a3c4c10fd2 · report
batch_get_pelvis_orient_svd MartaYang/KITRO/lib/models/kitro.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 419ab23ea851f3c6 · report
estimate_cam_location MartaYang/KITRO/lib/models/kitro.py official repository ran · our draft was wrong MIT (permissive) · bd51d15bd37d3d61 · report
gram_schmidt_batch MartaYang/KITRO/lib/models/kitro.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 333ec17cdb64a6b2 · report
perspective_projection MartaYang/KITRO/lib/models/kitro.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · be4744f043426134 · report
solution_calculation_chain MartaYang/KITRO/lib/models/kitro.py official repository ran · our draft was wrong MIT (permissive) · 4ba0339ae1d0cacb · report
solution_selection MartaYang/KITRO/lib/models/kitro.py official repository ran · our draft was wrong MIT (permissive) · 8cce0c24b8642592 · report
solution_selection_chain MartaYang/KITRO/lib/models/kitro.py official repository ran · our draft was wrong MIT (permissive) · 06c24ffd2a5c3892 · report
KITRO_refine MartaYang/KITRO/lib/models/kitro.py official repository unverified MIT (permissive) · 7f09cf3796f60666 · report
batch_cal_2d_error_after_align MartaYang/KITRO/lib/models/kitro.py official repository unverified MIT (permissive) · 1c241d396654a781 · report
optimize_shape MartaYang/KITRO/lib/models/kitro.py official repository unverified MIT (permissive) · 5bc6dbb03a2ef402 · report
refine_alignKT MartaYang/KITRO/lib/models/kitro.py official repository unverified MIT (permissive) · 8bcd97dc1361310f · report

Tasks

3D Human Pose Estimation

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