SMPLer: Taming Transformers for Monocular 3D Human Shape and Pose Estimation
Xiangyu Xu, Lijuan Liu, Shuicheng Yan
TL;DR
SMPLer addresses the quadratic cost of full attention in monocular 3D human shape and pose estimation by introducing decoupled attention and a compact SMPL-based target representation, enabling the use of high-resolution image features. It further enhances performance with multi-scale attention and a joint-aware attention module within a hierarchical Transformer, tightly integrating SMPL parameter estimation with 3D reconstruction. Empirically, SMPLer achieves $MPJPE = 45.2$ mm on Human3.6M, reducing error by over $10\%$ compared to Mesh Graphormer while using fewer than one-third the parameters, and attains real-time inference (approximately $96$ fps). The work demonstrates substantial efficiency and accuracy gains, and its SMPL-based output facilitates direct avatar control and downstream 3D applications, while offering a framework adaptable to other 3D reconstruction tasks.
Abstract
Existing Transformers for monocular 3D human shape and pose estimation typically have a quadratic computation and memory complexity with respect to the feature length, which hinders the exploitation of fine-grained information in high-resolution features that is beneficial for accurate reconstruction. In this work, we propose an SMPL-based Transformer framework (SMPLer) to address this issue. SMPLer incorporates two key ingredients: a decoupled attention operation and an SMPL-based target representation, which allow effective utilization of high-resolution features in the Transformer. In addition, based on these two designs, we also introduce several novel modules including a multi-scale attention and a joint-aware attention to further boost the reconstruction performance. Extensive experiments demonstrate the effectiveness of SMPLer against existing 3D human shape and pose estimation methods both quantitatively and qualitatively. Notably, the proposed algorithm achieves an MPJPE of 45.2 mm on the Human3.6M dataset, improving upon Mesh Graphormer by more than 10% with fewer than one-third of the parameters. Code and pretrained models are available at https://github.com/xuxy09/SMPLer.
