CGCE: Classifier-Guided Concept Erasure in Generative Models
Viet Nguyen, Vishal M. Patel
TL;DR
CGCE introduces a lightweight, classifier-guided concept erasure framework that operates in the text-embedding space and refines prompts at inference without modifying base model weights. By predicting unsafe prompts with a compact cross-attention classifier and iteratively updating embeddings via a gradient-based refinement, CGCE achieves robust erasure against adversarial prompts while preserving safe content, and scales to multi-concept erasure through gradient aggregation. It demonstrates state-of-the-art safety performance across multiple T2I and T2V backbones with minimal utility loss, and its model-agnostic design enables broad applicability to current and future generative architectures. The approach offers practical safety gains for real-world deployment by providing a fast, training-free, plug-and-play safeguard that can be integrated into existing pipelines with negligible overhead.
Abstract
Recent advancements in large-scale generative models have enabled the creation of high-quality images and videos, but have also raised significant safety concerns regarding the generation of unsafe content. To mitigate this, concept erasure methods have been developed to remove undesirable concepts from pre-trained models. However, existing methods remain vulnerable to adversarial attacks that can regenerate the erased content. Moreover, achieving robust erasure often degrades the model's generative quality for safe, unrelated concepts, creating a difficult trade-off between safety and performance. To address this challenge, we introduce Classifier-Guided Concept Erasure (CGCE), an efficient plug-and-play framework that provides robust concept erasure for diverse generative models without altering their original weights. CGCE uses a lightweight classifier operating on text embeddings to first detect and then refine prompts containing undesired concepts. This approach is highly scalable, allowing for multi-concept erasure by aggregating guidance from several classifiers. By modifying only unsafe embeddings at inference time, our method prevents harmful content generation while preserving the model's original quality on benign prompts. Extensive experiments show that CGCE achieves state-of-the-art robustness against a wide range of red-teaming attacks. Our approach also maintains high generative utility, demonstrating a superior balance between safety and performance. We showcase the versatility of CGCE through its successful application to various modern T2I and T2V models, establishing it as a practical and effective solution for safe generative AI.
