ImageReFL: Balancing Quality and Diversity in Human-Aligned Diffusion Models
Dmitrii Sorokin, Maksim Nakhodnov, Andrey Kuznetsov, Aibek Alanov
TL;DR
This work addresses the tension between perceptual quality and diversity when aligning diffusion-based image generators with human preference signals. It introduces combined generation, which preserves early-stage global structure by using the base model in initial diffusion steps and the reward-tuned model only in later steps, and ImageReFL, a training scheme that refines final steps using real images and multiple regularizers to mitigate overfitting and reward hacking. Empirical results across multiple models and reward metrics show improved diversity without sacrificing quality, and a user study corroborates better human alignment and variety. The approach offers a practical path toward more human-aligned, diverse image synthesis, albeit at the cost of maintaining two model weights during inference and depending on reward signal fidelity.
Abstract
Recent advances in diffusion models have led to impressive image generation capabilities, but aligning these models with human preferences remains challenging. Reward-based fine-tuning using models trained on human feedback improves alignment but often harms diversity, producing less varied outputs. In this work, we address this trade-off with two contributions. First, we introduce \textit{combined generation}, a novel sampling strategy that applies a reward-tuned diffusion model only in the later stages of the generation process, while preserving the base model for earlier steps. This approach mitigates early-stage overfitting and helps retain global structure and diversity. Second, we propose \textit{ImageReFL}, a fine-tuning method that improves image diversity with minimal loss in quality by training on real images and incorporating multiple regularizers, including diffusion and ReFL losses. Our approach outperforms conventional reward tuning methods on standard quality and diversity metrics. A user study further confirms that our method better balances human preference alignment and visual diversity. The source code can be found at https://github.com/ControlGenAI/ImageReFL .
