HUMOS: Human Motion Model Conditioned on Body Shape

Shashank Tripathi,Omid Taheri,Christoph Lassner,Michael J. Black,Daniel Holden,Carsten Stoll
2024-09-06
Abstract:Generating realistic human motion is essential for many computer vision and graphics applications. The wide variety of human body shapes and sizes greatly impacts how people move. However, most existing motion models ignore these differences, relying on a standardized, average body. This leads to uniform motion across different body types, where movements don't match their physical characteristics, limiting diversity. To solve this, we introduce a new approach to develop a generative motion model based on body shape. We show that it's possible to train this model using unpaired data by applying cycle consistency, intuitive physics, and stability constraints, which capture the relationship between identity and movement. The resulting model generates diverse, physically plausible, and dynamically stable human motions that are both quantitatively and qualitatively more realistic than current state-of-the-art methods. More details are available on our project page <a class="link-external link-https" href="https://CarstenEpic.github.io/humos/" rel="external noopener nofollow">this https URL</a>.
Computer Vision and Pattern Recognition,Artificial Intelligence
What problem does this paper attempt to address?
The problem that this paper attempts to solve is: **Generate realistic and physically reasonable dynamically - stable human motions that conform to the differences in human body shapes**. ### Problem Background Existing human motion models usually overlook the diversity of human body shapes and proportions and use standardized average body shapes to generate motions. This results in the homogenization of motion patterns when people with different body shapes perform the same actions, unable to accurately reflect individual body characteristics, thus limiting the diversity and authenticity of motions. ### Paper Goals To solve this problem, the author proposes a new method named **HUMOS**, aiming to learn a body - shape - conditioned human motion generation model. Specifically, the goals of the HUMOS model are: 1. **Generate realistic human motions**: Ensure that the generated motions are visually realistic. 2. **Physical reasonableness**: Ensure that the generated motions conform to physical laws and avoid unreasonable phenomena such as foot - sliding and ground - penetration. 3. **Dynamical stability**: Ensure that the generated motions remain stable during the dynamic process and do not experience imbalance or instability. ### Main Contributions 1. **Identity - preserving cycle - consistency loss**: By introducing cycle - consistency loss, ensure that the model can preserve identity characteristics when regenerating motions. 2. **Differentiable dynamical stability and physical constraints**: Design new dynamical stability and physical constraint terms to ensure that the generated motions not only look realistic but also conform to biomechanical principles. 3. **Self - supervised training with unpaired data**: Utilize the self - supervised learning strategy to solve the problem of lacking paired body - shape and motion data, enabling the model to be effectively trained without paired data. ### Application Scenarios A key application scenario of the HUMOS model is animation retargeting, that is, migrating the actions of one character to another character with a different body shape. Traditional retargeting methods often rely on simple heuristic rules, overlook body - shape differences, and are prone to failure in extreme postures or complex actions. However, HUMOS can effectively learn how people with different body shapes perform the same actions, thereby generating more natural and realistic motions. ### Summary The core problem of the paper is to solve the problem that existing motion models overlook body - shape differences. By introducing a body - shape - conditioned generation model, ensure that the generated motions are both realistic and physically reasonable and can adapt to human bodies with different body shapes.