STMPL: Human Soft-Tissue Simulation
Anton Agafonov, Lihi Zelnik-Manor
TL;DR
STMPL addresses the challenge of real-time soft-tissue deformation during object interactions by augmenting SMPL with a thick soft-tissue layer and a UV-map representation, enabling a 2D UNET to predict 3D deformations without runtime FEM. The approach learns from FEM-ground-truth data projected into 2D UV maps, producing fast, accurate deformation predictions that generalize to unseen object shapes and tissue thicknesses. Key contributions include a novel UV-based STMPL representation, a dataset of large-scale FEM-derived soft-tissue deformations, and a detailed evaluation showing strong accuracy and substantial speed-ups over traditional FEM. The method has practical impact for VR/AR and related fields by delivering plausible, interactive soft-tissue behavior with real-time performance, and it points to future extensions toward full-body nonuniform thickness and alternative learnable architectures.
Abstract
In various applications, such as virtual reality and gaming, simulating the deformation of soft tissues in the human body during interactions with external objects is essential. Traditionally, Finite Element Methods (FEM) have been employed for this purpose, but they tend to be slow and resource-intensive. In this paper, we propose a unified representation of human body shape and soft tissue with a data-driven simulator of non-rigid deformations. This approach enables rapid simulation of realistic interactions. Our method builds upon the SMPL model, which generates human body shapes considering rigid transformations. We extend SMPL by incorporating a soft tissue layer and an intuitive representation of external forces applied to the body during object interactions. Specifically, we mapped the 3D body shape and soft tissue and applied external forces to 2D UV maps. Leveraging a UNET architecture designed for 2D data, our approach achieves high-accuracy inference in real time. Our experiment shows that our method achieves plausible deformation of the soft tissue layer, even for unseen scenarios.
