Learning-Based Difficulty Calibration for Enhanced Membership Inference Attacks
Haonan Shi, Tu Ouyang, An Wang
TL;DR
This work tackles the privacy risk of training data leakage via Membership Inference Attacks by introducing LDC-MIA, a learning-based difficulty-calibration attack. LDC-MIA jointly leverages the target-model membership score, a calibrated score from a reference model, class labels, and neighborhood information to train a lightweight MIA classifier, achieving up to 4x higher TPR at low FPR and superior AUC across multiple datasets. The approach reduces attacker cost by requiring only one shadow and one reference model, while remaining robust to data augmentation and offering insights from comprehensive ablations (privacy mechanisms, overfitting, data sizes, architectures, optimizers, and feature contributions). These results imply significant practical implications for auditing privacy leakage in ML systems and inform defense strategies against MIAs, highlighting a favorable balance between attack effectiveness and computational efficiency.
Abstract
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.
