A Probabilistic Fluctuation based Membership Inference Attack for Diffusion Models
Wenjie Fu, Huandong Wang, Liyuan Zhang, Chen Gao, Yong Li, Tao Jiang
TL;DR
This work addresses privacy leakage in probabilistic generative models by shifting from overfitting-based MIAs to memorization-driven inference. It introduces PFAMI, a black-box attack built on three components: variational probability assessment to estimate p_theta(x), a dynamic neighbor sampling mechanism to capture local probabilistic fluctuations, and two inference functions (PFAMI_Met and PFAMI_NNs) to detect memorization signals. Across diffusion models and VAEs on Celeba-64 and Tiny-ImageNet, PFAMI achieves substantial gains in ASR and AUC over strong baselines, with particularly strong performance on diffusion models, validating memorization as a practical privacy threat. The paper also provides theoretical framing via probabilistic fluctuation as a directional second derivative and offers empirical guidance on perturbation design and query strategies, highlighting implications for defense and policy in real-world generative systems.
Abstract
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.
