拡散ベースの生成モデルは、画像合成に大きな可能性を示していますが、それがもたらす可能性のあるセキュリティとプライバシーのリスクに関する研究は不足しています。このペーパーでは、プライバシーに関する一般的な懸念事項であるメンバーシップ推論攻撃 (MIA) に対する拡散モデルの脆弱性を調査します。我々の結果は、GAN や VAE 用に設計された既存の MIA は、適用できないシナリオ (例、GAN の識別子を必要とする) または不適切な仮定 (例、合成サンプルとメンバーサンプル間の距離が近い) のいずれかにより、拡散モデルに対してほとんど効果がないことを示しています。このギャップに対処するために、各タイムステップでの前方プロセス事後推定のマッチングを評価することによってメンバーシップを推論するクエリベースの MIA である、ステップワイズ エラー比較メンバーシップ推論 (SecMI) を提案します。 SecMI は、メンバー サンプルが通常、ホールドアウト サンプルと比較して推定誤差が小さい MIA における一般的な過剰適合の仮定に従います。 DDPM などの標準拡散モデルと、潜在拡散モデルや安定拡散などのテキストから画像への拡散モデルの両方を考慮します。実験結果は、私たちの方法が複数の異なるデータセットにわたる 2 つのシナリオの両方で高い信頼性でメンバーシップを正確に推測することを示しています。コードは https://github.com/jinhaoduan/SecMI で入手できます。
Diffusion-based generative models have shown great potential for image synthesis, but there is a lack of research on the security and privacy risks they may pose. In this paper, we investigate the vulnerability of diffusion models to Membership Inference Attacks (MIAs), a common privacy concern. Our results indicate that existing MIAs designed for GANs or VAE are largely ineffective on diffusion models, either due to inapplicable scenarios (e.g., requiring the discriminator of GANs) or inappropriate assumptions (e.g., closer distances between synthetic samples and member samples). To address this gap, we propose Step-wise Error Comparing Membership Inference (SecMI), a query-based MIA that infers memberships by assessing the matching of forward process posterior estimation at each timestep. SecMI follows the common overfitting assumption in MIA where member samples normally have smaller estimation errors, compared with hold-out samples. We consider both the standard diffusion models, e.g., DDPM, and the text-to-image diffusion models, e.g., Latent Diffusion Models and Stable Diffusion. Experimental results demonstrate that our methods precisely infer the membership with high confidence on both of the two scenarios across multiple different datasets. Code is available at https://github.com/jinhaoduan/SecMI.