paper-with-me

Papers

Gradient-based Jailbreak Images for Multimodal Fusion Models

2024-10-04 · Javier Rando, Hannah Korevaar, Erik Brinkman, Ivan Evtimov, Florian Tramèr

Augmenting language models with image inputs may enable more effective jailbreak attacks through continuous optimization, unlike text inputs that require discrete optimization. However, new multimodal fusion models tokenize all input modalities using non-differentiable functions, which hinders straightforward attacks. In this work, we introduce the notion of a tokenizer shortcut that approximates tokenization with a continuous function and enables continuous optimization. We use tokenizer shortcuts to create the first end-to-end gradient image attacks against multimodal fusion models. We evaluate our attacks on Chameleon models and obtain jailbreak images that elicit harmful information for 72.5% of prompts. Jailbreak images outperform text jailbreaks optimized with the same objective and require 3x lower compute budget to optimize 50x more input tokens. Finally, we find that representation engineering defenses, like Circuit Breakers, trained only on text attacks can effectively transfer to adversarial image inputs.

📄 PDF Abstract BibTeX arXiv:2410.03489

Code (1)

facebookresearch/multimodal-fusion-jailbreaks 공식 구현 pytorch

Similar Papers 제목 키워드 기반

On Optimizing Multimodal Jailbreaks for Spoken Language Models

2026-03-19 · Aravind Krishnan, Karolina Stańczak, Dietrich Klakow arxiv

As Spoken Language Models (SLMs) integrate speech and text modalities, they inherit the safety vulnerabilities of their LLM backbone while introducing an expanded attack surface. SLMs have been previously shown to be sus…

IDEATOR: Jailbreaking Large Vision-Language Models Using Themselves

2024-10-29 · Ruofan Wang, Bo wang, Xiaosen Wang, Xingjun Ma 외

As large Vision-Language Models (VLMs) grow in prominence, ensuring their safe deployment has become critical. Recent studies have explored VLM robustness against jailbreak attacks--techniques that exploit model vulnerab…

MIRAGE: Multimodal Immersive Reasoning and Guided Exploration for Red-Team Jailbreak Attacks

2025-03-24 · Wenhao You, Bryan Hooi, Yiwei Wang, Youke Wang 외

While safety mechanisms have significantly progressed in filtering harmful text inputs, MLLMs remain vulnerable to multimodal jailbreaks that exploit their cross-modal reasoning capabilities. We present MIRAGE, a novel m…

Visual Storytelling

Every Picture Tells a Dangerous Story: Memory-Augmented Multi-Agent Jailbreak Attacks on VLMs

2026-04-14 · Jianhao Chen, Haoyang Chen, Hanjie Zhao, Haozhe Liang 외 arxiv

Vision-Language Models (VLMs) expand the attack surface of safety-aligned systems by coupling visual perception with text generation. Existing multimodal jailbreak attacks primarily rely on crafted visual content, advers…

Adversarial Attack

Universally Unfiltered and Unseen:Input-Agnostic Multimodal Jailbreaks against Text-to-Image Model Safeguards

2025-07-30 · Song Yan, Hui Wei, Jinlong Fei, Guoliang Yang 외 arxiv

Various (text) prompt filters and (image) safety checkers have been implemented to mitigate the misuse of Text-to-Image (T2I) models in creating Not-Safe-For-Work (NSFW) content. In order to expose potential security vul…