Aligning Human Sense: Calibrated Distributional Reward Learning for Video Generation

📅 2026-08-16
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
为解决视频生成中的人类偏好对齐问题,提出了一种通过校准偏好数据和使用Wasserstein距离对齐奖励分布的方法,以提高生成视频的质量与一致性。
📝 Abstract
Video generation is central to AI-powered content creation. Aligning generated videos with human preferences is a key criterion for evaluating generation quality. Despite significant progress in visual quality, three key challenges remain. First, the reliability of reward signals is constrained by the quality of human preference data, which is often affected by subjective noise and bias. Second, standard scalar reward models collapse multi-aspect human preferences into a single value, leading to the loss of dynamic trade-offs across multiple preference dimensions. Third, in policy optimization, the widely adopted KL divergence imposes primarily local constraints and may fail to capture the global structure of human preferences. To address these challenges, we propose a unified preference-aware learning framework for video generation. First, we introduce elite-guided filtering to calibrate preference data and construct reliable supervision for reward model training. We then model video quality as a multidimensional reward distribution to capture the uncertainty inherent in human preferences, and use the Wasserstein distance to align the learned reward distribution with the empirical human preference distribution. Finally, we introduce Wasserstein-based distributional alignment into GRPO, guiding policy optimization to better match the global structure of human preferences over videos. Experiments on reward modeling and video generation demonstrate that our approach improves the reliability of reward signals and the perceptual consistency of generated videos. Our code is available at https://github.com/alignhs26/ahs.
Problem

Research questions and friction points this paper is trying to address.

video generation
reward signals
human preferences
KL divergence
policy optimization
Innovation

Methods, ideas, or system contributions that make the work stand out.

elite-guided filtering
multidimensional reward distribution
Wasserstein distance
distributional alignment
GRPO