Human detectors are surprisingly powerful reward models
Kumar Ashutosh, XuDong Wang, Xi Yin, Kristen Grauman, Adam Polyak, Ishan Misra, Rohit Girdhar
TL;DR
HuDA introduces a zero-shot reward model for assessing human appearance and motion in generated videos by combining a framewise human-detection score with a temporal prompt-alignment score. Implemented as a simple linear combination, HuDA is used to post-train video diffusion models via Group Reward Policy Optimization (GRPO), achieving state-of-the-art improvements on complex human actions (e.g., 73% win-rate on hard prompts against Wan 2.1). The approach relies solely on off-the-shelf components (ViTDet, Llama, BLIP) and requires no manual annotations, yet correlates strongly with human judgments and preserves prompt faithfulness. Importantly, HuDA generalizes beyond humans to improve animal videos and human–object interactions, indicating broad applicability for realistic deformable-object video generation.
Abstract
Video generation models have recently achieved impressive visual fidelity and temporal coherence. Yet, they continue to struggle with complex, non-rigid motions, especially when synthesizing humans performing dynamic actions such as sports, dance, etc. Generated videos often exhibit missing or extra limbs, distorted poses, or physically implausible actions. In this work, we propose a remarkably simple reward model, HuDA, to quantify and improve the human motion in generated videos. HuDA integrates human detection confidence for appearance quality, and a temporal prompt alignment score to capture motion realism. We show this simple reward function that leverages off-the-shelf models without any additional training, outperforms specialized models finetuned with manually annotated data. Using HuDA for Group Reward Policy Optimization (GRPO) post-training of video models, we significantly enhance video generation, especially when generating complex human motions, outperforming state-of-the-art models like Wan 2.1, with win-rate of 73%. Finally, we demonstrate that HuDA improves generation quality beyond just humans, for instance, significantly improving generation of animal videos and human-object interactions.
