Absolute Coordinates Make Motion Generation Easy
Zichong Meng, Zeyu Han, Xiaogang Peng, Yiming Xie, Huaizu Jiang
TL;DR
The paper revisits motion representation for text-to-motion diffusion and argues that absolute joint coordinates in global space, rather than localized kinematic-aware relative representations, yield higher fidelity and easier controllability. It introduces ACMDM, a Transformer-based diffusion model operating on absolute coordinates, with AdaLN conditioning and a velocity-based denoising objective that surpasses prior state-of-the-art. The approach naturally supports downstream tasks such as text-driven control, editing, and direct mesh (SMPL-H) vertex generation via a latent mesh autoencoder, demonstrated through extensive experiments on HumanML3D and KIT. Ablation studies confirm the superiority of the absolute-coordinate formulation, and the method shows strong scalability and practical advantages over controllable motion baselines that rely on classifier guidance. Overall, this work lays a foundation for broader text-to-motion generation, including direct mesh-level synthesis, by removing the need for complex kinometric representations.
Abstract
State-of-the-art text-to-motion generation models rely on the kinematic-aware, local-relative motion representation popularized by HumanML3D, which encodes motion relative to the pelvis and to the previous frame with built-in redundancy. While this design simplifies training for earlier generation models, it introduces critical limitations for diffusion models and hinders applicability to downstream tasks. In this work, we revisit the motion representation and propose a radically simplified and long-abandoned alternative for text-to-motion generation: absolute joint coordinates in global space. Through systematic analysis of design choices, we show that this formulation achieves significantly higher motion fidelity, improved text alignment, and strong scalability, even with a simple Transformer backbone and no auxiliary kinematic-aware losses. Moreover, our formulation naturally supports downstream tasks such as text-driven motion control and temporal/spatial editing without additional task-specific reengineering and costly classifier guidance generation from control signals. Finally, we demonstrate promising generalization to directly generate SMPL-H mesh vertices in motion from text, laying a strong foundation for future research and motion-related applications.
