paper-with-me

Papers

MOSSBench: Is Your Multimodal Language Model Oversensitive to Safe Queries?

2024-06-22 · Xirui Li, Hengguang Zhou, Ruochen Wang, Tianyi Zhou, Minhao Cheng, Cho-Jui Hsieh

Humans are prone to cognitive distortions -- biased thinking patterns that lead to exaggerated responses to specific stimuli, albeit in very different contexts. This paper demonstrates that advanced Multimodal Large Language Models (MLLMs) exhibit similar tendencies. While these models are designed to respond queries under safety mechanism, they sometimes reject harmless queries in the presence of certain visual stimuli, disregarding the benign nature of their contexts. As the initial step in investigating this behavior, we identify three types of stimuli that trigger the oversensitivity of existing MLLMs: Exaggerated Risk, Negated Harm, and Counterintuitive Interpretation. To systematically evaluate MLLMs' oversensitivity to these stimuli, we propose the Multimodal OverSenSitivity Benchmark (MOSSBench). This toolkit consists of 300 manually collected benign multimodal queries, cross-verified by third-party reviewers (AMT). Empirical studies using MOSSBench on 20 MLLMs reveal several insights: (1). Oversensitivity is prevalent among SOTA MLLMs, with refusal rates reaching up to 76% for harmless queries. (2). Safer models are more oversensitive: increasing safety may inadvertently raise caution and conservatism in the model's responses. (3). Different types of stimuli tend to cause errors at specific stages -- perception, intent reasoning, and safety judgement -- in the response process of MLLMs. These findings highlight the need for refined safety mechanisms that balance caution with contextually appropriate responses, improving the reliability of MLLMs in real-world applications. We make our project available at https://turningpoint-ai.github.io/MOSSBench/.

📄 PDF Abstract BibTeX arXiv:2406.17806

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

How Jailbreak Defenses Work and Ensemble? A Mechanistic Investigation

2025-02-20 · Zhuohang Long, Siyuan Wang, Shujun Liu, Yuhang Lai 외

Jailbreak attacks, where harmful prompts bypass generative models' built-in safety, raise serious concerns about model vulnerability. While many defense methods have been proposed, the trade-offs between safety and helpf…

Binary Classification

Balanced Adversarial Training: Balancing Tradeoffs Between Oversensitivity and Undersensitivity in NLP Models

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Traditional (\emph{oversensitive}) adversarial examples involve finding a small perturbation that does not change an input's true label but confuses the classifier into outputting a different prediction. \emph{Undersensi…

Contrastive LearningNatural Language InferenceParaphrase Identification

MJ-Bench: Is Your Multimodal Reward Model Really a Good Judge for Text-to-Image Generation?

2024-07-05 · Zhaorun Chen, Yichao Du, Zichen Wen, Yiyang Zhou 외

While text-to-image models like DALLE-3 and Stable Diffusion are rapidly proliferating, they often encounter challenges such as hallucination, bias, and the production of unsafe, low-quality output. To effectively addres…

HallucinationImage GenerationText to Image GenerationText-to-Image Generation

Jina CLIP: Your CLIP Model Is Also Your Text Retriever

2024-05-30 · Andreas Koukounas, Georgios Mastrapas, Michael Günther, Bo wang 외

Contrastive Language-Image Pretraining (CLIP) is widely used to train models to align images and texts in a common embedding space by mapping them to fixed-sized vectors. These models are key to multimodal information re…

Information RetrievalRetrievalText Retrieval

Follow-Your-Instruction: A Comprehensive MLLM Agent for World Data Synthesis

2025-08-07 · Kunyu Feng, Yue Ma, Xinhua Zhang, Boshi Liu 외 arxiv

With the growing demands of AI-generated content (AIGC), the need for high-quality, diverse, and scalable data has become increasingly crucial. However, collecting large-scale real-world data remains costly and time-cons…