Search papers, labs, and topics across Lattice.
The paper introduces SOMA, a unified body layer that bridges the gap between incompatible parametric human body models like SMPL, SMPL-X, and MHR. SOMA achieves this unification through mesh topology abstraction, skeletal abstraction, and pose abstraction, enabling the mixing of identity sources and pose data. The system is fully differentiable, GPU-accelerated, and reduces the adapter problem from quadratic to linear complexity.
Stop wrestling with incompatible human body models: SOMA lets you mix and match SMPL, SMPL-X, and more, unlocking the power of diverse datasets in a single, differentiable pipeline.
Parametric human body models are foundational to human reconstruction, animation, and simulation, yet they remain mutually incompatible: SMPL, SMPL-X, MHR, Anny, and related models each diverge in mesh topology, skeletal structure, shape parameterization, and unit convention, making it impractical to exploit their complementary strengths within a single pipeline. We present SOMA, a unified body layer that bridges these heterogeneous representations through three abstraction layers. Mesh topology abstraction maps any source model's identity to a shared canonical mesh in constant time per vertex. Skeletal abstraction recovers a full set of identity-adapted joint transforms from any body shape, whether in rest pose or an arbitrary posed configuration, in a single closed-form pass, with no iterative optimization or per-model training. Pose abstraction inverts the skinning pipeline to recover unified skeleton rotations directly from posed vertices of any supported model, enabling heterogeneous motion datasets to be consumed without custom retargeting. Together, these layers reduce the $O(M^2)$ per-pair adapter problem to $O(M)$ single-backend connectors, letting practitioners freely mix identity sources and pose data at inference time. The entire pipeline is fully differentiable end-to-end and GPU-accelerated via NVIDIA-Warp.