paper-with-me

Papers

Learning-Based Difficulty Calibration for Enhanced Membership Inference Attacks

2024-01-10 · Haonan Shi, Tu Ouyang, An Wang

Machine learning models, in particular deep neural networks, are currently an integral part of various applications, from healthcare to finance. However, using sensitive data to train these models raises concerns about privacy and security. One method that has emerged to verify if the trained models are privacy-preserving is Membership Inference Attacks (MIA), which allows adversaries to determine whether a specific data point was part of a model's training dataset. While a series of MIAs have been proposed in the literature, only a few can achieve high True Positive Rates (TPR) in the low False Positive Rate (FPR) region (0.01%~1%). This is a crucial factor to consider for an MIA to be practically useful in real-world settings. In this paper, we present a novel approach to MIA that is aimed at significantly improving TPR at low FPRs. Our method, named learning-based difficulty calibration for MIA(LDC-MIA), characterizes data records by their hardness levels using a neural network classifier to determine membership. The experiment results show that LDC-MIA can improve TPR at low FPR by up to 4x compared to the other difficulty calibration based MIAs. It also has the highest Area Under ROC curve (AUC) across all datasets. Our method's cost is comparable with most of the existing MIAs, but is orders of magnitude more efficient than one of the state-of-the-art methods, LiRA, while achieving similar performance.

📄 PDF Abstract BibTeX arXiv:2401.04929

Code (1)

horanshi/ldc-mia 공식 구현 pytorch

Tasks

Privacy Preserving

Similar Papers 제목 키워드 기반

On the Importance of Difficulty Calibration in Membership Inference Attacks

2021-11-15 · ICLR 2022 4 · Lauren Watson, Chuan Guo, Graham Cormode, Alex Sablayrolles

The vulnerability of machine learning models to membership inference attacks has received much attention in recent years. However, existing attacks mostly remain impractical due to having high false positive rates, where…

Membership Attacks on Conditional Generative Models Using Image Difficulty

2021-01-01 · Avital Shafran, Shmuel Peleg, Yedid Hoshen

Membership inference attacks (MIA) try to detect if data samples were used to train a Neural Network model. As training data is very valuable in machine learning, MIA can be used to detect the use of unauthorized data. U…

Conditional Image GenerationImage GenerationTranslation

Membership Inference Attacks on Knowledge Graphs

2021-04-16 · Yu Wang, Lifu Huang, Philip S. Yu, Lichao Sun

Membership inference attacks (MIAs) infer whether a specific data record is used for target model training. MIAs have provoked many discussions in the information security community since they give rise to severe data pr…

Graph EmbeddingInference AttackKnowledge Graph CompletionKnowledge Graph Embedding+4

Membership Inference Attacks on DNNs using Adversarial Perturbations

2023-07-11 · Hassan Ali, Adnan Qayyum, Ala Al-Fuqaha, Junaid Qadir

Several membership inference (MI) attacks have been proposed to audit a target DNN. Given a set of subjects, MI attacks tell which subjects the target DNN has seen during training. This work focuses on the post-training …

Inference AttackMembership Inference Attack

Automatic Calibration for Membership Inference Attack on Large Language Models

2025-05-06 · Saleh Zare Zade, Yao Qiang, Xiangyu Zhou, Hui Zhu 외

Membership Inference Attacks (MIAs) have recently been employed to determine whether a specific text was part of the pre-training data of Large Language Models (LLMs). However, existing methods often misinfer non-members…

Inference AttackMembership Inference Attack