AdaShield: Safeguarding Multimodal Large Language Models from Structure-based Attack via Adaptive Shield Prompting
Yu Wang, Xiaogeng Liu, Yu Li, Muhao Chen, Chaowei Xiao
TL;DR
The paper tackles safety for multimodal large language models against structure-based jailbreaks that embed malicious content in images. It introduces AdaShield, a prompt-based defense that prepends inputs with defense prompts, avoiding fine-tuning or extra detectors, and extends it with AdaShield-A, an adaptive auto-refinement framework that builds a diversified pool of prompts via interaction between a target MLLM and a Defender LLM. Across standard structure-based attacks and benign benchmarks, AdaShield-S and especially AdaShield-A demonstrate improved robustness while preserving performance on safe tasks, with AdaShield-A also showing good generalization and transferability. The work offers a practical, low-overhead defense suitable for MLM-as-a-Service deployments, though it focuses on structure-based threats and future work could broaden to universal defenses.
Abstract
With the advent and widespread deployment of Multimodal Large Language Models (MLLMs), the imperative to ensure their safety has become increasingly pronounced. However, with the integration of additional modalities, MLLMs are exposed to new vulnerabilities, rendering them prone to structured-based jailbreak attacks, where semantic content (e.g., "harmful text") has been injected into the images to mislead MLLMs. In this work, we aim to defend against such threats. Specifically, we propose \textbf{Ada}ptive \textbf{Shield} Prompting (\textbf{AdaShield}), which prepends inputs with defense prompts to defend MLLMs against structure-based jailbreak attacks without fine-tuning MLLMs or training additional modules (e.g., post-stage content detector). Initially, we present a manually designed static defense prompt, which thoroughly examines the image and instruction content step by step and specifies response methods to malicious queries. Furthermore, we introduce an adaptive auto-refinement framework, consisting of a target MLLM and a LLM-based defense prompt generator (Defender). These components collaboratively and iteratively communicate to generate a defense prompt. Extensive experiments on the popular structure-based jailbreak attacks and benign datasets show that our methods can consistently improve MLLMs' robustness against structure-based jailbreak attacks without compromising the model's general capabilities evaluated on standard benign tasks. Our code is available at https://github.com/rain305f/AdaShield.
