论文概要
Research Area: Computer Vision Authors: Runhui Huang, Jie Wu, Rui Yang, Zhe Liu, Hengshuang Zhao Published: 2026-05-12 arXiv: 2605.12495
Overview
This paper proposes AlphaGRPO, a novel framework that applies Group Relative Policy Optimization (GRPO) to AR-Diffusion Unified Multimodal Models (UMMs) to enhance multimodal generation capabilities without an additional cold-start stage.
The approach unlocks the model's intrinsic potential for advanced reasoning tasks:
- Reasoning Text-to-Image Generation — the model actively infers implicit user intents rather than following prompts literally.
- Self-Reflective Refinement — the model autonomously diagnoses and corrects misalignments in its generated outputs.
- arXiv: https://arxiv.org/abs/2605.12495
DVReward
To address the challenge of providing stable supervision for real-world multimodal generation, the authors introduce the Decompositional Verifiable Reward (DVReward). Unlike holistic scalar rewards, DVReward utilizes an LLM to decompose complex user requests into atomic, verifiable semantic and quality questions. These are then evaluated by a general-purpose MLLM to provide reliable and interpretable feedback signals for reinforcement learning.
Results
Extensive experiments demonstrate that AlphaGRPO achieves robust improvements on multimodal generation benchmarks including GenEval, TIIF-Bench, DPG-Bench, and WISE. It also delivers significant gains on GEdit editing tasks — notably without any training on editing tasks.
Links
*Auto-collected on 2026-05-14*