Search papers, labs, and topics across Lattice.
The paper introduces MoRL, a unified multimodal motion model for both understanding and generation, trained using supervised fine-tuning and reinforcement learning with task-specific rewards that combine semantic alignment, reasoning coherence, physical plausibility, and text-motion consistency. To improve inference, they propose Chain-of-Motion (CoM), a test-time reasoning method for step-by-step planning and reflection. Experiments on HumanML3D and KIT-ML demonstrate that MoRL significantly outperforms state-of-the-art baselines in motion understanding and generation tasks.
Forget end-to-end motion models: MoRL uses reinforcement learning and chain-of-thought reasoning to achieve state-of-the-art results in human motion understanding and generation.
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.