EasyTune: Efficient Step-Aware Fine-Tuning for Diffusion-Based Motion Generation
Xiaofeng Tan, Wanjiang Weng, Haodong Lei, Hongsong Wang
TL;DR
The paper tackles misalignment between diffusion-trained motion models and downstream objectives by introducing step-aware fine-tuning (EasyTune) that optimizes at each denoising step, avoiding recursive gradient backpropagation. To address scarce motion-reward data, it proposes Self-refining Preference Learning (SPL) that dynamically builds preference pairs from retrieval signals to train a motion-text reward model without human annotations. Empirically, EasyTune delivers state-of-the-art alignment and quality on text-to-motion and motion-diffusion tasks, with significantly reduced memory and up to multi-fold training speedups. The work demonstrates robust performance across multiple pre-trained backbones and datasets, and provides extensive ablations, user studies, and analyses of reward perception and potential reward-hacking mitigation. These contributions offer a practical, scalable path to better semantic alignment in diffusion-based motion generation, with broad implications for future reward design and efficient fine-tuning workflows.
Abstract
In recent years, motion generative models have undergone significant advancement, yet pose challenges in aligning with downstream objectives. Recent studies have shown that using differentiable rewards to directly align the preference of diffusion models yields promising results. However, these methods suffer from (1) inefficient and coarse-grained optimization with (2) high memory consumption. In this work, we first theoretically and empirically identify the key reason of these limitations: the recursive dependence between different steps in the denoising trajectory. Inspired by this insight, we propose EasyTune, which fine-tunes diffusion at each denoising step rather than over the entire trajectory. This decouples the recursive dependence, allowing us to perform (1) a dense and fine-grained, and (2) memory-efficient optimization. Furthermore, the scarcity of preference motion pairs restricts the availability of motion reward model training. To this end, we further introduce a Self-refinement Preference Learning (SPL) mechanism that dynamically identifies preference pairs and conducts preference learning. Extensive experiments demonstrate that EasyTune outperforms DRaFT-50 by 8.2% in alignment (MM-Dist) improvement while requiring only 31.16% of its additional memory overhead and achieving a 7.3x training speedup. The project page is available at this link {https://xiaofeng-tan.github.io/projects/EasyTune/index.html}.
