ECCV · 2026

From Sparse to Dense: Multi-View GRPO for Flow Models via Augmented Condition Space

Jiazi Bu, Pengyang Ling, Yujie Zhou, Yibin Wang, Yuhang Zang, Tianyi Wei, Xiaohang Zhan, Jiaqi Wang, Tong Wu, Xingang Pan, Dahua Lin

Key takeaway

MV-GRPO obtains richer preference-learning signals by evaluating the same generated samples against multiple related captions, without regenerating those samples. arXiv abstract · v1

Abstract

Group Relative Policy Optimization (GRPO) has emerged as a powerful framework for preference alignment in text-to-image (T2I) flow models. However, we observe that the standard paradigm where evaluating a group of generated samples against a single condition suffers from insufficient exploration of inter-sample relationships, constraining both alignment efficacy and performance ceilings. To address this sparse single-view evaluation scheme, we propose Multi-View GRPO (MV-GRPO), a novel approach that enhances relationship exploration by augmenting the condition space to create a dense multi-view reward mapping. Specifically, for a group of samples generated from one prompt, MV-GRPO leverages a flexible Condition Enhancer to generate semantically adjacent yet diverse captions. These captions enable multi-view advantage re-estimation, capturing diverse semantic attributes and providing richer optimization signals. By deriving the probability distribution of the original samples conditioned on these new captions, we can incorporate them into the training process without costly sample regeneration. Extensive experiments demonstrate that MV-GRPO achieves superior alignment performance over state-of-the-art methods.

Author abstract · arXiv abstract · v1

Publication

European Conference on Computer Vision (ECCV), 2026

Paper and resources

Research topics

MV-GRPO · Multi-view reward · Flow models · Preference alignment · Condition augmentation · Advantage estimation · Text-to-image generation · Group Relative Policy Optimization

Research problem and approach

Single-condition group evaluation leaves relationships between generated samples underexplored. MV-GRPO augments the condition space and re-estimates advantages from multiple semantic views. arXiv abstract · v1

Main contributions

  • Uses a Condition Enhancer to produce semantically adjacent but diverse captions. arXiv abstract · v1
  • Derives conditional probabilities for existing samples under new captions to avoid additional generation. arXiv abstract · v1

Method comparison

ApproachKey difference
Single-condition group evaluationEstimates sample advantages under the original conditioning caption.
MV-GRPORe-evaluates existing samples under multiple semantically related captions without regenerating them.

arXiv abstract · v1

Selected results

  • With HPSv3 reward training, MV-GRPO with VLM-generated views raises the HPSv3 score from Flow-GRPO’s 0.147 to 0.155 and HPSv2 from 0.326 to 0.340. CLIP and UnifiedReward alignment do not both improve in this comparison, so this is not a uniform gain across every evaluator. Table 1 · FLUX.1-dev, HPSv3 reward · arXiv v1
  • Adding MV-GRPO keeps the reported denoiser-evaluation count at 13 but raises iteration time from 156.26 to 191.95 seconds. Explicit data augmentation uses 156 evaluations and 1,931.15 seconds; the method avoids additional denoising, not all training overhead. Tables 2–3 · training-cost comparison · arXiv v1

Cite this paper

Jiazi Bu, Pengyang Ling, Yujie Zhou, Yibin Wang, Yuhang Zang, Tianyi Wei, Xiaohang Zhan, Jiaqi Wang, Tong Wu, Xingang Pan, Dahua Lin. From Sparse to Dense: Multi-View GRPO for Flow Models via Augmented Condition Space. arXiv preprint arXiv:2603.12648, 2026.

@article{arxiv260312648,
  title     = {{From Sparse to Dense: Multi-View GRPO for Flow Models via Augmented Condition Space}},
  author    = {Jiazi Bu and Pengyang Ling and Yujie Zhou and Yibin Wang and Yuhang Zang and Tianyi Wei and Xiaohang Zhan and Jiaqi Wang and Tong Wu and Xingang Pan and Dahua Lin},
  journal   = {arXiv preprint arXiv:2603.12648},
  year      = {2026},
  url       = {https://arxiv.org/abs/2603.12648}
}