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

End-to-End Human Pose and Mesh Reconstruction with Transformers

About

We present a new method, called MEsh TRansfOrmer (METRO), to reconstruct 3D human pose and mesh vertices from a single image. Our method uses a transformer encoder to jointly model vertex-vertex and vertex-joint interactions, and outputs 3D joint coordinates and mesh vertices simultaneously. Compared to existing techniques that regress pose and shape parameters, METRO does not rely on any parametric mesh models like SMPL, thus it can be easily extended to other objects such as hands. We further relax the mesh topology and allow the transformer self-attention mechanism to freely attend between any two vertices, making it possible to learn non-local relationships among mesh vertices and joints. With the proposed masked vertex modeling, our method is more robust and effective in handling challenging situations like partial occlusions. METRO generates new state-of-the-art results for human mesh reconstruction on the public Human3.6M and 3DPW datasets. Moreover, we demonstrate the generalizability of METRO to 3D hand reconstruction in the wild, outperforming existing state-of-the-art methods on FreiHAND dataset. Code and pre-trained models are available at https://github.com/microsoft/MeshTransformer.

Kevin Lin, Lijuan Wang, Zicheng Liu• 2020

Related benchmarks

TaskDatasetResultRank
3D Human Pose Estimation3DPW (test)
PA-MPJPE47.9
505
3D Human Pose EstimationHuman3.6M (Protocol #1)
MPJPE (Avg.)54
440
3D Human Mesh Recovery3DPW (test)
PA-MPJPE47.9
264
3D Human Pose EstimationHuman3.6M Protocol 1 (test)--
183
3D Human Pose EstimationHuman3.6M (subjects 9 and 11)
Average Error54
180
3D Human Pose EstimationHuman3.6M
MPJPE54.4
160
3D Human Pose and Shape Estimation3DPW (test)
MPJPE-PA47.9
158
3D Hand ReconstructionFreiHAND (test)
F@15mm98.4
148
Human Mesh Recovery3DPW
PA-MPJPE47.9
123
3D Human Mesh RecoveryHuman3.6M (test)
PA-MPJPE36.7
120
Showing 10 of 72 rows
...

Other info

Code

Follow for update