paper-with-me

홈 › Papers

Ring-A-Bell! How Reliable are Concept Removal Methods for Diffusion Models?

2023-10-16 · Yu-Lin Tsai, Chia-Yi Hsu, Chulin Xie, Chih-Hsun Lin, Jia-You Chen, Bo Li, Pin-Yu Chen, Chia-Mu Yu, Chun-Ying Huang

Diffusion models for text-to-image (T2I) synthesis, such as Stable Diffusion (SD), have recently demonstrated exceptional capabilities for generating high-quality content. However, this progress has raised several concerns of potential misuse, particularly in creating copyrighted, prohibited, and restricted content, or NSFW (not safe for work) images. While efforts have been made to mitigate such problems, either by implementing a safety filter at the evaluation stage or by fine-tuning models to eliminate undesirable concepts or styles, the effectiveness of these safety measures in dealing with a wide range of prompts remains largely unexplored. In this work, we aim to investigate these safety mechanisms by proposing one novel concept retrieval algorithm for evaluation. We introduce Ring-A-Bell, a model-agnostic red-teaming tool for T2I diffusion models, where the whole evaluation can be prepared in advance without prior knowledge of the target model. Specifically, Ring-A-Bell first performs concept extraction to obtain holistic representations for sensitive and inappropriate concepts. Subsequently, by leveraging the extracted concept, Ring-A-Bell automatically identifies problematic prompts for diffusion models with the corresponding generation of inappropriate content, allowing the user to assess the reliability of deployed safety mechanisms. Finally, we empirically validate our method by testing online services such as Midjourney and various methods of concept removal. Our results show that Ring-A-Bell, by manipulating safe prompting benchmarks, can transform prompts that were originally regarded as safe to evade existing safety mechanisms, thus revealing the defects of the so-called safety mechanisms which could practically lead to the generation of harmful contents. Our codes are available at https://github.com/chiayi-hsu/Ring-A-Bell.

📄 PDF Abstract BibTeX arXiv:2310.10012

Code (2)

chiayi-hsu/ring-a-bell 공식 구현
ruchikachavhan/concept-prune pytorch

Tasks

Red Teaming

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

On The Effectiveness-Fluency Trade-Off In LLM Conditioning: A Systematic Study

2026-06-10 · Iuri Macocco, Pau Rodríguez, Arno Blaas, Luca Zappella 외 arxiv

Controlling the output of Large Language Models (LLMs) is a central challenge for their reliable deployment, yet a clear understanding of the involved trade-offs remains elusive. Current approaches to conditioning are of…

Probing Classifiers are Unreliable for Concept Removal and Detection

2022-07-08 · Abhinav Kumar, Chenhao Tan, Amit Sharma

Neural network models trained on text data have been found to encode undesirable linguistic or sensitive concepts in their representation. Removing such concepts is non-trivial because of a complex relationship between t…

Fairness

Prototype-Guided Concept Erasure in Diffusion Models

2026-03-09 · Yuze Cai, Jiahao Lu, Hongxiang Shi, Yichao Zhou 외 arxiv

Concept erasure is extensively utilized in image generation to prevent text-to-image models from generating undesired content. Existing methods can effectively erase narrow concepts that are specific and concrete, such a…

Image Generation

MICINet: Multi-Level Inter-Class Confusing Information Removal for Reliable Multimodal Classification

2025-02-27 · Tong Zhang, Shu Shen, C. L. Philip Chen

Reliable multimodal learning in the presence of noisy data is a widely concerned issue, especially in safety-critical applications. Many reliable multimodal methods delve into addressing modality-specific or cross-modali…

Editable Concept Bottleneck Models

2024-05-24 · Lijie Hu, Chenyang Ren, Zhengyu Hu, Hongbin Lin 외

Concept Bottleneck Models (CBMs) have garnered much attention for their ability to elucidate the prediction process through a humanunderstandable concept layer. However, most previous studies focused on cases where the d…