paper-with-me

홈 › Papers

Privacy-Preserving Low-Rank Adaptation against Membership Inference Attacks for Latent Diffusion Models

2024-02-19 · Zihao Luo, Xilie Xu, Feng Liu, Yun Sing Koh, Di Wang, Jingfeng Zhang

Low-rank adaptation (LoRA) is an efficient strategy for adapting latent diffusion models (LDMs) on a private dataset to generate specific images by minimizing the adaptation loss. However, the LoRA-adapted LDMs are vulnerable to membership inference (MI) attacks that can judge whether a particular data point belongs to the private dataset, thus leading to the privacy leakage. To defend against MI attacks, we first propose a straightforward solution: Membership-Privacy-preserving LoRA (MP-LoRA). MP-LoRA is formulated as a min-max optimization problem where a proxy attack model is trained by maximizing its MI gain while the LDM is adapted by minimizing the sum of the adaptation loss and the MI gain of the proxy attack model. However, we empirically find that MP-LoRA has the issue of unstable optimization, and theoretically analyze that the potential reason is the unconstrained local smoothness, which impedes the privacy-preserving adaptation. To mitigate this issue, we further propose a Stable Membership-Privacy-preserving LoRA (SMP-LoRA) that adapts the LDM by minimizing the ratio of the adaptation loss to the MI gain. Besides, we theoretically prove that the local smoothness of SMP-LoRA can be constrained by the gradient norm, leading to improved convergence. Our experimental results corroborate that SMP-LoRA can indeed defend against MI attacks and generate high-quality images. Our Code is available at \url{https://github.com/WilliamLUO0/StablePrivateLoRA}.

📄 PDF Abstract BibTeX arXiv:2402.11989

Code (1)

williamluo0/stableprivatelora 공식 구현 pytorch

Tasks

Privacy Preserving

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Privacy-preserving Generative Framework Against Membership Inference Attacks

2022-02-11 · Ruikang Yang, Jianfeng Ma, Yinbin Miao, Xindi Ma

Artificial intelligence and machine learning have been integrated into all aspects of our lives and the privacy of personal data has attracted more and more attention. Since the generation of the model needs to extract t…

Privacy Preserving

Last One Standing: A Comparative Analysis of Security and Privacy of Soft Prompt Tuning, LoRA, and In-Context Learning

2023-10-17 · Rui Wen, Tianhao Wang, Michael Backes, Yang Zhang 외

Large Language Models (LLMs) are powerful tools for natural language processing, enabling novel applications and user experiences. However, to achieve optimal performance, LLMs often require adaptation with private data,…

In-Context Learning

A Privacy-Preserving Unsupervised Domain Adaptation Framework for Clinical Text Analysis

2022-01-18 · Qiyuan An, Ruijiang Li, Lin Gu, Hao Zhang 외

Unsupervised domain adaptation (UDA) generally aligns the unlabeled target domain data to the distribution of the source domain to mitigate the distribution shift problem. The standard UDA requires sharing the source dat…

Domain AdaptationInference AttackMembership Inference AttackPrivacy Preserving+3

Mitigating Membership Inference Attacks by Self-Distillation Through a Novel Ensemble Architecture

2021-10-15 · Xinyu Tang, Saeed Mahloujifar, Liwei Song, Virat Shejwalkar 외

Membership inference attacks are a key measure to evaluate privacy leakage in machine learning (ML) models. These attacks aim to distinguish training members from non-members by exploiting differential behavior of the mo…

Privacy Preserving

Evaluating Differential Privacy Against Membership Inference in Federated Learning: Insights from the NIST Genomics Red Team Challenge

2026-04-14 · Gustavo de Carvalho Bertoli arxiv

While Federated Learning (FL) mitigates direct data exposure, the resulting trained models remain susceptible to membership inference attacks (MIAs). This paper presents an empirical evaluation of Differential Privacy (D…

Federated LearningRed Teaming