Are Attribute Inference Attacks Just Imputation?
Bargav Jayaraman, David Evans

TL;DR
This paper investigates attribute inference attacks on models, comparing their effectiveness to data imputation, and finds that white-box attacks can reveal sensitive information that cannot be inferred without model access, with existing defenses being ineffective.
Contribution
The paper introduces and evaluates white-box attribute inference attacks and compares them to data imputation, revealing limitations of current privacy defenses.
Findings
White-box attacks can reliably identify records with sensitive attributes.
Previous attribute inference methods do not outperform simple data imputation.
Differential privacy and record removal do not effectively prevent these attacks.
Abstract
Models can expose sensitive information about their training data. In an attribute inference attack, an adversary has partial knowledge of some training records and access to a model trained on those records, and infers the unknown values of a sensitive feature of those records. We study a fine-grained variant of attribute inference we call \emph{sensitive value inference}, where the adversary's goal is to identify with high confidence some records from a candidate set where the unknown attribute has a particular sensitive value. We explicitly compare attribute inference with data imputation that captures the training distribution statistics, under various assumptions about the training data available to the adversary. Our main conclusions are: (1) previous attribute inference methods do not reveal more about the training data from the model than can be inferred by an adversary without…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Privacy-Preserving Technologies in Data · Explainable Artificial Intelligence (XAI)
