PromptHMR: Promptable Human Mesh Recovery
Yufu Wang, Yu Sun, Priyanka Patel, Kostas Daniilidis, Michael J. Black, Muhammed Kocabas
TL;DR
PromptHMR reframes 3D human pose and shape estimation as a promptable regression problem that leverages full-image context and multimodal side information. By combining aVision Transformer image backbone, a flexible prompt encoder for spatial and semantic cues, and a transformer SMPL-X decoder with optional interaction-attention, PromptHMR achieves state-of-the-art accuracy on both image- and video-based HPS benchmarks. The approach supports various prompts (boxes, masks, text descriptions, interaction labels) and can handle crowds, occlusions, and person-person interactions while maintaining coherent camera-space and world-space reconstructions. PromptHMR-Vid extends the framework to video with a temporal transformer and world-coordinate motion via SLAM-depth integration, yielding robust, temporally coherent motion estimates suitable for in-the-wild analysis and potential robotics or AR applications.
Abstract
Human pose and shape (HPS) estimation presents challenges in diverse scenarios such as crowded scenes, person-person interactions, and single-view reconstruction. Existing approaches lack mechanisms to incorporate auxiliary "side information" that could enhance reconstruction accuracy in such challenging scenarios. Furthermore, the most accurate methods rely on cropped person detections and cannot exploit scene context while methods that process the whole image often fail to detect people and are less accurate than methods that use crops. While recent language-based methods explore HPS reasoning through large language or vision-language models, their metric accuracy is well below the state of the art. In contrast, we present PromptHMR, a transformer-based promptable method that reformulates HPS estimation through spatial and semantic prompts. Our method processes full images to maintain scene context and accepts multiple input modalities: spatial prompts like bounding boxes and masks, and semantic prompts like language descriptions or interaction labels. PromptHMR demonstrates robust performance across challenging scenarios: estimating people from bounding boxes as small as faces in crowded scenes, improving body shape estimation through language descriptions, modeling person-person interactions, and producing temporally coherent motions in videos. Experiments on benchmarks show that PromptHMR achieves state-of-the-art performance while offering flexible prompt-based control over the HPS estimation process.
