CLJul 31, 2024

Cross-modality Information Check for Detecting Jailbreaking in Multimodal Large Language Models

arXiv:2407.21659v433 citationsh-index: 4
Originality Incremental advance
AI Analysis

This addresses security vulnerabilities in MLLMs for users and developers, though it is an incremental improvement over existing defense methods.

The paper tackles the problem of jailbreak attacks in Multimodal Large Language Models (MLLMs) by proposing CIDER, a plug-and-play detector that identifies maliciously perturbed image inputs using cross-modal similarity, achieving effective and efficient results with transferability to various MLLMs.

Multimodal Large Language Models (MLLMs) extend the capacity of LLMs to understand multimodal information comprehensively, achieving remarkable performance in many vision-centric tasks. Despite that, recent studies have shown that these models are susceptible to jailbreak attacks, which refer to an exploitative technique where malicious users can break the safety alignment of the target model and generate misleading and harmful answers. This potential threat is caused by both the inherent vulnerabilities of LLM and the larger attack scope introduced by vision input. To enhance the security of MLLMs against jailbreak attacks, researchers have developed various defense techniques. However, these methods either require modifications to the model's internal structure or demand significant computational resources during the inference phase. Multimodal information is a double-edged sword. While it increases the risk of attacks, it also provides additional data that can enhance safeguards. Inspired by this, we propose Cross-modality Information DEtectoR (CIDER), a plug-and-play jailbreaking detector designed to identify maliciously perturbed image inputs, utilizing the cross-modal similarity between harmful queries and adversarial images. CIDER is independent of the target MLLMs and requires less computation cost. Extensive experimental results demonstrate the effectiveness and efficiency of CIDER, as well as its transferability to both white-box and black-box MLLMs.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes