Membership Inference Attack with Partial Features
Xurun Wang, Guangrui Liu, Xinjie Li, Haoyu He, Lin Yao, Zhongyun Hua, Weizhe Zhang

TL;DR
This paper introduces PFMI, a novel membership inference attack that operates with partial features, using a two-stage framework MRAD to reconstruct missing data and detect membership, effective across datasets.
Contribution
It presents the first attack framework for membership inference with partial features, combining memory-guided reconstruction and anomaly detection in both white-box and black-box settings.
Findings
MRAD achieves over 0.75 AUC on STL-10 with 60% missing features
Effective in both white-box and black-box scenarios
Compatible with existing anomaly detection techniques
Abstract
Machine learning models are vulnerable to membership inference attack, which can be used to determine whether a given sample appears in the training data. Most existing methods assume the attacker has full access to the features of the target sample. This assumption, however, does not hold in many real-world scenarios where only partial features are available, thereby limiting the applicability of these methods. In this work, we introduce Partial Feature Membership Inference (PFMI), a scenario where the adversary observes only partial features of each sample and aims to infer whether this observed subset was present in the training set. To address this problem, we propose MRAD (Memory-guided Reconstruction and Anomaly Detection), a two-stage attack framework that works in both white-box and black-box settings. In the first stage, MRAD leverages the latent memory of the target model to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning
