首次实现无需内部信息的大型视觉语言模型成员推理攻击
Black-Box Membership Inference Attack for LVLMs via Prior Knowledge-Calibrated Memory Probing
- 利用先验知识校准的记忆探针,从输出反推模型对训练数据的记忆
- 在4个LVLM、3个数据集上实现接近白盒攻击的准确率
- 适合研究模型隐私与安全的学者,尤其关注黑箱攻击场景
大型视觉语言模型(LVLMs)通过海量图文数据训练获得强大能力,但其大规模参数也导致对训练数据的强记忆性,易受成员推理攻击(MIA)威胁。现有方法多基于白盒或灰盒假设,依赖模型内部特征提取,而主流LVLM仅公开生成结果,隐藏内部计算过程,限制了方法适用性。本文提出首个针对LVLM的黑箱成员推理框架,基于先验知识校准的记忆探针机制,评估模型对可疑图像中私有语义信息的记忆程度,该信息难以仅靠通用世界知识推断。我们在4个LVLM和3个数据集上进行大量实验,结果表明,该方法可在纯黑箱设置下有效识别训练数据,性能媲美灰盒与白盒方法。进一步分析显示,该方法对潜在对抗干扰具有鲁棒性,且设计合理有效。代码与数据已开源。
原文摘要 · Abstract (English)
Large vision-language models (LVLMs) derive their capabilities from extensive training on vast corpora of visual and textual data. Empowered by large-scale parameters, these models often exhibit strong memorization of their training data, rendering them susceptible to membership inference attacks (MIAs). Existing MIA methods for LVLMs typically operate under white- or gray-box assumptions, by extracting likelihood-based features for the suspected data samples based on the target LVLMs. However, mainstream LVLMs generally only expose generated outputs while concealing internal computational features during inference, limiting the applicability of these methods. In this work, we propose the first black-box MIA framework for LVLMs, based on a prior knowledge-calibrated memory probing mechanism. The core idea is to assess the model memorization of the private semantic information embedded within the suspected image data, which is unlikely to be inferred from general world knowledge alone. We conducted extensive experiments across four LVLMs and three datasets. Empirical results demonstrate that our method effectively identifies training data of LVLMs in a purely black-box setting and even achieves performance comparable to gray-box and white-box methods. Further analysis reveals the robustness of our method against potential adversarial manipulations, and the effectiveness of the methodology designs. Our code and data are available at https://github.com/spmede/KCMP.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。