paper-with-me

Papers

A Probabilistic Fluctuation based Membership Inference Attack for Diffusion Models

2023-08-23 · Wenjie Fu, Huandong Wang, Liyuan Zhang, Chen Gao, Yong Li, Tao Jiang

Membership Inference Attack (MIA) identifies whether a record exists in a machine learning model's training set by querying the model. MIAs on the classic classification models have been well-studied, and recent works have started to explore how to transplant MIA onto generative models. Our investigation indicates that existing MIAs designed for generative models mainly depend on the overfitting in target models. However, overfitting can be avoided by employing various regularization techniques, whereas existing MIAs demonstrate poor performance in practice. Unlike overfitting, memorization is essential for deep learning models to attain optimal performance, making it a more prevalent phenomenon. Memorization in generative models leads to an increasing trend in the probability distribution of generating records around the member record. Therefore, we propose a Probabilistic Fluctuation Assessing Membership Inference Attack (PFAMI), a black-box MIA that infers memberships by detecting these trends via analyzing the overall probabilistic fluctuations around given records. We conduct extensive experiments across multiple generative models and datasets, which demonstrate PFAMI can improve the attack success rate (ASR) by about 27.9% when compared with the best baseline.

📄 PDF Abstract BibTeX arXiv:2308.12143

Code (1)

wjfu99/mia-gen 공식 구현 pytorch

Tasks

Inference AttackMembership Inference AttackMemorization

Similar Papers 제목 키워드 기반

Towards More Realistic Membership Inference Attacks on Large Diffusion Models

2023-06-22 · Jan Dubiński, Antoni Kowalczuk, Stanisław Pawlak, Przemysław Rokita 외

Generative diffusion models, including Stable Diffusion and Midjourney, can generate visually appealing, diverse, and high-resolution images for various applications. These models are trained on billions of internet-sour…

Inference AttackMembership Inference Attack

FERMI: Exploiting Relations for Membership Inference Against Tabular Diffusion Models

2026-05-12 · Abtin Mahyar, Masoumeh Shafieinejad, Yuhan Liu, Xi He arxiv

Diffusion models are the leading approach for tabular data synthesis and are increasingly used to share sensitive records. Whether they actually protect privacy has become a pressing question. Membership inference attack…

Noise Aggregation Analysis Driven by Small-Noise Injection: Efficient Membership Inference for Diffusion Models

2025-10-18 · Guo Li, Weihong Chen, Yongfu Fan arxiv

Diffusion models have demonstrated powerful performance in generating high-quality images. A typical example is text-to-image generator like Stable Diffusion. However, their widespread use also poses potential privacy ri…

DIME: Query-Efficient Framework for Membership Inference on Diffusion Models

2026-08-24 · Tue Do, Daniel Alabi arxiv

Membership inference attacks expose whether individual records were used to train a model, yet existing attacks on diffusion models are largely heuristic and can require substantial query budgets. We introduce DIME (Deno…

Defending Diffusion Models Against Membership Inference Attacks via Higher-Order Langevin Dynamics

2025-09-17 · Benjamin Sterling, Yousef El-Laham, Mónica F. Bugallo arxiv

Recent advances in generative artificial intelligence applications have raised new data security concerns. This paper focuses on defending diffusion models against membership inference attacks. This type of attack occurs…