Noise as a Probe: Membership Inference Attacks on Diffusion Models Leveraging Initial Noise
Puwei Lian, Yujun Cai, Songze Li, Bingkun Bao
TL;DR
The paper identifies a privacy vulnerability in diffusion-model fine-tuning where residual semantic information persists in the initial noise despite standard noise schedules. It introduces an end-to-end membership inference attack that injects image semantics into the initial noise via DDIM inversion with a pre-trained model, requiring no access to the target model's internals or shadow models. The approach achieves high discriminatory power across multiple datasets (e.g., $AUC$ around 90% and $TPR_{1\%}$ above 20%), outperforming several end-to-end baselines and remaining competitive with intermediate attacks under defenses. This work highlights a practical privacy risk in diffusion-model deployments and motivates the development of defenses that mitigate semantic-information leakage in initial noise.
Abstract
Diffusion models have achieved remarkable progress in image generation, but their increasing deployment raises serious concerns about privacy. In particular, fine-tuned models are highly vulnerable, as they are often fine-tuned on small and private datasets. Membership inference attacks (MIAs) are used to assess privacy risks by determining whether a specific sample was part of a model's training data. Existing MIAs against diffusion models either assume obtaining the intermediate results or require auxiliary datasets for training the shadow model. In this work, we utilized a critical yet overlooked vulnerability: the widely used noise schedules fail to fully eliminate semantic information in the images, resulting in residual semantic signals even at the maximum noise step. We empirically demonstrate that the fine-tuned diffusion model captures hidden correlations between the residual semantics in initial noise and the original images. Building on this insight, we propose a simple yet effective membership inference attack, which injects semantic information into the initial noise and infers membership by analyzing the model's generation result. Extensive experiments demonstrate that the semantic initial noise can strongly reveal membership information, highlighting the vulnerability of diffusion models to MIAs.
