Cross-Attention of Disentangled Modalities for 3D Human Mesh Recovery with Transformers

27 Jul 2022  ·  Junhyeong Cho, Kim Youwang, Tae-Hyun Oh ·

Transformer encoder architectures have recently achieved state-of-the-art results on monocular 3D human mesh reconstruction, but they require a substantial number of parameters and expensive computations. Due to the large memory overhead and slow inference speed, it is difficult to deploy such models for practical use. In this paper, we propose a novel transformer encoder-decoder architecture for 3D human mesh reconstruction from a single image, called FastMETRO. We identify the performance bottleneck in the encoder-based transformers is caused by the token design which introduces high complexity interactions among input tokens. We disentangle the interactions via an encoder-decoder architecture, which allows our model to demand much fewer parameters and shorter inference time. In addition, we impose the prior knowledge of human body's morphological relationship via attention masking and mesh upsampling operations, which leads to faster convergence with higher accuracy. Our FastMETRO improves the Pareto-front of accuracy and efficiency, and clearly outperforms image-based methods on Human3.6M and 3DPW. Furthermore, we validate its generalizability on FreiHAND.

PDF Abstract
Task Dataset Model Metric Name Metric Value Global Rank Uses Extra
Training Data
Result Benchmark
3D Human Pose Estimation 3DPW FastMETRO PA-MPJPE 44.6 # 31
MPJPE 73.5 # 31
MPVPE 84.1 # 24
3D Human Pose Estimation EMDB FastMETRO-L no SMPL Head Average MPJPE (mm) 108.107 # 6
Average MPJPE-PA (mm) 66.794 # 4
Average MVE (mm) 119.23 # 3
Average MVE-PA (mm) 81.1847 # 2
Jitter (10m/s^3) 185.933 # 9
3D Human Pose Estimation EMDB FastMETRO-L Average MPJPE (mm) 115.036 # 9
Average MPJPE-PA (mm) 72.6765 # 8
Average MVE (mm) 133.566 # 8
Average MVE-PA (mm) 86.0043 # 6
Average MPJAE (deg) 25.07 # 4
Average MPJAE-PA (deg) 22.9482 # 6
Jitter (10m/s^3) 81.2959 # 7
3D Hand Pose Estimation FreiHAND FastMETRO PA-MPJPE 6.5 # 3
PA-F@15mm 98.2 # 2
3D Human Pose Estimation Human3.6M FastMETRO Average MPJPE (mm) 52.2 # 195
Multi-View or Monocular Monocular # 1
PA-MPJPE 33.7 # 19

Methods