Learning a Diffusion Model Policy from Rewards via Q-Score Matching
Michael Psenka, Alejandro Escontrela, Pieter Abbeel, Yi Ma
TL;DR
Diffusion-model policies offer expressive, sample-efficient representations for continuous control but standard training often relies on behavior cloning terms. The authors introduce Q-score matching (QSM), a theory-grounded method that aligns the diffusion-policy score with the action-gradient of the Q-function, enabling off-policy optimization by updating only the denoising model. Theoretical results show that, under both deterministic and stochastic dynamics, the optimal score aligns with ∇_a Q^Ψ, guaranteeing policy-improvement when misalignment is corrected, and empirical results demonstrate competitive performance and multimodal behavior. This work advances diffusion-model RL by exploiting score structure for efficient, explorative policy learning and provides public code for replication.
Abstract
Diffusion models have become a popular choice for representing actor policies in behavior cloning and offline reinforcement learning. This is due to their natural ability to optimize an expressive class of distributions over a continuous space. However, previous works fail to exploit the score-based structure of diffusion models, and instead utilize a simple behavior cloning term to train the actor, limiting their ability in the actor-critic setting. In this paper, we present a theoretical framework linking the structure of diffusion model policies to a learned Q-function, by linking the structure between the score of the policy to the action gradient of the Q-function. We focus on off-policy reinforcement learning and propose a new policy update method from this theory, which we denote Q-score matching. Notably, this algorithm only needs to differentiate through the denoising model rather than the entire diffusion model evaluation, and converged policies through Q-score matching are implicitly multi-modal and explorative in continuous domains. We conduct experiments in simulated environments to demonstrate the viability of our proposed method and compare to popular baselines. Source code is available from the project website: https://michaelpsenka.io/qsm.
