paper-with-me

Papers

Membership inference attack with relative decision boundary distance

2023-06-07 · Jiacheng Xu, Chengxiang Tan

Membership inference attack is one of the most popular privacy attacks in machine learning, which aims to predict whether a given sample was contained in the target model's training set. Label-only membership inference attack is a variant that exploits sample robustness and attracts more attention since it assumes a practical scenario in which the adversary only has access to the predicted labels of the input samples. However, since the decision boundary distance, which measures robustness, is strongly affected by the random initial image, the adversary may get opposite results even for the same input samples. In this paper, we propose a new attack method, called muti-class adaptive membership inference attack in the label-only setting. All decision boundary distances for all target classes have been traversed in the early attack iterations, and the subsequent attack iterations continue with the shortest decision boundary distance to obtain a stable and optimal decision boundary distance. Instead of using a single boundary distance, the relative boundary distance between samples and neighboring points has also been employed as a new membership score to distinguish between member samples inside the training set and nonmember samples outside the training set. Experiments show that previous label-only membership inference attacks using the untargeted HopSkipJump algorithm fail to achieve optimal decision bounds in more than half of the samples, whereas our multi-targeted HopSkipJump algorithm succeeds in almost all samples. In addition, extensive experiments show that our multi-class adaptive MIA outperforms current label-only membership inference attacks in the CIFAR10, and CIFAR100 datasets, especially for the true positive rate at low false positive rates metric.

📄 PDF Abstract BibTeX arXiv:2306.04109

Code (0)

등록된 구현이 없습니다.

Tasks

Inference AttackMembership Inference Attack

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

Membership Leakage in Label-Only Exposures

2020-07-30 · Zheng Li, Yang Zhang

Machine learning (ML) has been widely adopted in various privacy-critical applications, e.g., face recognition and medical image analysis. However, recent research has shown that ML models are vulnerable to attacks again…

Face RecognitionInference AttackMedical Image Analysis

On the Difficulty of Membership Inference Attacks

2020-05-27 · CVPR 2021 1 · Shahbaz Rezaei, Xin Liu

Recent studies propose membership inference (MI) attacks on deep models, where the goal is to infer if a sample has been used in the training process. Despite their apparent success, these studies only report accuracy, p…

image-classificationImage ClassificationInference Attack

Active Membership Inference Attack under Local Differential Privacy in Federated Learning

2023-02-24 · Truc Nguyen, Phung Lai, Khang Tran, NhatHai Phan 외

Federated learning (FL) was originally regarded as a framework for collaborative learning among clients with data privacy protection through a coordinating server. In this paper, we propose a new active membership infere…

Federated LearningInference AttackMembership Inference AttackPrivacy Preserving

Boundary-targeted Membership Inference Attacks on Safety Classifiers

2026-05-21 · Anthony Hughes, Alexander Goldberg, Prince Jha, Adam Perer 외 arxiv

Safety classifiers are essential safeguards within generative AI systems, filtering harmful content or identifying at-risk users when interacting with large language models. Despite their necessity, these models are trai…

Membership Inference on Word Embedding and Beyond

2021-06-21 · Saeed Mahloujifar, Huseyin A. Inan, Melissa Chase, Esha Ghosh 외

In the text processing context, most ML models are built on word embeddings. These embeddings are themselves trained on some datasets, potentially containing sensitive data. In some cases this training is done independen…

Inference AttackLanguage ModellingMembership Inference AttackText Generation+1