CVNov 11, 2025

PC-Diffusion: Aligning Diffusion Models with Human Preferences via Preference Classifier

arXiv:2511.07806v1h-index: 3
Originality Incremental advance
AI Analysis

This addresses the issue of misaligned outputs in diffusion models for image generation, offering a more efficient and stable solution, though it is incremental as it builds on existing preference optimization techniques.

The paper tackles the problem of aligning diffusion models with human preferences by proposing PC-Diffusion, a framework that uses a lightweight preference classifier to avoid the high computational cost and instability of methods like DPO, achieving comparable preference consistency while reducing training costs.

Diffusion models have achieved remarkable success in conditional image generation, yet their outputs often remain misaligned with human preferences. To address this, recent work has applied Direct Preference Optimization (DPO) to diffusion models, yielding significant improvements.~However, DPO-like methods exhibit two key limitations: 1) High computational cost,due to the entire model fine-tuning; 2) Sensitivity to reference model quality}, due to its tendency to introduce instability and bias. To overcome these limitations, we propose a novel framework for human preference alignment in diffusion models (PC-Diffusion), using a lightweight, trainable Preference Classifier that directly models the relative preference between samples. By restricting preference learning to this classifier, PC-Diffusion decouples preference alignment from the generative model, eliminating the need for entire model fine-tuning and reference model reliance.~We further provide theoretical guarantees for PC-Diffusion:1) PC-Diffusion ensures that the preference-guided distributions are consistently propagated across timesteps. 2)The training objective of the preference classifier is equivalent to DPO, but does not require a reference model.3) The proposed preference-guided correction can progressively steer generation toward preference-aligned regions.~Empirical results show that PC-Diffusion achieves comparable preference consistency to DPO while significantly reducing training costs and enabling efficient and stable preference-guided generation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes