菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-02
📄 Abstract - Investigating Adversarial Robustness of Multi-modal Large Language Models

Multi-modal Large Language Models (MLLMs) achieve strong performance on vision-language tasks, but incorporating visual inputs through a vision encoder (e.g., CLIP) substantially expands the attack surface, making these models vulnerable to visual adversarial perturbations. Prior defenses typically preserve compatibility with pretrained MLLMs by enforcing strict alignment to CLIP's original embedding space during adversarial fine-tuning; while practical, this constraint fundamentally limits achievable robustness. We present a systematic investigation of adversarial robustness in MLLMs. We first introduce a diagnostic CLIP-alignment protocol that predicts, prior to full MLLM training, which robust vision encoders will transfer effectively to the multimodal setting, revealing that large-scale multimodal adversarial pretraining, rather than unimodal scale alone, is the critical factor for strong robustness transfer. Integrating such encoders into MLLMs via end-to-end multimodal training yields average gains of 28 CIDEr points on captioning and 11.7% VQA accuracy under strong adversarial attacks compared to constrained plug-and-play baselines. We further show that adversarial training applied directly to a standard non-robust MLLM degrades both clean and adversarial performance, establishing robust visual representations as a strict prerequisite, while end-to-end adversarial training from a robust backbone delivers additional gains of 1.9 CIDEr points and 4.3% VQA accuracy. Beyond training-time defenses, lightweight test-time visual stochastic transformations serve as an effective black-box defense for non-robust MLLMs, elevating adversarial performance from near-zero to levels comparable with robust models. Finally, we show that our robust models substantially reduce toxic generation under white-box visual jailbreak attacks. Code and pretrained weights will be released publicly.

顶级标签: multi-modal llm
详细标签: adversarial robustness robust vision encoder multimodal adversarial training visual jailbreak defense clip alignment 或 搜索:

探究多模态大语言模型的对抗鲁棒性 / Investigating Adversarial Robustness of Multi-modal Large Language Models


1️⃣ 一句话总结

本文系统研究了多模态大语言模型如何抵抗视觉攻击,发现只有经过大规模多模态对抗训练的视觉编码器才能有效提升模型鲁棒性,且端到端对抗训练和轻量级测试时扰动防御能显著改善模型在图像描述、视觉问答等任务上的安全性,同时减少恶意诱导下的有害内容生成。

源自 arXiv: 2606.03713