Spatiotemporally Decoupled Autoregressive Diffusion Model for Human Motion Generation

📄 arXiv: 2608.23279v1 📥 PDF

作者: Chengqun Yang, Liang Xu, Yanping Li, Fulong Liu, Jingnan Gao, Weili Zeng, Yichao Yan

分类: cs.CV

发布日期: 2026-08-24

备注: Accepted by ICME 2026

🔗 代码/项目: PROJECT_PAGE


💡 一句话要点

提出DeMoDiff以解决人类动作生成中的表示与控制问题

🎯 匹配领域: 支柱四:生成式动作 (Generative Motion) 支柱七:动作重定向 (Motion Retargeting) 支柱八:物理动画 (Physics-based Animation)

关键词: 人类动作生成 时空解耦 自回归扩散 空间-时间VAE 运动表示 可控编辑 深度学习

📋 核心要点

  1. 现有的VQ方法在运动数据压缩中存在信息损失,影响生成动作的质量和多样性,而连续表示方法缺乏对个别身体部件的控制能力。
  2. 本文提出了一种新的时空解耦框架DeMoDiff,通过空间-时间VAE对每个身体关节进行编码,增强了表示提取能力和部件级控制。
  3. 在HumanML3D和KIT-ML数据集上的实验表明,DeMoDiff在重建性能和动作生成效果上均达到最先进水平,且具有强大的时空编辑能力。

📝 摘要(中文)

基于文本驱动的人类动作合成在运动表示和生成架构两个核心模块上取得了显著进展。现有的基于向量量化(VQ)的方法在压缩运动数据时存在信息损失,而基于连续空间的潜在模型则缺乏部件级的灵活性。为此,本文提出了一种统一的时空解耦框架DeMoDiff,重新设计了表示和架构。我们引入了一种空间-时间变分自编码器(VAE),对每个身体关节进行编码,并在自回归扩散生成器中结合了时空掩蔽和注意力机制,提升了生成能力和可控编辑性。实验结果表明,DeMoDiff在HumanML3D和KIT-ML数据集上实现了最先进的重建性能和引人注目的动作生成效果。

🔬 方法详解

问题定义:本文旨在解决现有基于VQ和连续表示的人类动作生成方法在信息损失和部件控制能力上的不足,导致生成动作的质量和灵活性受限。

核心思路:提出的DeMoDiff框架通过空间-时间VAE对每个身体关节进行独立编码,克服了整体编码带来的信息损失,同时结合自回归扩散生成器实现了更好的生成能力和可控性。

技术框架:DeMoDiff框架主要包括两个模块:空间-时间VAE用于运动表示提取,和自回归扩散生成器用于生成和编辑动作。通过时空掩蔽和注意力机制,增强了模型的灵活性和控制能力。

关键创新:最重要的创新在于引入了空间-时间VAE,使得每个身体关节的编码独立于整体动作,从而避免了信息损失,并提升了对个别部件的控制能力。

关键设计:在模型设计中,采用了时空掩蔽策略和注意力机制,优化了生成过程中的信息流动,确保生成的动作在质量和多样性上均达到最佳效果。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

在HumanML3D和KIT-ML数据集上的实验结果显示,DeMoDiff在重建性能上超越了现有的最先进方法,具体提升幅度达到XX%(具体数据未知),并在动作生成的多样性和质量上表现出显著优势,验证了其强大的时空编辑能力。

🎯 应用场景

该研究的潜在应用领域包括动画制作、虚拟现实和人机交互等。通过提供高质量和可控的人类动作生成,DeMoDiff可以在游戏开发、电影特效以及机器人控制等多个领域发挥重要作用,推动相关技术的进步与应用。

📄 摘要(原文)

Text-driven human motion synthesis has made substantial development with two core modules of motion representation and generative architecture. For representation, Vector Quantization (VQ)-based methods compress motion data into discrete tokens while latent-based models operate directly in continuous space. However, both of these representations exhibit significant limitations. VQ-based methods suffer from inherent information loss, which compromises the quality, diversity, and generalization of generated motions, while continuous representation on holistic whole-body motion hinders part-level flexibility. For architecture, diffusion and autoregressive diffusion models have demonstrated their superiority, yet the fine-grained controllability over individual body parts is also limited. Thus, we propose a unified spatiotemporally decoupled framework named DeMoDiff, which jointly redesigns representation and architecture. To enhance representation extraction capabilities and offer greater part-level controllability, we present a spatial-temporal VAE that encodes each body joint rather than compressing the whole-body motion into a single latent space. Then, we incorporate spatial-temporal masking and attention mechanisms into an autoregressive diffusion generator, achieving both generative capability and controllable editability. Extensive experiments on the HumanML3D and KIT-ML datasets demonstrate that our model achieves state-of-the-art reconstruction performance and compelling motion generation results. Moreover, our framework demonstrates strong temporal and spatial editing capabilities, further validating its effectiveness. Our project page: https://rex0191.github.io/DeMoDiff/