🤖 AI Summary
This work addresses a critical vulnerability in current image generation models: despite undergoing concept erasure to remove harmful content, they remain highly susceptible to black-box multimodal adversarial attacks, particularly exhibiting insufficient robustness against image-side perturbations. To expose this weakness, the authors propose REFORGE, the first red-teaming framework specifically designed to attack forgetting mechanisms in a black-box setting. REFORGE leverages stroke-based initialization, cross-attention-guided region-aware masking, and optimized adversarial image prompts to efficiently generate semantically aligned perturbations that preserve visual fidelity. Extensive experiments demonstrate that REFORGE significantly increases attack success rates across diverse forgetting tasks and defense strategies, revealing severe security flaws in existing unlearning approaches.
📝 Abstract
Recent progress in image generation models (IGMs) enables high-fidelity content creation but also amplifies risks, including the reproduction of copyrighted content and the generation of offensive content. Image Generation Model Unlearning (IGMU) mitigates these risks by removing harmful concepts without full retraining. Despite growing attention, the robustness under adversarial inputs, particularly image-side threats in black-box settings, remains underexplored. To bridge this gap, we present REFORGE, a black-box red-teaming framework that evaluates IGMU robustness via adversarial image prompts. REFORGE initializes stroke-based images and optimizes perturbations with a cross-attention-guided masking strategy that allocates noise to concept-relevant regions, balancing attack efficacy and visual fidelity. Extensive experiments across representative unlearning tasks and defenses demonstrate that REFORGE significantly improves attack success rate while achieving stronger semantic alignment and higher efficiency than involved baselines. These results expose persistent vulnerabilities in current IGMU methods and highlight the need for robustness-aware unlearning against multi-modal adversarial attacks. Our code is at: https://github.com/Imfatnoily/REFORGE.