Membership Inference Attacks on Diffusion Models via Quantile Regression
Shuai Tang, Zhiwei Steven Wu, Sergul Aydore, Michael Kearns, Aaron, Roth

TL;DR
This paper introduces a novel, efficient membership inference attack on diffusion models using quantile regression, revealing privacy vulnerabilities and outperforming prior methods in accuracy and computational cost.
Contribution
The paper proposes a new MI attack leveraging quantile regression on diffusion models, reducing computational costs and improving accuracy over previous shadow model-based attacks.
Findings
The attack outperforms prior state-of-the-art methods.
It requires significantly less computational resources.
It effectively identifies training data membership in diffusion models.
Abstract
Recently, diffusion models have become popular tools for image synthesis because of their high-quality outputs. However, like other large-scale models, they may leak private information about their training data. Here, we demonstrate a privacy vulnerability of diffusion models through a \emph{membership inference (MI) attack}, which aims to identify whether a target example belongs to the training set when given the trained diffusion model. Our proposed MI attack learns quantile regression models that predict (a quantile of) the distribution of reconstruction loss on examples not used in training. This allows us to define a granular hypothesis test for determining the membership of a point in the training set, based on thresholding the reconstruction loss of that point using a custom threshold tailored to the example. We also provide a simple bootstrap technique that takes a majority…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Stochastic Gradient Optimization Techniques · Statistical Methods and Inference
MethodsSparse Evolutionary Training · Diffusion
