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

Learning to Estimate Robust 3D Human Mesh from In-the-Wild Crowded Scenes

About

We consider the problem of recovering a single person's 3D human mesh from in-the-wild crowded scenes. While much progress has been in 3D human mesh estimation, existing methods struggle when test input has crowded scenes. The first reason for the failure is a domain gap between training and testing data. A motion capture dataset, which provides accurate 3D labels for training, lacks crowd data and impedes a network from learning crowded scene-robust image features of a target person. The second reason is a feature processing that spatially averages the feature map of a localized bounding box containing multiple people. Averaging the whole feature map makes a target person's feature indistinguishable from others. We present 3DCrowdNet that firstly explicitly targets in-the-wild crowded scenes and estimates a robust 3D human mesh by addressing the above issues. First, we leverage 2D human pose estimation that does not require a motion capture dataset with 3D labels for training and does not suffer from the domain gap. Second, we propose a joint-based regressor that distinguishes a target person's feature from others. Our joint-based regressor preserves the spatial activation of a target by sampling features from the target's joint locations and regresses human model parameters. As a result, 3DCrowdNet learns target-focused features and effectively excludes the irrelevant features of nearby persons. We conduct experiments on various benchmarks and prove the robustness of 3DCrowdNet to the in-the-wild crowded scenes both quantitatively and qualitatively. The code is available at https://github.com/hongsukchoi/3DCrowdNet_RELEASE.

Hongsuk Choi, Gyeongsik Moon, JoonKyu Park, Kyoung Mu Lee• 2021

Related benchmarks

TaskDatasetResultRank
3D Human Pose Estimation3DPW (test)
PA-MPJPE51.5
505
3D Human Mesh Recovery3DPW (test)
PA-MPJPE51.2
264
Human Mesh Recovery3DPW
PA-MPJPE51.5
123
3D Human Pose and Shape Estimation3DPW
PA-MPJPE52.2
74
3D Human Mesh Recovery3DPW
PA-MPJPE51.5
72
3D Human Mesh Estimation3DPW (test)
PA-MPJPE51.5
44
3D Human Mesh Estimation3DPW
PA MPJPE51.5
42
Video-based Human Mesh Recovery3DPW standard (test)
PA-MPJPE51.5
36
3D human shape and pose estimation3DPW
MPJPE-PA52.2
30
Monocular 3D Human Pose and Mesh Recovery3DPW (test)
PA-MPJPE51.5
24
Showing 10 of 23 rows

Other info

Code

Follow for update