paper-with-me

Papers

IKOL: Inverse kinematics optimization layer for 3D human pose and shape estimation via Gauss-Newton differentiation

2023-02-02 · Juze Zhang, Ye Shi, Yuexin Ma, Lan Xu, Jingyi Yu, Jingya Wang

This paper presents an inverse kinematic optimization layer (IKOL) for 3D human pose and shape estimation that leverages the strength of both optimization- and regression-based methods within an end-to-end framework. IKOL involves a nonconvex optimization that establishes an implicit mapping from an image's 3D keypoints and body shapes to the relative body-part rotations. The 3D keypoints and the body shapes are the inputs and the relative body-part rotations are the solutions. However, this procedure is implicit and hard to make differentiable. So, to overcome this issue, we designed a Gauss-Newton differentiation (GN-Diff) procedure to differentiate IKOL. GN-Diff iteratively linearizes the nonconvex objective function to obtain Gauss-Newton directions with closed form solutions. Then, an automatic differentiation procedure is directly applied to generate a Jacobian matrix for end-to-end training. Notably, the GN-Diff procedure works fast because it does not rely on a time-consuming implicit differentiation procedure. The twist rotation and shape parameters are learned from the neural networks and, as a result, IKOL has a much lower computational overhead than most existing optimization-based methods. Additionally, compared to existing regression-based methods, IKOL provides a more accurate mesh-image correspondence. This is because it iteratively reduces the distance between the keypoints and also enhances the reliability of the pose structures. Extensive experiments demonstrate the superiority of our proposed framework over a wide range of 3D human pose and shape estimation methods.

📄 PDF Abstract BibTeX arXiv:2302.01058

Code (1)

juzezhang/ikol 공식 구현 pytorch

Tasks

3D human pose and shape estimation3D Human Pose Estimationregression

Similar Papers 제목 키워드 기반

Kinematics-based 3D Human-Object Interaction Reconstruction from Single View

2024-07-19 · Yuhang Chen, Chenxing Wang

Reconstructing 3D human-object interaction (HOI) from single-view RGB images is challenging due to the absence of depth information and potential occlusions. Existing methods simply predict the body poses merely rely on …

Human-Object Interaction Detection

Modeling human intention inference in continuous 3D domains by inverse planning and body kinematics

2021-12-02 · Yingdong Qian, Marta Kryven, Tao Gao, Hanbyul Joo 외

How to build AI that understands human intentions, and uses this knowledge to collaborate with people? We describe a computational framework for evaluating models of goal inference in the domain of 3D motor actions, whic…

CycleIK: Neuro-inspired Inverse Kinematics

2023-07-21 · Jan-Gerrit Habekost, Erik Strahl, Philipp Allgeuer, Matthias Kerzel 외

The paper introduces CycleIK, a neuro-robotic approach that wraps two novel neuro-inspired methods for the inverse kinematics (IK) task, a Generative Adversarial Network (GAN), and a Multi-Layer Perceptron architecture. …

Generative Adversarial Network

MonoMSK: Monocular 3D Musculoskeletal Dynamics Estimation

2025-11-24 · Farnoosh Koleini, Hongfei Xue, Ahmed Helmy, Pu Wang arxiv

Reconstructing biomechanically realistic 3D human motion - recovering both kinematics (motion) and kinetics (forces) - is a critical challenge. While marker-based systems are lab-bound and slow, popular monocular methods…

Real-Time Inverse Kinematics for Generating Multi-Constrained Movements of Virtual Human Characters

2025-07-01 · Hendric Voss, Stefan Kopp

Generating accurate and realistic virtual human movements in real-time is of high importance for a variety of applications in computer graphics, interactive virtual environments, robotics, and biomechanics. This paper in…