首个视觉语言模型后门攻击基准,揭示文本触发的致命漏洞
BackdoorVLM: A Benchmark for Backdoor Attacks on Vision-Language Models
- 构建5类多模态后门攻击分类体系,覆盖指令拒绝、恶意注入等场景
- 1%数据污染即达90%攻击成功率,文本触发远强于图像触发
- 适合安全研究者与模型开发者,防范AI系统被隐蔽操控
后门攻击通过在推理时激活隐藏行为破坏机器学习系统的可靠性。尽管单模态场景下已有广泛研究,但视觉语言模型(VLMs)面临的多模态威胁仍缺乏系统评估。本文提出BackdoorVLM,首个全面评估VLM后门攻击的基准,涵盖图像描述和视觉问答等核心任务。将多模态后门威胁归纳为五类:目标拒绝、恶意注入、越狱、概念替换和感知劫持。采用12种代表性攻击方法,包括文本、图像及双模态触发器,在2个开源VLM和3个数据集上验证。结果表明,VLM对文本指令高度敏感,双模态攻击中文本触发主导后门映射;仅1%污染率即可实现超90%成功率,凸显当前VLM存在严重未被充分认识的安全隐患。代码已开源。
原文摘要 · Abstract (English)
Backdoor attacks undermine the reliability and trustworthiness of machine learning systems by injecting hidden behaviors that can be maliciously activated at inference time. While such threats have been extensively studied in unimodal settings, their impact on multimodal foundation models, particularly vision-language models (VLMs), remains largely underexplored. In this work, we introduce \textbf{BackdoorVLM}, the first comprehensive benchmark for systematically evaluating backdoor attacks on VLMs across a broad range of settings. It adopts a unified perspective that injects and analyzes backdoors across core vision-language tasks, including image captioning and visual question answering. BackdoorVLM organizes multimodal backdoor threats into 5 representative categories: targeted refusal, malicious injection, jailbreak, concept substitution, and perceptual hijack. Each category captures a distinct pathway through which an adversary can manipulate a model's behavior. We evaluate these threats using 12 representative attack methods spanning text, image, and bimodal triggers, tested on 2 open-source VLMs and 3 multimodal datasets. Our analysis reveals that VLMs exhibit strong sensitivity to textual instructions, and in bimodal backdoors the text trigger typically overwhelms the image trigger when forming the backdoor mapping. Notably, backdoors involving the textual modality remain highly potent, with poisoning rates as low as 1\% yielding over 90\% success across most tasks. These findings highlight significant, previously underexplored vulnerabilities in current VLMs. We hope that BackdoorVLM can serve as a useful benchmark for analyzing and mitigating multimodal backdoor threats. Code is available at: https://github.com/bin015/BackdoorVLM .
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。