Taming Diffusion Probabilistic Models for Character Control

SIGGRAPH 2024

*Equal contribution
1 Hong Kong University of Science and Technology, 2 The University of Hong Kong, 3 Tencent AI Lab

Abstract

We present a novel character control framework that effectively utilizes motion diffusion probabilistic models to generate high-quality and diverse character animations, responding in real-time to a variety of dynamic user-supplied control signals. At the heart of our method lies a transformer-based Conditional Autoregressive Motion Diffusion Model (CAMDM), which takes as input the character's historical motion and can generate a range of diverse potential future motions conditioned on high-level, coarse user control. To meet the demands for diversity, controllability, and computational efficiency required by a real-time controller, we incorporate several key algorithmic designs. These include separate condition tokenization, classifier-free guidance on past motion, and heuristic future trajectory extension, all designed to address the challenges associated with taming motion diffusion probabilistic models for character control. As a result, our work represents the first model that enables real-time generation of high-quality, diverse character animations based on user interactive control, supporting animating the character in multiple styles with a single unified model. We evaluate our method on a diverse set of locomotion skills, demonstrating the merits of our method over existing character controllers.

Video

Video2

Method

Given a large-scale locomotion dataset 100STYLE, our method first trains a Conditional Autoregressive Motion Diffusion Model (CAMDM), which takes as input the past motion of F frames of the character, and user control parameters, and then learns to capture the conditional distribution of the future motions x (of F frames). During runtime, CAMDM is applied at each frame with the on-the-fly collected character's historical poses, user control inputs, and randomly sampled Gaussian noise, and then sample from the conditional motion distribution, obtaining a sequence of realistic future postures to be displayed. The character animated using this autoregressive generation approach can exhibit coherent and diverse motions while adhering to user inputs. This is achieved because x is trained to capture all possible future motions under different conditions, yielding a wide range of plausible animations.

Results

Natural Transition

Our method produce natural and smooth transition between different styles of motion.

Robust Control

Our method can generate robust and high-quality animations based on user-applied control.

Intra-style Diverstiy

Our method is a probabilistic diffusion model, rooted in the denoising process of random noise that yields different results even when provided with different conditional inputs. The method is adept at generating diverse intra-style motions, offering a variability of movements within each style while effectively circumventing the 'mean pose' issue.

Ablation

We conduct ablation studies to evaluate the effectiveness of our proposed designs. (1) Multi-token : The system, when functioning without a multi-token design, tends to generate more artifacts and exhibits subpar control. (2) CFG on past motion : When compared to the default CFG integrated with past motion, as utilized in our method, the application of CFG on the conditional style label results in a less desirable style transition.
For more ablation on HFTE/Diffusion steps/Backbone, etc, please refer to our paper.

w/o vs. w multi-token

w/o vs. w CFG on past motion

BibTeX

      
@inproceedings{camdm,
  title={Taming Diffusion Probabilistic Models for Character Control},
  author={Rui Chen and Mingyi Shi and Shaoli Huang and Ping Tan and Taku Komura and Xuelin Chen},
  booktitle={SIGGRAPH},
  year={2024}
}