SAM-Body4D: Training-Free 4D Human Body Mesh Recovery from Videos
Mingqi Gao, Yunqi Miao, Jungong Han
TL;DR
SAM-Body4D introduces a training-free framework for temporally consistent 4D human mesh recovery from videos. It leverages identity-consistent masklets from a promptable video segmentation model, an Occlusion-Aware Refiner to recover occluded regions, and a parallel, mask-guided HMR stage that uses refined masks to produce stable per-frame meshes. The approach achieves improved temporal stability and robustness in-the-wild without retraining, and includes a padding-based parallel inference strategy for efficient multi-human processing. Overall, the method transfers pixel-level temporal continuity into coherent 4D reconstructions suitable for real-world video applications.
Abstract
Human Mesh Recovery (HMR) aims to reconstruct 3D human pose and shape from 2D observations and is fundamental to human-centric understanding in real-world scenarios. While recent image-based HMR methods such as SAM 3D Body achieve strong robustness on in-the-wild images, they rely on per-frame inference when applied to videos, leading to temporal inconsistency and degraded performance under occlusions. We address these issues without extra training by leveraging the inherent human continuity in videos. We propose SAM-Body4D, a training-free framework for temporally consistent and occlusion-robust HMR from videos. We first generate identity-consistent masklets using a promptable video segmentation model, then refine them with an Occlusion-Aware module to recover missing regions. The refined masklets guide SAM 3D Body to produce consistent full-body mesh trajectories, while a padding-based parallel strategy enables efficient multi-human inference. Experimental results demonstrate that SAM-Body4D achieves improved temporal stability and robustness in challenging in-the-wild videos, without any retraining. Our code and demo are available at: https://github.com/gaomingqi/sam-body4d.
