Red-Teaming Text-to-Image Systems by Rule-based Preference Modeling
Yichuan Cao, Yibo Miao, Xiao-Shan Gao, Yinpeng Dong
TL;DR
This work addresses safety vulnerabilities in text-to-image systems by introducing RPG-RT, a rule-based preference modeling guided red-teaming framework that operates in realistic commercial black-box settings. It uses an LLM to iteratively modify prompts, a detector and a scoring model to provide fine-grained feedback, and Direct Preference Optimization with LoRA to refine the LLM based on binary and scalar preferences. The approach demonstrates superior attack success rates across 19 T2I models and multiple online APIs while preserving semantic content, and it generalizes to unseen prompts and to text-to-video scenarios. Practically, RPG-RT offers a robust, scalable method for evaluating and stress-testing safety defenses in real-world deployed T2I systems, highlighting areas for strengthening filters and alignment in commercial APIs.
Abstract
Text-to-image (T2I) models raise ethical and safety concerns due to their potential to generate inappropriate or harmful images. Evaluating these models' security through red-teaming is vital, yet white-box approaches are limited by their need for internal access, complicating their use with closed-source models. Moreover, existing black-box methods often assume knowledge about the model's specific defense mechanisms, limiting their utility in real-world commercial API scenarios. A significant challenge is how to evade unknown and diverse defense mechanisms. To overcome this difficulty, we propose a novel Rule-based Preference modeling Guided Red-Teaming (RPG-RT), which iteratively employs LLM to modify prompts to query and leverages feedback from T2I systems for fine-tuning the LLM. RPG-RT treats the feedback from each iteration as a prior, enabling the LLM to dynamically adapt to unknown defense mechanisms. Given that the feedback is often labeled and coarse-grained, making it difficult to utilize directly, we further propose rule-based preference modeling, which employs a set of rules to evaluate desired or undesired feedback, facilitating finer-grained control over the LLM's dynamic adaptation process. Extensive experiments on nineteen T2I systems with varied safety mechanisms, three online commercial API services, and T2V models verify the superiority and practicality of our approach.
