arXiv:2606.03713cs.CV2026-06

提升多模态大模型抗干扰能力,发现对抗训练关键在视觉编码器。

Investigating Adversarial Robustness of Multi-modal Large Language Models

论文配图:Investigating Adversarial Robustness of Multi-modal Large Language Models
图 1 · 摘自论文原文
  • 通过诊断协议筛选强鲁棒性视觉编码器,无需全量训练即可预测效果。
  • 端到端对抗训练使图文生成提升28点CIDEr,VQA准确率提高11.7%。
  • 轻量级测试时随机变换可有效防御非鲁棒模型,适合部署场景。

多模态大语言模型在视觉-语言任务中表现优异,但通过视觉编码器(如CLIP)引入图像信息大幅扩展了攻击面,使其易受视觉对抗扰动影响。以往防御方法受限于与预训练模型的严格对齐,难以实现更高鲁棒性。本文系统研究了多模态大模型的对抗鲁棒性,提出一种诊断性CLIP对齐协议,可在全量训练前预测哪些鲁棒视觉编码器能有效迁移至多模态场景,揭示大规模多模态对抗预训练是实现强鲁棒性迁移的关键因素。通过端到端多模态训练将此类编码器集成至MLLMs,相比受限的即插即用基线,在强对抗攻击下,图文生成平均提升28 CIDEr点,VQA准确率提升11.7%。进一步发现,直接对非鲁棒MLLM进行对抗训练会同时损害干净与对抗性能,证明鲁棒视觉表征是必要前提;而从鲁棒骨干网络开始的端到端对抗训练可额外提升1.9 CIDEr点和4.3% VQA准确率。此外,轻量级测试时视觉随机变换作为黑盒防御手段,可将非鲁棒模型的对抗性能从接近零提升至与鲁棒模型相当水平。最后,我们的鲁棒模型显著降低了白盒视觉越狱攻击下的毒性内容生成。代码与预训练权重将公开。

原文摘要 · Abstract (English)

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.

多模态对抗鲁棒性大模型安全

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。