paper-with-me

Papers

MUG: Multi-human Graph Network for 3D Mesh Reconstruction from 2D Pose

2022-05-25 · Chenyan Wu, Yandong Li, Xianfeng Tang, James Wang

Reconstructing multi-human body mesh from a single monocular image is an important but challenging computer vision problem. In addition to the individual body mesh models, we need to estimate relative 3D positions among subjects to generate a coherent representation. In this work, through a single graph neural network, named MUG (Multi-hUman Graph network), we construct coherent multi-human meshes using only multi-human 2D pose as input. Compared with existing methods, which adopt a detection-style pipeline (i.e., extracting image features and then locating human instances and recovering body meshes from that) and suffer from the significant domain gap between lab-collected training datasets and in-the-wild testing datasets, our method benefits from the 2D pose which has a relatively consistent geometric property across datasets. Our method works like the following: First, to model the multi-human environment, it processes multi-human 2D poses and builds a novel heterogeneous graph, where nodes from different people and within one person are connected to capture inter-human interactions and draw the body geometry (i.e., skeleton and mesh structure). Second, it employs a dual-branch graph neural network structure -- one for predicting inter-human depth relation and the other one for predicting root-joint-relative mesh coordinates. Finally, the entire multi-human 3D meshes are constructed by combining the output from both branches. Extensive experiments demonstrate that MUG outperforms previous multi-human mesh estimation methods on standard 3D human benchmarks -- Panoptic, MuPoTS-3D and 3DPW.

📄 PDF Abstract BibTeX arXiv:2205.12583

Code (0)

등록된 구현이 없습니다.

Tasks

3D Human Pose Estimation3D Multi-Person Human Pose Estimation3D Multi-Person Pose EstimationGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Mesh Graphormer

2021-04-01 · ICCV 2021 10 · Kevin Lin, Lijuan Wang, Zicheng Liu

We present a graph-convolution-reinforced transformer, named Mesh Graphormer, for 3D human pose and mesh reconstruction from a single image. Recently both transformers and graph convolutional neural networks (GCNNs) have…

3D Hand Pose Estimation3D Human Pose Estimation

A Modular Multi-stage Lightweight Graph Transformer Network for Human Pose and Shape Estimation from 2D Human Pose

2023-01-31 · Ayman Ali, Ekkasit Pinyoanuntapong, Pu Wang, Mohsen Dorodchi

In this research, we address the challenge faced by existing deep learning-based human mesh reconstruction methods in balancing accuracy and computational efficiency. These methods typically prioritize accuracy, resultin…

Computational Efficiency

MuNet: A Mutualistic Network for Joint 3D Human Mesh Recovery and 3D Clothed Human Reconstruction from Single Images

2026-05-25 · Yunqi Gao, Leyuan Liu, Yuhan Li, Changxin Gao 외 arxiv

3D human mesh recovery and 3D clothed human reconstruction are inherently related, yet they have long been studied in isolation, thereby overlooking the potential gains of joint optimization. To overcome this limitation,…

Human Mesh Recovery

A Lightweight Graph Transformer Network for Human Mesh Reconstruction from 2D Human Pose

2021-11-24 · Ce Zheng, Matias Mendieta, Pu Wang, Aidong Lu 외

Existing deep learning-based human mesh reconstruction approaches have a tendency to build larger networks in order to achieve higher accuracy. Computational complexity and model size are often neglected, despite being k…

3D Human Pose Estimation3D Human Shape EstimationHuman Mesh RecoveryVirtual Try-on

Learning Nonparametric Human Mesh Reconstruction from a Single Image without Ground Truth Meshes

2020-02-28 · Kevin Lin, Lijuan Wang, Ying Jin, Zicheng Liu 외

Nonparametric approaches have shown promising results on reconstructing 3D human mesh from a single monocular image. Unlike previous approaches that use a parametric human model like skinned multi-person linear model (SM…

Segmentation