CVMar 28

MotionRFT: Unified Reinforcement Fine-Tuning for Text-to-Motion Generation

arXiv:2603.2718570.6h-index: 4
AI Analysis

For researchers in text-to-motion generation, this work addresses the limitations of existing post-training methods by providing a unified, efficient, and fine-grained reinforcement fine-tuning approach that improves multiple objectives simultaneously.

The paper proposes a reinforcement fine-tuning framework for text-to-motion generation that uses a heterogeneous-representation, multi-dimensional reward model (MotionReward) and an efficient fine-tuning method (EasyTune). It achieves FID 0.132 at 22.10 GB peak memory for MLD model, saving up to 15.22 GB over DRaFT, and improves FID by 22.9% on joint-based ACMDM and R-Precision by 12.6% on rotation-based HY Motion.

Text-to-motion generation has advanced with diffusion- and flow-based generative models, yet supervised pretraining remains insufficient to align models with high-level objectives such as semantic consistency, realism, and human preference. Existing post-training methods have key limitations: they (1) target a specific motion representation, such as joints, (2) optimize a particular aspect, such as text-motion alignment, and may compromise other factors; and (3) incur substantial computational overhead, data dependence, and coarse-grained optimization. We present a reinforcement fine-tuning framework that comprises a heterogeneous-representation, multi-dimensional reward model, MotionReward, and an efficient, fine-grained fine-tuning method, EasyTune. To obtain a unified semantics representation, MotionReward maps heterogeneous motions into a shared semantic space anchored by text, enabling multidimensional reward learning; Self-refinement Preference Learning further enhances semantics without additional annotations. For efficient and effective fine-tuning, we identify the recursive gradient dependence across denoising steps as the key bottleneck, and propose EasyTune, which optimizes step-wise rather than over the full trajectory, yielding dense, fine-grained, and memory-efficient updates. Extensive experiments validate the effectiveness of our framework, achieving FID 0.132 at 22.10 GB peak memory for MLD model and saving up to 15.22 GB over DRaFT. It reduces FID by 22.9% on joint-based ACMDM, and achieves a 12.6% R-Precision gain and 23.3% FID improvement on rotation-based HY Motion. Our project page with code is publicly available.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes