STAF: 3D Human Mesh Recovery from Video with Spatio-Temporal Alignment Fusion

3 Jan 2024  ·  Wei Yao, Hongwen Zhang, Yunlian Sun, Jinhui Tang ·

The recovery of 3D human mesh from monocular images has significantly been developed in recent years. However, existing models usually ignore spatial and temporal information, which might lead to mesh and image misalignment and temporal discontinuity. For this reason, we propose a novel Spatio-Temporal Alignment Fusion (STAF) model. As a video-based model, it leverages coherence clues from human motion by an attention-based Temporal Coherence Fusion Module (TCFM). As for spatial mesh-alignment evidence, we extract fine-grained local information through predicted mesh projection on the feature maps. Based on the spatial features, we further introduce a multi-stage adjacent Spatial Alignment Fusion Module (SAFM) to enhance the feature representation of the target frame. In addition to the above, we propose an Average Pooling Module (APM) to allow the model to focus on the entire input sequence rather than just the target frame. This method can remarkably improve the smoothness of recovery results from video. Extensive experiments on 3DPW, MPII3D, and H36M demonstrate the superiority of STAF. We achieve a state-of-the-art trade-off between precision and smoothness. Our code and more video results are on the project page https://yw0208.github.io/staf/

PDF Abstract

Results from the Paper


Ranked #45 on 3D Human Pose Estimation on 3DPW (using extra training data)

     Get a GitHub badge
Task Dataset Model Metric Name Metric Value Global Rank Uses Extra
Training Data
Benchmark
3D Human Pose Estimation 3DPW STAF PA-MPJPE 48.0 # 48
MPJPE 80.6 # 57
MPVPE 95.3 # 45
Acceleration Error 8.2 # 9
Number of parameters (M) 51.12 # 2
3D Human Pose Estimation Human3.6M STAF Average MPJPE (mm) 70.4 # 280
Multi-View or Monocular Monocular # 1
PA-MPJPE 44.5 # 79
Acceleration Error 4.8 # 7
3D Human Pose Estimation MPI-INF-3DHP STAF MPJPE 92.4 # 47
PA-MPJPE 58.8 # 3
Acceleration Error 10.1 # 8

Methods