ReAlign: Text-to-Motion Generation via Step-Aware Reward-Guided Alignment
Wanjiang Weng, Xiaofeng Tan, Junbo Wang, Guo-Sen Xie, Pan Zhou, Hongsong Wang
TL;DR
The paper tackles the misalignment issue between text and diffusion-generated motions in text-to-motion systems. It introduces ReAlign, a plug-and-play reward-guided sampling framework that combines a step-aware reward model with a dual-alignment reward to form an ideal sampling distribution $p_t^{I}(\mathbf{x}|c)=p_t(\mathbf{x}|c)p_t^{r}(\mathbf{x}|c)/Z(c)$, guiding both the continuous reverse SDE and discrete DDPM updates. The approach provides a theoretical basis showing the reward gradient decomposes into components that steer denoising toward text-motion fidelity and motion realism, while the step-aware design handles noise variations across timesteps. Empirically, ReAlign yields significant improvements in text-motion alignment and motion quality across multiple baselines and datasets, and demonstrates strong text-to-motion retrieval enhancements, all without requiring diffusion-model fine-tuning. The work highlights the practicality of integrating reward signals at inference time to improve diffusion-based generation, with potential extensions to broader reward types and tasks.
Abstract
Text-to-motion generation, which synthesizes 3D human motions from text inputs, holds immense potential for applications in gaming, film, and robotics. Recently, diffusion-based methods have been shown to generate more diversity and realistic motion. However, there exists a misalignment between text and motion distributions in diffusion models, which leads to semantically inconsistent or low-quality motions. To address this limitation, we propose Reward-guided sampling Alignment (ReAlign), comprising a step-aware reward model to assess alignment quality during the denoising sampling and a reward-guided strategy that directs the diffusion process toward an optimally aligned distribution. This reward model integrates step-aware tokens and combines a text-aligned module for semantic consistency and a motion-aligned module for realism, refining noisy motions at each timestep to balance probability density and alignment. Extensive experiments of both motion generation and retrieval tasks demonstrate that our approach significantly improves text-motion alignment and motion quality compared to existing state-of-the-art methods.
