paper-with-me

Papers

Boundary-targeted Membership Inference Attacks on Safety Classifiers

2026-05-21 · Anthony Hughes, Alexander Goldberg, Prince Jha, Adam Perer, Nikolaos Aletras, Niloofar Mireshghallah 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 trained on sensitive datasets including discussions of self-harm and mental health, raising important, yet poorly understood, privacy concerns. Membership inference attacks (MIAs) allow adversaries to infer membership of examples used to train models. In this work, we hypothesize that identifying the examples on which the classifier is least confident are informative for an adversary to infer membership. This reflects a localized failure of generalization, where the model relies on memorization to resolve ambiguity in the training set. To investigate this, we introduce a new boundary-targeted selection strategy that identifies low confidence examples that amplify the signal of an examples membership within a training set. Our experimental results show that an adversary can recover 19% of the conversations a safety classifier flagged as indicating user distress, at a 5% false-positive rate, on a classifier fine-tuned for detecting a user who may require emotional support. This is $3.5$ times more than attacking using state-of-the-art MIA methods alone. Finally, we characterize the boundary laying examples and show that content-based filtering is ineffective for protection, and existing noise strategies can effectively mitigate susceptibility of these examples.

📄 PDF Abstract BibTeX arXiv:2605.22373

Code (0)

등록된 구현이 없습니다.

Similar 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 a…

Inference AttackMembership Inference Attack

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

Membership Inference Attacks on Lottery Ticket Networks

2021-08-07 · ICML Workshop AML 2021 7 · Aadesh Bagmar, Shishira R Maiya, Shruti Bidwalka, Amol Deshpande

The vulnerability of the Lottery Ticket Hypothesis has not been studied from the purview of Membership Inference Attacks. Through this work, we are the first to empirically show that the lottery ticket networks are equal…

image-classificationImage ClassificationInference AttackMembership Inference Attack

Truth Serum: Poisoning Machine Learning Models to Reveal Their Secrets

2022-03-31 · Florian Tramèr, Reza Shokri, Ayrton San Joaquin, Hoang Le 외

We introduce a new class of attacks on machine learning models. We show that an adversary who can poison a training dataset can cause models trained on this dataset to leak significant private details of training points …

AttributeBIG-bench Machine Learning

Revisiting Membership Inference Under Realistic Assumptions

2020-05-21 · Bargav Jayaraman, Lingxiao Wang, Katherine Knipmeyer, Quanquan Gu 외

We study membership inference in settings where some of the assumptions typically used in previous research are relaxed. First, we consider skewed priors, to cover cases such as when only a small fraction of the candidat…

Inference Attack