CVAIMay 5, 2024

Efficient Text-driven Motion Generation via Latent Consistency Training

arXiv:2405.02791v34 citationsh-index: 20IEEE Transactions on Systems, Man, and Cybernetics: Systems
Originality Incremental advance
AI Analysis

This work addresses computational overhead in human-computer interaction applications, offering an incremental improvement over existing diffusion-based methods.

The paper tackles the efficiency challenge in text-driven human motion generation by proposing a motion latent consistency training framework (MLCT) that precomputes reverse diffusion trajectories during training, enabling few-step or single-step inference and achieving comparable performance to state-of-the-art models with lower inference costs.

Text-driven human motion generation based on diffusion strategies establishes a reliable foundation for multimodal applications in human-computer interactions. However, existing advances face significant efficiency challenges due to the substantial computational overhead of iteratively solving for nonlinear reverse diffusion trajectories during the inference phase. To this end, we propose the motion latent consistency training framework (MLCT), which precomputes reverse diffusion trajectories from raw data in the training phase and enables few-step or single-step inference via self-consistency constraints in the inference phase. Specifically, a motion autoencoder with quantization constraints is first proposed for constructing concise and bounded solution distributions for motion diffusion processes. Subsequently, a classifier-free guidance format is constructed via an additional unconditional loss function to accomplish the precomputation of conditional diffusion trajectories in the training phase. Finally, a clustering guidance module based on the K-nearest-neighbor algorithm is developed for the chain-conduction optimization mechanism of self-consistency constraints, which provides additional references of solution distributions at a small query cost. By combining these enhancements, we achieve stable and consistency training in non-pixel modality and latent representation spaces. Benchmark experiments demonstrate that our method significantly outperforms traditional consistency distillation methods with reduced training cost and enhances the consistency model to perform comparably to state-of-the-art models with lower inference costs.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes