Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Monocular, One-stage, Regression of Multiple 3D People

About

This paper focuses on the regression of multiple 3D people from a single RGB image. Existing approaches predominantly follow a multi-stage pipeline that first detects people in bounding boxes and then independently regresses their 3D body meshes. In contrast, we propose to Regress all meshes in a One-stage fashion for Multiple 3D People (termed ROMP). The approach is conceptually simple, bounding box-free, and able to learn a per-pixel representation in an end-to-end manner. Our method simultaneously predicts a Body Center heatmap and a Mesh Parameter map, which can jointly describe the 3D body mesh on the pixel level. Through a body-center-guided sampling process, the body mesh parameters of all people in the image are easily extracted from the Mesh Parameter map. Equipped with such a fine-grained representation, our one-stage framework is free of the complex multi-stage process and more robust to occlusion. Compared with state-of-the-art methods, ROMP achieves superior performance on the challenging multi-person benchmarks, including 3DPW and CMU Panoptic. Experiments on crowded/occluded datasets demonstrate the robustness under various types of occlusion. The released code is the first real-time implementation of monocular multi-person 3D mesh regression.

Yu Sun, Qian Bao, Wu Liu, Yili Fu, Michael J. Black, Tao Mei• 2020

Related benchmarks

TaskDatasetResultRank
3D Human Pose Estimation3DPW (test)
PA-MPJPE47.3
505
Pose EstimationCOCO (val)
AP14.7
319
3D Human Mesh Recovery3DPW (test)
PA-MPJPE47.3
264
Multi-person Pose EstimationCrowdPose (test)--
177
3D Human Pose and Shape Estimation3DPW (test)
MPJPE-PA47.3
158
Human Mesh Recovery3DPW
PA-MPJPE53.3
123
3D Human Pose Estimation3DPW
PA-MPJPE53.3
119
3D Human Pose EstimationMPI-INF-3DHP--
108
3D Human Pose and Shape Estimation3DPW
PA-MPJPE47.3
74
3D Human Mesh Recovery3DPW
PA-MPJPE47.3
72
Showing 10 of 63 rows

Other info

Code

Follow for update