π€ AI Summary
Existing text-to-video generation models (VGMs) optimize for global video quality while neglecting local spatiotemporal distortions, leading to frequent semantic and temporal inconsistencies. To address this, we propose HALO, a post-training alignment framework featuring a novel dual-scale (patch-level and video-level) reward coordination mechanism. We introduce a multi-scale reward model distilled from GPT-4o to provide fine-grained, interpretable feedback, and design Gran-DPOβthe first direct preference optimization algorithm adapted to diffusion models at the patch level. Experiments show that our patch-level reward achieves high agreement with human annotations (Spearman Ο > 0.89). HALO consistently outperforms state-of-the-art methods on both two-stage and end-to-end evaluation benchmarks, and quantitatively mitigates over 72% of localized semantic and temporal defects.
π Abstract
The emergence of diffusion models (DMs) has significantly improved the quality of text-to-video generation models (VGMs). However, current VGM optimization primarily emphasizes the global quality of videos, overlooking localized errors, which leads to suboptimal generation capabilities. To address this issue, we propose a post-training strategy for VGMs, HALO, which explicitly incorporates local feedback from a patch reward model, providing detailed and comprehensive training signals with the video reward model for advanced VGM optimization. To develop an effective patch reward model, we distill GPT-4o to continuously train our video reward model, which enhances training efficiency and ensures consistency between video and patch reward distributions. Furthermore, to harmoniously integrate patch rewards into VGM optimization, we introduce a granular DPO (Gran-DPO) algorithm for DMs, allowing collaborative use of both patch and video rewards during the optimization process. Experimental results indicate that our patch reward model aligns well with human annotations and HALO substantially outperforms the baselines across two evaluation methods. Further experiments quantitatively prove the existence of patch defects, and our proposed method could effectively alleviate this issue.