paper-with-me

홈 › Papers

Black-Box Membership Inference Attack for LVLMs via Prior Knowledge-Calibrated Memory Probing

2025-11-03 · Jinhua Yin, Peiru Yang, Chen Yang, Huili Wang, Zhiyang Hu, Shangguang Wang, Yongfeng Huang, Tao Qi arxiv

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.

📄 PDF Abstract BibTeX arXiv:2511.01952

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

OpenLVLM-MIA: A Controlled Benchmark Revealing the Limits of Membership Inference Attacks on Large Vision-Language Models

2025-10-18 · Ryoto Miyamoto, Xin Fan, Fuyuko Kido, Tsuneo Matsumoto 외 arxiv

OpenLVLM-MIA is a new benchmark that highlights fundamental challenges in evaluating membership inference attacks (MIA) against large vision-language models (LVLMs). While prior work has reported high attack success rate…

Image Corruption-Inspired Membership Inference Attacks against Large Vision-Language Models

2025-06-14 · Zongyu Wu, Minhua Lin, Zhiwei Zhang, Fali Wang 외

Large vision-language models (LVLMs) have demonstrated outstanding performance in many downstream tasks. However, LVLMs are trained on large-scale datasets, which can pose privacy risks if training images contain sensiti…

GLiRA: Black-Box Membership Inference Attack via Knowledge Distillation

2024-05-13 · Andrey V. Galichin, Mikhail Pautov, Alexey Zhavoronkin, Oleg Y. Rogov 외

While Deep Neural Networks (DNNs) have demonstrated remarkable performance in tasks related to perception and control, there are still several unresolved concerns regarding the privacy of their training data, particularl…

image-classificationImage ClassificationInference AttackKnowledge Distillation+1

Stolen Memories: Leveraging Model Memorization for Calibrated White-Box Membership Inference

2019-06-27 · Klas Leino, Matt Fredrikson

Membership inference (MI) attacks exploit the fact that machine learning algorithms sometimes leak information about their training data through the learned model. In this work, we study membership inference in the white…

Memorization

Do Parameters Reveal More than Loss for Membership Inference?

2024-06-17 · Anshuman Suri, Xiao Zhang, David Evans

Membership inference attacks are used as a key tool for disclosure auditing. They aim to infer whether an individual record was used to train a model. While such evaluations are useful to demonstrate risk, they are compu…

Inference AttackMembership Inference Attack