paper-with-me

홈 › Papers

DREAM: Scalable Red Teaming for Text-to-Image Generative Systems via Distribution Modeling

2025-07-22 · Boheng Li, Junjie Wang, Yiming Li, Zhiyang Hu, Leyi Qi, Jianshuo Dong, Run Wang, Han Qiu, Zhan Qin, Tianwei Zhang arxiv

Despite the integration of safety alignment and external filters, text-to-image (T2I) generative systems are still susceptible to producing harmful content, such as sexual or violent imagery. This raises serious concerns about unintended exposure and potential misuse. Red teaming, which aims to proactively identify diverse prompts that can elicit unsafe outputs from the T2I system, is increasingly recognized as an essential method for assessing and improving safety before real-world deployment. However, existing automated red teaming approaches often treat prompt discovery as an isolated, prompt-level optimization task, which limits their scalability, diversity, and overall effectiveness. To bridge this gap, in this paper, we propose DREAM, a scalable red teaming framework to automatically uncover diverse problematic prompts from a given T2I system. Unlike prior work that optimizes prompts individually, DREAM directly models the probabilistic distribution of the target system's problematic prompts, which enables explicit optimization over both effectiveness and diversity, and allows efficient large-scale sampling after training. To achieve this without direct access to representative training samples, we draw inspiration from energy-based models and reformulate the objective into a simple and tractable form. We further introduce GC-SPSA, an efficient optimization algorithm that provides stable gradient estimates through the long and potentially non-differentiable T2I pipeline. During inference, we also propose a diversity-aware sampling strategy to enhance prompt variety. The effectiveness of DREAM is validated through extensive experiments, demonstrating state-of-the-art performance across a wide range of T2I models and safety filters in terms of both prompt success rate and diversity. Our code is available at https://github.com/AntigoneRandy/DREAM

📄 PDF Abstract BibTeX arXiv:2507.16329

Code (0)

등록된 구현이 없습니다.

Tasks

Red Teaming

Similar Papers 제목 키워드 기반

HiDream-O1-Image: A Natively Unified Image Generative Foundation Model with Pixel-level Unified Transformer

2026-05-11 · Qi Cai, Jingwen Chen, Chengmin Gao, Zijian Gong 외 arxiv

The evolution of visual generative models has long been constrained by fragmented architectures relying on disjoint text encoders and external VAEs. In this report, we present HiDream-O1-Image, a natively unified generat…

Text-to-Image Generation

DreamCache: Finetuning-Free Lightweight Personalized Image Generation via Feature Caching

2024-11-26 · CVPR 2025 1 · Emanuele Aiello, Umberto Michieli, Diego Valsesia, Mete Ozay 외

Personalized image generation requires text-to-image generative models that capture the core features of a reference subject to allow for controlled generation across different contexts. Existing methods face challenges …

Image GenerationPersonalized Image Generation

DreamStone: Image as Stepping Stone for Text-Guided 3D Shape Generation

2023-03-24 · Zhengzhe Liu, Peng Dai, Ruihui Li, Xiaojuan Qi 외

In this paper, we present a new text-guided 3D shape generation approach DreamStone that uses images as a stepping stone to bridge the gap between text and shape modalities for generating 3D shapes without requiring pair…

3D Shape Generation

DreamCAD: Scaling Multi-modal CAD Generation using Differentiable Parametric Surfaces

2026-03-05 · Mohammad Sadil Khan, Muhammad Usama, Rolandos Alexandros Potamias, Didier Stricker 외 arxiv

Computer-Aided Design (CAD) relies on structured and editable geometric representations, yet existing generative methods are constrained by small annotated datasets with explicit design histories or boundary representati…

HiDream-I1: A High-Efficient Image Generative Foundation Model with Sparse Diffusion Transformer

2025-05-28 · Qi Cai, Jingwen Chen, Yang Chen, Yehao Li 외

Recent advancements in image generative foundation models have prioritized quality improvements but often at the cost of increased computational complexity and inference latency. To address this critical trade-off, we in…

Image GenerationMixture-of-ExpertsText to Image GenerationText-to-Image Generation