CrossGuard: Safeguarding MLLMs against Joint-Modal Implicit Malicious Attacks
Xu Zhang, Hao Li, Zhichao Lu
TL;DR
Problem: joint-modal implicit jailbreaks challenge guardrails by requiring cross-modal reasoning. Approach: ImpForge generates diverse joint image-text malicious samples with RL red-teaming, then CrossGuard is trained as an intent-aware safeguard using LoRA on LLaVA-1.5-7B. Findings: CrossGuard achieves state-of-the-art robustness, attaining very low ASR across explicit and implicit benchmarks and showing strong OOD performance, while ImpForge reliably reveals vulnerabilities and improves guardrails when used for training. Significance: the combination offers a scalable, practical path to harden MLLMs against real-world multimodal threats without sacrificing utility.
Abstract
Multimodal Large Language Models (MLLMs) achieve strong reasoning and perception capabilities but are increasingly vulnerable to jailbreak attacks. While existing work focuses on explicit attacks, where malicious content resides in a single modality, recent studies reveal implicit attacks, in which benign text and image inputs jointly express unsafe intent. Such joint-modal threats are difficult to detect and remain underexplored, largely due to the scarcity of high-quality implicit data. We propose ImpForge, an automated red-teaming pipeline that leverages reinforcement learning with tailored reward modules to generate diverse implicit samples across 14 domains. Building on this dataset, we further develop CrossGuard, an intent-aware safeguard providing robust and comprehensive defense against both explicit and implicit threats. Extensive experiments across safe and unsafe benchmarks, implicit and explicit attacks, and multiple out-of-domain settings demonstrate that CrossGuard significantly outperforms existing defenses, including advanced MLLMs and guardrails, achieving stronger security while maintaining high utility. This offers a balanced and practical solution for enhancing MLLM robustness against real-world multimodal threats.
