Mosaic: Multimodal Jailbreak against Closed-Source VLMs via Multi-View Ensemble Optimization

arXiv cs.CV / 4/13/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper analyzes multimodal jailbreak vulnerabilities in vision-language models and finds that attack effectiveness varies significantly between homogeneous (open-source surrogate/target) and heterogeneous (surrogate/target mismatch) settings, which it terms “surrogate dependency.”
  • It proposes “Mosaic,” a multi-view ensemble optimization framework designed to reduce over-reliance on any single surrogate model and any single image view when attacking closed-source VLMs.
  • Mosaic uses three modules: a text-side transformation that perturbs refusal-sensitive lexical patterns, a multi-view image optimization that updates perturbations across cropped views, and an ensemble guidance mechanism that aggregates optimization signals from multiple surrogate VLMs.
  • Experiments on safety benchmarks report state-of-the-art results, including higher Attack Success Rate and lower/mitigated safety-related metrics (Average Toxicity) against commercial closed-source VLMs.

Abstract

Vision-Language Models (VLMs) are powerful but remain vulnerable to multimodal jailbreak attacks. Existing attacks mainly rely on either explicit visual prompt attacks or gradient-based adversarial optimization. While the former is easier to detect, the latter produces subtle perturbations that are less perceptible, but is usually optimized and evaluated under homogeneous open-source surrogate-target settings, leaving its effectiveness on commercial closed-source VLMs under heterogeneous settings unclear. To examine this issue, we study different surrogate-target settings and observe a consistent gap between homogeneous and heterogeneous settings, a phenomenon we term surrogate dependency. Motivated by this finding, we propose Mosaic, a Multi-view ensemble optimization framework for multimodal jailbreak against closed-source VLMs, which alleviates surrogate dependency under heterogeneous surrogate-target settings by reducing over-reliance on any single surrogate model and visual view. Specifically, Mosaic incorporates three core components: a Text-Side Transformation module, which perturbs refusal-sensitive lexical patterns; a Multi-View Image Optimization module, which updates perturbations under diverse cropped views to avoid overfitting to a single visual view; and a Surrogate Ensemble Guidance module, which aggregates optimization signals from multiple surrogate VLMs to reduce surrogate-specific bias. Extensive experiments on safety benchmarks demonstrate that Mosaic achieves state-of-the-art Attack Success Rate and Average Toxicity against commercial closed-source VLMs.