SALAD: Skeleton-Aware Latent Diffusion for Text-Driven Motion Generation and Editing

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 the 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.

Cite

Text

Hong et al. "SALAD: Skeleton-Aware Latent Diffusion for Text-Driven Motion Generation and Editing." Conference on Computer Vision and Pattern Recognition, 2025. doi:10.1109/CVPR52734.2025.00671

Markdown

[Hong et al. "SALAD: Skeleton-Aware Latent Diffusion for Text-Driven Motion Generation and Editing." Conference on Computer Vision and Pattern Recognition, 2025.](https://mlanthology.org/cvpr/2025/hong2025cvpr-salad/) doi:10.1109/CVPR52734.2025.00671

BibTeX

@inproceedings{hong2025cvpr-salad,
  title     = {{SALAD: Skeleton-Aware Latent Diffusion for Text-Driven Motion Generation and Editing}},
  author    = {Hong, Seokhyeon and Kim, Chaelin and Yoon, Serin and Nam, Junghyun and Cha, Sihun and Noh, Junyong},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2025},
  pages     = {7158-7168},
  doi       = {10.1109/CVPR52734.2025.00671},
  url       = {https://mlanthology.org/cvpr/2025/hong2025cvpr-salad/}
}