paper-with-me

홈 › Papers

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

2024-05-30 · CVPR 2024 1 · 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.

📄 PDF Abstract BibTeX arXiv:2405.19833

Code (1)

martayang/kitro 공식 구현 pytorch

Tasks

3D Human Pose Estimation

Similar Papers 제목 키워드 기반

Skeleton2Mesh: Kinematics Prior Injected Unsupervised Human Mesh Recovery

2021-01-01 · ICCV 2021 10 · Zhenbo Yu, Junjie Wang, Jingwei Xu, Bingbing Ni 외

In this paper, we decouple unsupervised human mesh recovery into the well-studied problems of unsupervised 3D pose estimation, and human mesh recovery from estimated 3D skeletons, focusing on the latter task. The cha…

3D Pose EstimationHuman Mesh RecoveryPose Estimation

Video Inference for Human Mesh Recovery with Vision Transformer

2025-07-11 · Hanbyel Cho, Jaesung Ahn, Yooshin Cho, Junmo Kim arxiv

Human Mesh Recovery (HMR) from an image is a challenging problem because of the inherent ambiguity of the task. Existing HMR methods utilized either temporal information or kinematic relationships to achieve higher accur…

Human Mesh Recovery

VoteHMR: Occlusion-Aware Voting Network for Robust 3D Human Mesh Recovery from Partial Point Clouds

2021-10-17 · Guanze Liu, Yu Rong, Lu Sheng

3D human mesh recovery from point clouds is essential for various tasks, including AR/VR and human behavior understanding. Previous works in this field either require high-quality 3D human scans or sequential point cloud…

Human Mesh Recovery

3D Human Mesh Recovery with Sequentially Global Rotation Estimation

2023-01-01 · ICCV 2023 1 · Dongkai Wang, Shiliang Zhang

Model-based 3D human mesh recovery aims to reconstruct a 3D human body mesh by estimating its parameters from monocular RGB images. Most of recent works adopt the Skinned Multi-Person Linear (SMPL) model to regress r…

Human Mesh Recovery

KAMA: 3D Keypoint Aware Body Mesh Articulation

2021-04-27 · Umar Iqbal, Kevin Xie, Yunrong Guo, Jan Kautz 외

We present KAMA, a 3D Keypoint Aware Mesh Articulation approach that allows us to estimate a human body mesh from the positions of 3D body keypoints. To this end, we learn to estimate 3D positions of 26 body keypoints an…

3D Human Pose Estimation3D Human Shape EstimationKeypoint Estimation