paper-with-me

Papers

Human Mesh Recovery from Arbitrary Multi-view Images

2024-03-19 · Xiaoben Li, Mancheng Meng, Ziyan Wu, Terrence Chen, Fan Yang, Dinggang Shen

Human mesh recovery from arbitrary multi-view images involves two characteristics: the arbitrary camera poses and arbitrary number of camera views. Because of the variability, designing a unified framework to tackle this task is challenging. The challenges can be summarized as the dilemma of being able to simultaneously estimate arbitrary camera poses and recover human mesh from arbitrary multi-view images while maintaining flexibility. To solve this dilemma, we propose a divide and conquer framework for Unified Human Mesh Recovery (U-HMR) from arbitrary multi-view images. In particular, U-HMR consists of a decoupled structure and two main components: camera and body decoupling (CBD), camera pose estimation (CPE), and arbitrary view fusion (AVF). As camera poses and human body mesh are independent of each other, CBD splits the estimation of them into two sub-tasks for two individual sub-networks (ie, CPE and AVF) to handle respectively, thus the two sub-tasks are disentangled. In CPE, since each camera pose is unrelated to the others, we adopt a shared MLP to process all views in a parallel way. In AVF, in order to fuse multi-view information and make the fusion operation independent of the number of views, we introduce a transformer decoder with a SMPL parameters query token to extract cross-view features for mesh recovery. To demonstrate the efficacy and flexibility of the proposed framework and effect of each component, we conduct extensive experiments on three public datasets: Human3.6M, MPI-INF-3DHP, and TotalCapture.

📄 PDF Abstract BibTeX arXiv:2403.12434

Code (1)

xiaobenli00/u-hmr 공식 구현 pytorch

Tasks

Camera Pose EstimationDecoderHuman Mesh RecoveryPose Estimation

Methods 이 논문이 사용한 방법론

CPE CPE is an effective collaborative metric learning to effectively address the problem of sparse and insufficient preference supervision from the margin distribution point-of-view.

Similar Papers 제목 키워드 기반

Monocular Models are Strong Learners for Multi-View Human Mesh Recovery

2026-03-20 · Haoyu Xie, Shengkai Xu, Cheng Guo, Muhammad Usama Saleem 외 arxiv

Multi-view human mesh recovery (HMR) is broadly deployed in diverse domains where high accuracy and strong generalization are essential. Existing approaches can be broadly grouped into geometry-based and learning-based m…

Human Mesh Recovery

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

Implicit 3D Human Mesh Recovery using Consistency with Pose and Shape from Unseen-view

2023-06-30 · CVPR 2023 1 · Hanbyel Cho, Yooshin Cho, Jaesung Ahn, Junmo Kim

From an image of a person, we can easily infer the natural 3D pose and shape of the person even if ambiguity exists. This is because we have a mental model that allows us to imagine a person's appearance at different vie…

3D Human Pose EstimationHuman Mesh RecoverySelf-Supervised Learning

Delving Deep into Pixel Alignment Feature for Accurate Multi-view Human Mesh Recovery

2023-01-15 · Kai Jia, Hongwen Zhang, Liang An, Yebin Liu

Regression-based methods have shown high efficiency and effectiveness for multi-view human mesh recovery. The key components of a typical regressor lie in the feature extraction of input views and the fusion of multi-vie…

Human Mesh RecoveryMulti-view 3D Human Pose Estimationregression

Multi-view Human Body Mesh Translator

2022-10-04 · Xiangjian Jiang, Xuecheng Nie, Zitian Wang, Luoqi Liu 외

Existing methods for human mesh recovery mainly focus on single-view frameworks, but they often fail to produce accurate results due to the ill-posed setup. Considering the maturity of the multi-view motion capture syste…

Human Mesh Recovery