Critic-Guided Reinforcement Unlearning in Text-to-Image Diffusion
Mykola Vysotskyi, Zahar Kohut, Mariia Shpir, Taras Rumezhak, Volodymyr Karpiv
TL;DR
This work addresses the challenge of selectively unlearning targeted concepts in text-to-image diffusion models without sacrificing utility. It introduces Critic-Guided Reinforcement Unlearning (CGRU), treating the reverse diffusion process as an RL policy and equipping it with a per-timestep critic that estimates the expected terminal reward, enabling dense advantage signals via $A(s_t,a_t)=r(x_0,c)-V_\phi(x_t,c,t)$. The method leverages off-policy importance sampling and a CLIP-based reward predictor to localize forgetting within the denoising trajectory and stabilize optimization. Empirically, CGRU achieves strong unlearning performance on the UnlearnCanvas benchmark (e.g., UA=95.55%) while maintaining competitive retain quality (IRA) and image fidelity (FID), outperforming terminal-reward baselines such as DDPO. The results demonstrate the practical viability of RL-based diffusion unlearning and highlight the value of timestep-aware critics and noisy-conditioned rewards for stable, credit-assigned forgetting.
Abstract
Machine unlearning in text-to-image diffusion models aims to remove targeted concepts while preserving overall utility. Prior diffusion unlearning methods typically rely on supervised weight edits or global penalties; reinforcement-learning (RL) approaches, while flexible, often optimize sparse end-of-trajectory rewards, yielding high-variance updates and weak credit assignment. We present a general RL framework for diffusion unlearning that treats denoising as a sequential decision process and introduces a timestep-aware critic with noisy-step rewards. Concretely, we train a CLIP-based reward predictor on noisy latents and use its per-step signal to compute advantage estimates for policy-gradient updates of the reverse diffusion kernel. Our algorithm is simple to implement, supports off-policy reuse, and plugs into standard text-to-image backbones. Across multiple concepts, the method achieves better or comparable forgetting to strong baselines while maintaining image quality and benign prompt fidelity; ablations show that (i) per-step critics and (ii) noisy-conditioned rewards are key to stability and effectiveness. We release code and evaluation scripts to facilitate reproducibility and future research on RL-based diffusion unlearning.
