Reconstruction-Anchored Diffusion Model for Text-to-Motion Generation
Yifei Liu, Changxing Ding, Ling Guo, Huaiguang Jiang, Qiong Cao
TL;DR
RAM introduces a Reconstruction-Anchored Diffusion Model for text-to-motion generation that tackles two core challenges: a representational gap from motion-agnostic text encoders and error propagation in diffusion denoising. It achieves this by learning a motion-centric latent space $z_m$ through a motion reconstruction branch and by aligning text latents $z_t$ to this space, coupled with self-regularization. At inference, Reconstructive Error Guidance (REG) uses past reconstruction to amplify improvements and guide sampling, significantly reducing error propagation. Empirical results on HumanML3D and KIT-ML show RAM sets new benchmarks in FID and semantic alignment, often outperforming strong VQ-VAE baselines while remaining competitive with diffusion-based methods. The approach offers practical impact for high-fidelity, semantically grounded motion synthesis from natural language prompts.
Abstract
Diffusion models have seen widespread adoption for text-driven human motion generation and related tasks due to their impressive generative capabilities and flexibility. However, current motion diffusion models face two major limitations: a representational gap caused by pre-trained text encoders that lack motion-specific information, and error propagation during the iterative denoising process. This paper introduces Reconstruction-Anchored Diffusion Model (RAM) to address these challenges. First, RAM leverages a motion latent space as intermediate supervision for text-to-motion generation. To this end, RAM co-trains a motion reconstruction branch with two key objective functions: self-regularization to enhance the discrimination of the motion space and motion-centric latent alignment to enable accurate mapping from text to the motion latent space. Second, we propose Reconstructive Error Guidance (REG), a testing-stage guidance mechanism that exploits the diffusion model's inherent self-correction ability to mitigate error propagation. At each denoising step, REG uses the motion reconstruction branch to reconstruct the previous estimate, reproducing the prior error patterns. By amplifying the residual between the current prediction and the reconstructed estimate, REG highlights the improvements in the current prediction. Extensive experiments demonstrate that RAM achieves significant improvements and state-of-the-art performance. Our code will be released.
