paper-with-me

Papers

M^4I: Multi-modal Models Membership Inference

2022-09-15 · Pingyi Hu, Zihan Wang, Ruoxi Sun, Hu Wang, Minhui Xue

With the development of machine learning techniques, the attention of research has been moved from single-modal learning to multi-modal learning, as real-world data exist in the form of different modalities. However, multi-modal models often carry more information than single-modal models and they are usually applied in sensitive scenarios, such as medical report generation or disease identification. Compared with the existing membership inference against machine learning classifiers, we focus on the problem that the input and output of the multi-modal models are in different modalities, such as image captioning. This work studies the privacy leakage of multi-modal models through the lens of membership inference attack, a process of determining whether a data record involves in the model training process or not. To achieve this, we propose Multi-modal Models Membership Inference (M^4I) with two attack methods to infer the membership status, named metric-based (MB) M^4I and feature-based (FB) M^4I, respectively. More specifically, MB M^4I adopts similarity metrics while attacking to infer target data membership. FB M^4I uses a pre-trained shadow multi-modal feature extractor to achieve the purpose of data inference attack by comparing the similarities from extracted input and output features. Extensive experimental results show that both attack methods can achieve strong performances. Respectively, 72.5% and 94.83% of attack success rates on average can be obtained under unrestricted scenarios. Moreover, we evaluate multiple defense mechanisms against our attacks. The source code of M^4I attacks is publicly available at https://github.com/MultimodalMI/Multimodal-membership-inference.git.

📄 PDF Abstract BibTeX arXiv:2209.06997

Code (1)

multimodalmi/multimodal-membership-inference 공식 구현 pytorch

Tasks

Image CaptioningInference AttackMedical Report GenerationMembership Inference Attack

Similar Papers 제목 키워드 기반

FiMMIA: scaling semantic perturbation-based membership inference across modalities

2025-12-02 · Anton Emelyanov, Sergei Kudriashov, Alena Fenogenova arxiv

Membership Inference Attacks (MIAs) aim to determine whether a specific data point was included in the training set of a target model. Although there are have been numerous methods developed for detecting data contaminat…

LUMIA: Linear probing for Unimodal and MultiModal Membership Inference Attacks leveraging internal LLM states

2024-11-29 · Luis Ibanez-Lissen, Lorena Gonzalez-Manzano, Jose Maria de Fuentes, Nicolas Anciaux 외

Large Language Models (LLMs) are increasingly used in a variety of applications, but concerns around membership inference have grown in parallel. Previous efforts focus on black-to-grey-box models, thus neglecting the po…

Lost in Modality: Evaluating the Effectiveness of Text-Based Membership Inference Attacks on Large Multimodal Models

2025-12-02 · Ziyi Tong, Feifei Sun, Le Minh Nguyen arxiv

Large Multimodal Language Models (MLLMs) are emerging as one of the foundational tools in an expanding range of applications. Consequently, understanding training-data leakage in these systems is increasingly critical. L…

SMA: Who Said That? Auditing Membership Leakage in Semi-Black-box RAG Controlling

2025-08-12 · Shixuan Sun, Siyuan Liang, Ruoyu Chen, Jianjie Huang 외 arxiv

Retrieval-Augmented Generation (RAG) and its Multimodal Retrieval-Augmented Generation (MRAG) significantly improve the knowledge coverage and contextual understanding of Large Language Models (LLMs) by introducing exter…

Image Retrieval

One Framework for All: Cross-Modal Membership Inference for Generative Models

2026-07-05 · Dayong Ye, Tainqing Zhu, Kun Gao, Junhao Liu 외 arxiv

Large generative models across text-to-text, text-to-image, and image-to-text modalities have been shown to pose significant privacy risks. One fundamental threat is membership inference attacks (MIA), which aim to deter…