DiverseGRPO: Mitigating Mode Collapse in Image Generation via Diversity-Aware GRPO
Henglin Liu, Huijuan Huang, Jing Wang, Chang Liu, Xiu Li, Xiangyang Ji
TL;DR
This work tackles mode collapse in GRPO-based image generation by redesigning both the reward and regularization to promote diversity without sacrificing quality. It introduces DiverseGRPO, combining a distributional creativity bonus—constructed via spectral clustering over samples from the same caption and informed by perceptual distances—and a structure-aware regularization that emphasizes early-stage diversity through a Wasserstein-based constraint. Across multiple backbones and reward models, the approach yields a 13–18% improvement in semantic diversity under matched quality, achieving a new Pareto frontier between diversity and fidelity. By expanding semantic coverage in perceptual space while preserving caption fidelity, DiverseGRPO offers a practical path to more creative diffusion-based image generation.
Abstract
Reinforcement learning (RL), particularly GRPO, improves image generation quality significantly by comparing the relative performance of images generated within the same group. However, in the later stages of training, the model tends to produce homogenized outputs, lacking creativity and visual diversity, which restricts its application scenarios. This issue can be analyzed from both reward modeling and generation dynamics perspectives. First, traditional GRPO relies on single-sample quality as the reward signal, driving the model to converge toward a few high-reward generation modes while neglecting distribution-level diversity. Second, conventional GRPO regularization neglects the dominant role of early-stage denoising in preserving diversity, causing a misaligned regularization budget that limits the achievable quality--diversity trade-off. Motivated by these insights, we revisit the diversity degradation problem from both reward modeling and generation dynamics. At the reward level, we propose a distributional creativity bonus based on semantic grouping. Specifically, we construct a distribution-level representation via spectral clustering over samples generated from the same caption, and adaptively allocate exploratory rewards according to group sizes to encourage the discovery of novel visual modes. At the generation level, we introduce a structure-aware regularization, which enforces stronger early-stage constraints to preserve diversity without compromising reward optimization efficiency. Experiments demonstrate that our method achieves a 13\%--18\% improvement in semantic diversity under matched quality scores, establishing a new Pareto frontier between image quality and diversity for GRPO-based image generation.
