paper-with-me

Papers

COMIC: Reference-Aware Safety Gating for Multimodal Large Language Models

2026-08-18 · Md Abdullahil Oaphy, Anhao Xiang, Zongxing Xie, Huayue Gu, Chenyu Wang, Honghui Xu arxiv

Multimodal large language models (MLLMs) are increasingly used to interact with screenshots, scanned documents, diagrams, and other visually grounded inputs. This shift introduces a new safety risk: in many multimodal jailbreaks, neither the prompt nor the image is harmful in isolation. Unsafe behavior emerges only when the model binds an apparently benign operation, such as summarizing, translating, or following, to a localized visual target. This reveals a structural weakness in current multimodal defenses, which largely moderate the prompt-image pair as a whole even though the true security-relevant unit is the grounded operation-target pair produced during dereference. In this work, we identify and analyze this reference-dependent failure mode and show that existing defenses degrade when harmful semantics are localized, activated only after grounding, and dependent on visual reference resolution. To address this problem, we propose COMIC (Context-Operation-Modality-Image-Classifier), a reference-aware pre-generation safety gate for MLLMs. COMIC first infers the requested operation and reference type, constructs candidate targets from OCR and open-vocabulary proposals, grounds plausible referents, and evaluates safety over explicit operation-target pairs. To handle ambiguity conservatively, COMIC combines max-risk aggregation with quality-aware routing before deciding whether to forward or block a request. We evaluate COMIC across multiple open-source MLLMs, localized and broader multimodal jailbreak benchmarks, and benign reference-sensitive settings. The results show that COMIC consistently improves robustness while preserving benign utility and practical efficiency. More broadly, our findings suggest that multimodal safety cannot be enforced reliably without modeling the requested operation, the visual target to which it applies, and the confidence of that grounding.

📄 PDF Abstract BibTeX arXiv:2608.17234

Code (1)

arxivsub/arXivSub_daily_arxiv ★ 4

Similar Papers 제목 키워드 기반

Structured Visual Narratives Undermine Safety Alignment in Multimodal Large Language Models

2026-03-23 · Rui Yang Tan, Yujia Hu, Roy Ka-Wei Lee arxiv

Multimodal Large Language Models (MLLMs) extend text-only LLMs with visual reasoning, but also introduce new safety failure modes under visually grounded instructions. We study comic-template jailbreaks that embed harmfu…

Visual Reasoning

Sequential Comics for Jailbreaking Multimodal Large Language Models via Structured Visual Storytelling

2025-10-16 · Deyue Zhang, Dongdong Yang, Junjie Mu, Quancheng Zou 외 arxiv

Multimodal large language models (MLLMs) exhibit remarkable capabilities but remain susceptible to jailbreak attacks exploiting cross-modal vulnerabilities. In this work, we introduce a novel method that leverages sequen…

Visual Storytelling

ComicScene154: A Scene Dataset for Comic Analysis

2025-08-22 · Sandro Paval, Ivan P. Yamshchikov, Pascal Meißner arxiv

Comics offer a compelling yet under-explored domain for computational narrative analysis, combining text and imagery in ways distinct from purely textual or audiovisual media. We introduce ComicScene154, a manually annot…

Scene Segmentation

ComicsPAP: understanding comic strips by picking the correct panel

2025-03-11 · Emanuele Vivoli, Artemis Llabrés, Mohamed Ali Souibgui, Marco Bertini 외

Large multimodal models (LMMs) have made impressive strides in image captioning, VQA, and video comprehension, yet they still struggle with the intricate temporal and spatial cues found in comics. To address this gap, we…

Image CaptioningVisual Question Answering (VQA)

Humor in Pixels: Benchmarking Large Multimodal Models Understanding of Online Comics

2025-09-12 · Yuriel Ryan, Rui Yang Tan, Kenny Tsu Wei Choo, Roy Ka-Wei Lee arxiv

Understanding humor is a core aspect of social intelligence, yet it remains a significant challenge for Large Multimodal Models (LMMs). We introduce PixelHumor, a benchmark dataset of 2,800 annotated multi-panel comics d…