Contrastive Energy Prediction for Exact Energy-Guided Diffusion Sampling in Offline Reinforcement Learning
Cheng Lu, Huayu Chen, Jianfei Chen, Hang Su, Chongxuan Li, Jun Zhu
TL;DR
This work addresses exact energy-guided diffusion sampling for unnormalized energy functions by deriving the exact intermediate energy $\mathcal{E}_t(\boldsymbol{x}_t)$ and its gradient, then training a neural proxy via Contrastive Energy Prediction (CEP) to estimate $\nabla_{\boldsymbol{x}_t}\mathcal{E}_t$. CEP guarantees convergence to the desired distribution $p(\boldsymbol{x}) \propto q(\boldsymbol{x}) e^{-\beta \mathcal{E}(\boldsymbol{x})}$ with unlimited capacity and data, and is connected to InfoNCE and classifier guidance in special cases. The method is instantiated in offline RL as QGPO, using in-support CEP and in-support Softmax Q-Learning to compute targets, and achieves strong results on D4RL benchmarks, especially in hard tasks like AntMaze. It is also demonstrated on image synthesis, where CEP performs comparably to classifier guidance on ImageNet and enables energy-guided control of color appearance, illustrating scalability to high-dimensional data. Overall, CEP provides a principled, exact framework for controllable diffusion sampling with broad practical impact across reinforcement learning and generative modeling.
Abstract
Guided sampling is a vital approach for applying diffusion models in real-world tasks that embeds human-defined guidance during the sampling procedure. This paper considers a general setting where the guidance is defined by an (unnormalized) energy function. The main challenge for this setting is that the intermediate guidance during the diffusion sampling procedure, which is jointly defined by the sampling distribution and the energy function, is unknown and is hard to estimate. To address this challenge, we propose an exact formulation of the intermediate guidance as well as a novel training objective named contrastive energy prediction (CEP) to learn the exact guidance. Our method is guaranteed to converge to the exact guidance under unlimited model capacity and data samples, while previous methods can not. We demonstrate the effectiveness of our method by applying it to offline reinforcement learning (RL). Extensive experiments on D4RL benchmarks demonstrate that our method outperforms existing state-of-the-art algorithms. We also provide some examples of applying CEP for image synthesis to demonstrate the scalability of CEP on high-dimensional data.
