UniRL-Zero: Reinforcement Learning on Unified Models with Joint Language Model and Diffusion Model Experts
Fu-Yun Wang, Han Zhang, Michael Gharbi, Hongsheng Li, Taesung Park
TL;DR
UniRL-Zero addresses the gap in reinforcement learning for unified models that jointly reason with language-models and generate with diffusion-models. It defines six RL scenarios, builds a simple base unified model with a frozen LM and a diffusion DM, and optimizes a joint policy via Group Relative Policy Optimization to coordinate discrete LM actions and continuous DM denoising steps. Empirically, it demonstrates competitive base-model performance on GenEval and shows RL-driven gains across text-to-image generation, CoT-enhanced generation, instructional editing, and image-reflection tasks, using a transparent, reproducible pipeline. The work establishes a foundation for scalable, end-to-end RL in unified LM–DM systems, while acknowledging reward bias and experimental scale as important directions for future improvement.
Abstract
We present UniRL-Zero, a unified reinforcement learning (RL) framework that boosts, multimodal language model understanding and reasoning, diffusion model multimedia generation, and their beneficial interaction capabilities within a unified model. Our work defines six scenarios for unified model reinforcement learning, providing systematic baselines for reinforcement learning of unified understanding and generation model. Our code is available at https://github.com/G-U-N/UniRL.
