🤖 AI Summary
Existing text-to-motion generation methods oversimplify skeletal structure, temporal dynamics, and textual semantics, resulting in insufficient cross-modal interaction; downstream editing tasks rely heavily on fine-tuning or manual intervention. This paper proposes Skeleton-Aware Latent Diffusion (SALD), a latent diffusion model that explicitly encodes joint topology and latent-space temporal dependencies to strengthen text-motion alignment. Crucially, SALD leverages cross-attention maps generated during the denoising process to enable zero-shot, text-driven motion editing—including motion redirection, token replacement, and insertion—without fine-tuning or optimization. Experiments demonstrate that SALD significantly outperforms state-of-the-art methods in both motion quality and text-motion consistency, while supporting diverse, fine-grained motion edits. The code is publicly available.
📝 Abstract
Text-driven motion generation has advanced significantly with the rise of denoising diffusion models. However, previous methods often oversimplify representations for the skeletal joints, temporal frames, and textual words, limiting their ability to fully capture the information within each modality and their interactions. Moreover, when using pre-trained models for downstream tasks, such as editing, they typically require additional efforts, including manual interventions, optimization, or fine-tuning. In this paper, we introduce a skeleton-aware latent diffusion (SALAD), a model that explicitly captures the intricate inter-relationships between joints, frames, and words. Furthermore, by leveraging cross-attention maps produced during the generation process, we enable attention-based zero-shot text-driven motion editing using a pre-trained SALAD model, requiring no additional user input beyond text prompts. Our approach significantly outperforms previous methods in terms of text-motion alignment without compromising generation quality, and demonstrates practical versatility by providing diverse editing capabilities beyond generation. Code is available at project page.