Seeing What Matters: Visual Preference Policy Optimization for Visual Generation
Ziqi Ni, Yuanzhi Liang, Rui Li, Yi Zhou, Haibing Huang, Chi Zhang, Xuelong Li
TL;DR
The paper tackles the limitation of scalar rewards in GRPO-based visual generation by introducing ViPO, which uses a Perceptual Structuring Module to generate pixel-level, region-aware advantages. By extracting perceptual cues from pretrained vision backbones and constructing allocation maps, ViPO redistributes learning pressure toward perceptually salient regions, improving both image and video generation fidelity and alignment with human preferences. Empirical results across Flux (image) and Wan2.1 (video) show stronger in-domain performance and better out-of-domain generalization, with ablations validating the effectiveness of the allocation map, variance-weighted aggregation, and a three-component PCA setting. The framework remains lightweight and architecture-agnostic, compatible with existing GRPO pipelines, and points to future directions in structured, region-aware policy learning for high-dimensional visual tasks.
Abstract
Reinforcement learning (RL) has become a powerful tool for post-training visual generative models, with Group Relative Policy Optimization (GRPO) increasingly used to align generators with human preferences. However, existing GRPO pipelines rely on a single scalar reward per sample, treating each image or video as a holistic entity and ignoring the rich spatial and temporal structure of visual content. This coarse supervision hinders the correction of localized artifacts and the modeling of fine-grained perceptual cues. We introduce Visual Preference Policy Optimization (ViPO), a GRPO variant that lifts scalar feedback into structured, pixel-level advantages. ViPO employs a Perceptual Structuring Module that uses pretrained vision backbones to construct spatially and temporally aware advantage maps, redistributing optimization pressure toward perceptually important regions while preserving the stability of standard GRPO. Across both image and video benchmarks, ViPO consistently outperforms vanilla GRPO, improving in-domain alignment with human-preference rewards and enhancing generalization on out-of-domain evaluations. The method is architecture-agnostic, lightweight, and fully compatible with existing GRPO training pipelines, providing a more expressive and informative learning signal for visual generation.
