Confronting Reward Overoptimization for Diffusion Models: A Perspective of Inductive and Primacy Biases
Ziyi Zhang, Sen Zhang, Yibing Zhan, Yong Luo, Yonggang Wen, Dacheng Tao
TL;DR
This work tackles reward overoptimization in diffusion-model alignment by framing it through temporal inductive bias and primacy bias. It introduces Temporal Diffusion Policy Optimization (TDPO) to exploit the multi-step denoising timeline via timestepped rewards and a temporal critic, achieving improved sample efficiency. Building on TDPO, it proposes TDPO-R, which periodically resets active neurons in the critic to counter primacy bias, yielding superior cross-reward generalization and robustness to out-of-domain rewards. The results demonstrate that attention to temporal structure and neuron-state dynamics can substantially mitigate overoptimization, advancing practical diffusion-model alignment for human-preference-driven generation, with code available at the authors’ GitHub repository.
Abstract
Bridging the gap between diffusion models and human preferences is crucial for their integration into practical generative workflows. While optimizing downstream reward models has emerged as a promising alignment strategy, concerns arise regarding the risk of excessive optimization with learned reward models, which potentially compromises ground-truth performance. In this work, we confront the reward overoptimization problem in diffusion model alignment through the lenses of both inductive and primacy biases. We first identify a mismatch between current methods and the temporal inductive bias inherent in the multi-step denoising process of diffusion models, as a potential source of reward overoptimization. Then, we surprisingly discover that dormant neurons in our critic model act as a regularization against reward overoptimization while active neurons reflect primacy bias. Motivated by these observations, we propose Temporal Diffusion Policy Optimization with critic active neuron Reset (TDPO-R), a policy gradient algorithm that exploits the temporal inductive bias of diffusion models and mitigates the primacy bias stemming from active neurons. Empirical results demonstrate the superior efficacy of our methods in mitigating reward overoptimization. Code is avaliable at https://github.com/ZiyiZhang27/tdpo.
