Inference Attack

85 papers with code • 0 benchmarks • 2 datasets

This task has no description! Would you like to contribute one?

Libraries

Use these libraries to find Inference Attack models and implementations

Most implemented papers

Membership Inference Attacks against Machine Learning Models

csong27/membership-inference 18 Oct 2016

We quantitatively investigate how machine learning models leak information about the individual data records on which they were trained.

ML-Leaks: Model and Data Independent Membership Inference Attacks and Defenses on Machine Learning Models

AhmedSalem2/ML-Leaks 4 Jun 2018

In addition, we propose the first effective defense mechanisms against such broader class of membership inference attacks that maintain a high level of utility of the ML model.

Synthesis of Realistic ECG using Generative Adversarial Networks

Brophy-E/ECG_GAN_MBD 19 Sep 2019

Finally, we discuss the privacy concerns associated with sharing synthetic data produced by GANs and test their ability to withstand a simple membership inference attack.

MemGuard: Defending against Black-Box Membership Inference Attacks via Adversarial Examples

jinyuan-jia/memguard 23 Sep 2019

Specifically, given a black-box access to the target classifier, the attacker trains a binary classifier, which takes a data sample's confidence score vector predicted by the target classifier as an input and predicts the data sample to be a member or non-member of the target classifier's training dataset.

Disparate Vulnerability to Membership Inference Attacks

spring-epfl/disparate-vulnerability 2 Jun 2019

Differential privacy bounds disparate vulnerability but can significantly reduce the accuracy of the model.

Quantifying identifiability to choose and audit $ε$ in differentially private deep learning

SAP-samples/security-research-identifiability-in-dpdl 4 Mar 2021

We transform $(\epsilon,\delta)$ to a bound on the Bayesian posterior belief of the adversary assumed by differential privacy concerning the presence of any record in the training dataset.

Membership Inference Attacks on Machine Learning: A Survey

HongshengHu/membership-inference-machine-learning-literature 14 Mar 2021

In recent years, MIAs have been shown to be effective on various ML models, e. g., classification models and generative models.

See through Gradients: Image Batch Recovery via GradInversion

Koukyosyumei/AIJack CVPR 2021

In this work, we introduce GradInversion, using which input images from a larger batch (8 - 48 images) can also be recovered for large networks such as ResNets (50 layers), on complex datasets such as ImageNet (1000 classes, 224x224 px).

Formalizing and Estimating Distribution Inference Risks

iamgroot42/formestdistrisks 13 Sep 2021

Distribution inference attacks can pose serious risks when models are trained on private data, but are difficult to distinguish from the intrinsic purpose of statistical machine learning -- namely, to produce models that capture statistical properties about a distribution.

Membership Inference Attacks From First Principles

privacytrustlab/ml_privacy_meter 7 Dec 2021

A membership inference attack allows an adversary to query a trained machine learning model to predict whether or not a particular example was contained in the model's training dataset.