paper-with-me

Papers

Range Membership Inference Attacks

2024-08-09 · Jiashu Tao, Reza Shokri

Machine learning models can leak private information about their training data, but the standard methods to measure this risk, based on membership inference attacks (MIAs), have a major limitation. They only check if a given data point \textit{exactly} matches a training point, neglecting the potential of similar or partially overlapping data revealing the same private information. To address this issue, we introduce the class of range membership inference attacks (RaMIAs), testing if the model was trained on any data in a specified range (defined based on the semantics of privacy). We formulate the RaMIAs game and design a principled statistical test for its complex hypotheses. We show that RaMIAs can capture privacy loss more accurately and comprehensively than MIAs on various types of data, such as tabular, image, and language. RaMIA paves the way for a more comprehensive and meaningful privacy auditing of machine learning algorithms.

📄 PDF Abstract BibTeX arXiv:2408.05131

Code (1)

privacytrustlab/ml_privacy_meter 공식 구현 tf

Similar Papers 제목 키워드 기반

Accuracy-Privacy Trade-off in Deep Ensemble: A Membership Inference Perspective

2021-05-12 · Shahbaz Rezaei, Zubair Shafiq, Xin Liu

Deep ensemble learning has been shown to improve accuracy by training multiple neural networks and averaging their outputs. Ensemble learning has also been suggested to defend against membership inference attacks that un…

Ensemble LearningInference AttackMembership Inference Attack

Sampling Attacks: Amplification of Membership Inference Attacks by Repeated Queries

2020-09-01 · Shadi Rahimian, Tribhuvanesh Orekondy, Mario Fritz

Machine learning models have been shown to leak information violating the privacy of their training set. We focus on membership inference attacks on machine learning models which aim to determine whether a data point was…

BIG-bench Machine LearningInference AttackMembership Inference Attack

Segmentations-Leak: Membership Inference Attacks and Defenses in Semantic Image Segmentation

2019-12-20 · ECCV 2020 8 · Yang He, Shadi Rahimian, Bernt Schiele, Mario Fritz

Today's success of state of the art methods for semantic segmentation is driven by large datasets. Data is considered an important asset that needs to be protected, as the collection and annotation of such datasets comes…

BIG-bench Machine LearningImage SegmentationSegmentationSemantic Segmentation

Chameleon: Increasing Label-Only Membership Leakage with Adaptive Poisoning

2023-10-05 · Harsh Chaudhari, Giorgio Severi, Alina Oprea, Jonathan Ullman

The integration of machine learning (ML) in numerous critical applications introduces a range of privacy concerns for individuals who provide their datasets for model training. One such privacy risk is Membership Inferen…

Data Poisoning

Label-Only Membership Inference Attacks

2020-07-28 · Christopher A. Choquette-Choo, Florian Tramer, Nicholas Carlini, Nicolas Papernot

Membership inference attacks are one of the simplest forms of privacy leakage for machine learning models: given a data point and model, determine whether the point was used to train the model. Existing membership infere…

L2 Regularization