OmniMotion: Multimodal Motion Generation with Continuous Masked Autoregression
Zhe Li, Weihao Yuan, Weichao Shen, Siyu Zhu, Zilong Dong, Chang Xu
TL;DR
This work tackles multimodal whole-body motion generation by unifying text, speech, and music conditioning within a single framework. It introduces a continuous masked autoregressive motion transformer with causal attention, enhanced by a gated linear mechanism and RMSNorm, followed by diffusion-based refinement via a Diffusion Transformer (DiT). Multimodal fusion is achieved through AdaLN and cross-attention, with text-to-motion pretraining and multimodal control adaptation enabling cross-domain generalization. Empirical results on HumanML3D, BEAT2, and FineDance demonstrate superior performance across text-to-motion, speech-to-gesture, and music-to-dance tasks, showing the practical potential of a unified multimodal motion generation pipeline. Key equations include the masking schedule $\gamma(\tau) = \cos(\frac{\pi \tau}{2})$, the diffusion-based sampling update, and the CFG-guided conditioning, all of which are wrapped in $...$ to emphasize their mathematical form.
Abstract
Whole-body multi-modal human motion generation poses two primary challenges: creating an effective motion generation mechanism and integrating various modalities, such as text, speech, and music, into a cohesive framework. Unlike previous methods that usually employ discrete masked modeling or autoregressive modeling, we develop a continuous masked autoregressive motion transformer, where a causal attention is performed considering the sequential nature within the human motion. Within this transformer, we introduce a gated linear attention and an RMSNorm module, which drive the transformer to pay attention to the key actions and suppress the instability caused by either the abnormal movements or the heterogeneous distributions within multi-modalities. To further enhance both the motion generation and the multimodal generalization, we employ the DiT structure to diffuse the conditions from the transformer towards the targets. To fuse different modalities, AdaLN and cross-attention are leveraged to inject the text, speech, and music signals. Experimental results demonstrate that our framework outperforms previous methods across all modalities, including text-to-motion, speech-to-gesture, and music-to-dance. The code of our method will be made public.
