Exploring Text-to-Motion Generation with Human Preference
Jenny Sheng, Matthieu Lin, Andrew Zhao, Kevin Pruvost, Yu-Hui Wen, Yangguang Li, Gao Huang, Yong-Jin Liu
TL;DR
This work addresses data scarcity in text-to-motion generation by learning from human preferences rather than requiring motion capture labels. It annotates 3,528 motion pairs produced by MotionGPT and compares preference-based finetuning strategies, showing that Direct Preference Optimization (DPO) yields stronger alignment with prompts than RLHF or the baseline, with human evaluators preferring DPO outputs. The study analyzes design choices such as regularization, IPO variants, and LoRA, and highlights that most gains come from high-quality preference vs. low-quality signals, while more data yields diminishing returns. Overall, the paper demonstrates that preference-based supervision is a viable, cheaper pathway to improve multimodal text-to-motion systems and provides a practical dataset and methodology for future research.
Abstract
This paper presents an exploration of preference learning in text-to-motion generation. We find that current improvements in text-to-motion generation still rely on datasets requiring expert labelers with motion capture systems. Instead, learning from human preference data does not require motion capture systems; a labeler with no expertise simply compares two generated motions. This is particularly efficient because evaluating the model's output is easier than gathering the motion that performs a desired task (e.g. backflip). To pioneer the exploration of this paradigm, we annotate 3,528 preference pairs generated by MotionGPT, marking the first effort to investigate various algorithms for learning from preference data. In particular, our exploration highlights important design choices when using preference data. Additionally, our experimental results show that preference learning has the potential to greatly improve current text-to-motion generative models. Our code and dataset are publicly available at https://github.com/THU-LYJ-Lab/InstructMotion}{https://github.com/THU-LYJ-Lab/InstructMotion to further facilitate research in this area.
