CVMay 18

SafeDiffusion-R1: Online Reward Steering for Safe Diffusion Post-Training

arXiv:2605.1871995.8Has Code
Predicted impact top 8% in CV · last 90 daysOriginality Highly original
AI Analysis

This work addresses the problem of unsafe content in diffusion models for practitioners who need scalable safety post-training without expensive data or reward model tuning, achieving state-of-the-art safety gains across multiple harm categories.

SafeDiffusion-R1 introduces an online reinforcement learning framework using GRPO and a steering reward mechanism based on CLIP embeddings to reduce unsafe content in diffusion models without supervised data, achieving 18.07% inappropriate content (vs. 48.9% baseline) and 15 nudity detections (vs. 646 baseline) while improving compositional generation quality to 47.83% on GenEval.

Diffusion models have been widely studied for removing unsafe content learned during pre-training. Existing methods require expensive supervised data, either unsafe-text paired with safe-image groundtruth or negative/positive image pairs, making them impractical to scale. Furthermore, offline reinforcement learning and supervised fine-tuning approaches that generate synthetic data offline suffer from catastrophic forgetting, degrading generation quality. We propose a novel online reinforcement learning framework that addresses both data scarcity and model degradation through post-training with Group Relative Policy Optimization (GRPO) on both negative and positive text prompts. To eliminate the need for fine-tuning specialized safe/unsafe reward models, we introduce a \textit{steering reward mechanism} that exploits an inherent property of CLIP embeddings: steering text representations toward positive safety directions and away from negative ones in the embedding space. Our online-policy approach enables the model to learn from diverse prompts, including explicit unsafe content, without catastrophic forgetting. Extensive experiments demonstrate that our method reduces inappropriate content to 18.07\% (vs. 48.9\% for SD v1.4) and nudity detections to 15 (vs. 646 baseline) while improving compositional generation quality from 42.08\% to 47.83\% on GenEval. Remarkably, these safety gains generalize to out-of-domain unsafe prompts across seven harm categories, achieving state-of-the-art performance without supervised paired data or reward tuning. Github: https://github.com/MAXNORM8650/SafeDiffusion-R1.

Foundations

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

Your Notes