Safety Alignment Backfires: Preventing the Re-emergence of Suppressed Concepts in Fine-tuned Text-to-Image Diffusion Models
Sanghyun Kim, Moonseok Choi, Jinwoo Shin, Juho Lee
TL;DR
This work reveals a critical brittleness in safety alignment for fine-tuned text-to-image diffusion models: even benign fine-tuning can reactivate suppressed harmful concepts. It introduces Modular LoRA, which trains a dedicated safety module separately and merges it only during inference, effectively preserving safety without sacrificing adaptability, formalized as $W^* = W_0 + ΔW_{safe} + ΔW_{ft}^{*}$. Empirical results across Pokémon, Naruto, and Danbooru datasets show that Modular LoRA reduces jailbreaking signals and maintains image quality and alignment comparable to full-finetuning baselines, offering a practical defense for real-world deployment. The approach provides a concrete, modular strategy for improving the security of personalized diffusion models while highlighting the need for further exploration of safety in downstream fine-tuning scenarios.
Abstract
Fine-tuning text-to-image diffusion models is widely used for personalization and adaptation for new domains. In this paper, we identify a critical vulnerability of fine-tuning: safety alignment methods designed to filter harmful content (e.g., nudity) can break down during fine-tuning, allowing previously suppressed content to resurface, even when using benign datasets. While this "fine-tuning jailbreaking" issue is known in large language models, it remains largely unexplored in text-to-image diffusion models. Our investigation reveals that standard fine-tuning can inadvertently undo safety measures, causing models to relearn harmful concepts that were previously removed and even exacerbate harmful behaviors. To address this issue, we present a novel but immediate solution called Modular LoRA, which involves training Safety Low-Rank Adaptation (LoRA) modules separately from Fine-Tuning LoRA components and merging them during inference. This method effectively prevents the re-learning of harmful content without compromising the model's performance on new tasks. Our experiments demonstrate that Modular LoRA outperforms traditional fine-tuning methods in maintaining safety alignment, offering a practical approach for enhancing the security of text-to-image diffusion models against potential attacks.
