paper-with-me

홈 › Papers

Learnable SMPLify: A Neural Solution for Optimization-Free Human Pose Inverse Kinematics

2025-08-19 · Yuchen Yang, Linfeng Dong, Wei Wang, Zhihang Zhong, Xiao Sun arxiv

In 3D human pose and shape estimation, SMPLify remains a robust baseline that solves inverse kinematics (IK) through iterative optimization. However, its high computational cost limits its practicality. Recent advances across domains have shown that replacing iterative optimization with data-driven neural networks can achieve significant runtime improvements without sacrificing accuracy. Motivated by this trend, we propose Learnable SMPLify, a neural framework that replaces the iterative fitting process in SMPLify with a single-pass regression model. The design of our framework targets two core challenges in neural IK: data construction and generalization. To enable effective training, we propose a temporal sampling strategy that constructs initialization-target pairs from sequential frames. To improve generalization across diverse motions and unseen poses, we propose a human-centric normalization scheme and residual learning to narrow the solution space. Learnable SMPLify supports both sequential inference and plug-in post-processing to refine existing image-based estimators. Extensive experiments demonstrate that our method establishes itself as a practical and simple baseline: it achieves nearly 200x faster runtime compared to SMPLify, generalizes well to unseen 3DPW and RICH, and operates in a model-agnostic manner when used as a plug-in tool on LucidAction. The code is available at https://github.com/Charrrrrlie/Learnable-SMPLify.

📄 PDF Abstract BibTeX arXiv:2508.13562

Code (0)

등록된 구현이 없습니다.

Tasks

3D human pose and shape estimation

Similar Papers 제목 키워드 기반

CameraHMR: Aligning People with Perspective

2024-11-12 · Priyanka Patel, Michael J. Black

We address the challenge of accurate 3D human pose and shape estimation from monocular images. The key to accuracy and robustness lies in high-quality training data. Existing training datasets containing real images with…

3D human pose and shape estimation

On Self-Contact and Human Pose

2021-04-07 · CVPR 2021 1 · Lea Müller, Ahmed A. A. Osman, Siyu Tang, Chun-Hao P. Huang 외

People touch their face 23 times an hour, they cross their arms and legs, put their hands on their hips, etc. While many images of people contain some form of self-contact, current 3D human pose and shape (HPS) regressio…

3D Human Pose EstimationPose Estimation

ResiHMR: Residual-Limb Aware Single-Image 3D Human Mesh Recovery for Individuals with Limb Loss

2026-04-30 · Jiaying Ying, Heming Du, Kaihao Zhang, Sean M. Tweedy 외 arxiv

Single-image human mesh recovery provides a compact 3D, person-centric representation that supports analysis, animation, AR and VR, rehabilitation, and human-computer interaction. However, prevailing systems impose an in…

Human Mesh Recovery

Expressive Body Capture: 3D Hands, Face, and Body from a Single Image

2019-04-11 · CVPR 2019 6 · Georgios Pavlakos, Vasileios Choutas, Nima Ghorbani, Timo Bolkart 외

To facilitate the analysis of human actions, interactions and emotions, we compute a 3D model of human body pose, hand pose, and facial expression from a single monocular image. To achieve this, we use thousands of 3D sc…

3D Human Pose Estimation3D Human Reconstruction3D Multi-Person Mesh Recovery3D Reconstruction

Human Body Model Fitting by Learned Gradient Descent

2020-08-19 · ECCV 2020 8 · Jie Song, Xu Chen, Otmar Hilliges

We propose a novel algorithm for the fitting of 3D human shape to images. Combining the accuracy and refinement capabilities of iterative gradient-based optimization techniques with the robustness of deep neural networks…

3D Human Pose EstimationAvgImage to 3Dmodel+1