MoRL: Reinforced Reasoning for Unified Motion Understanding and Generation
Hongpeng Wang, Zeyu Zhang, Wenhao Li, Hao Tang
TL;DR
MoRL tackles unified motion understanding and generation by training a multimodal LLM with task-specific reinforcement learning rewards and a test-time Chain-of-Motion decoder. It introduces two large-scale CoT datasets, MoUnd-CoT-140K and MoGen-CoT-140K, and a VQ-VAE–based motion tokenizer to enable discrete motion tokens for efficient, language-guided generation, with a backbone initialized from $Qwen3-4B-Instruct$ and augmented by LoRA adapters. The learning pipeline combines a cold-start supervised fine-tuning phase on synthetic CoT data with RLVR to optimize semantic alignment, reasoning coherence, physical plausibility, and text–motion consistency, followed by CoM inference to plan and reflect during generation and understanding. Experiments on HumanML3D and KIT-ML show MoRL achieves significant gains over state-of-the-art baselines across both motion understanding and generation, demonstrating improved long-horizon planning, semantic grounding, and perceptual realism. These results suggest MoRL as a practical foundation for robust motion-language reasoning in robotics, animation, and interactive systems, albeit with trade-offs in inference cost and domain-general reward design.
Abstract
Human motion understanding and generation are crucial for vision and robotics but remain limited in reasoning capability and test-time planning. We propose MoRL, a unified multimodal motion model trained with supervised fine-tuning and reinforcement learning with verifiable rewards. Our task-specific reward design combines semantic alignment and reasoning coherence for understanding with physical plausibility and text-motion consistency for generation, improving both logical reasoning and perceptual realism. To further enhance inference, we introduce Chain-of-Motion (CoM), a test-time reasoning method that enables step-by-step planning and reflection. We also construct two large-scale CoT datasets, MoUnd-CoT-140K and MoGen-CoT-140K, to align motion sequences with reasoning traces and action descriptions. Experiments on HumanML3D and KIT-ML show that MoRL achieves significant gains over state-of-the-art baselines. Code: https://github.com/AIGeeksGroup/MoRL. Website: https://aigeeksgroup.github.io/MoRL.
