paper-with-me

Papers

The Tail Tells All: Estimating Model-Level Membership Inference Vulnerability Without Reference Models

2025-10-22 · Euodia Dodd, Nataša Krčo, Igor Shilov, Yves-Alexandre de Montjoye arxiv

Membership inference attacks (MIAs) have emerged as the standard tool for evaluating the privacy risks of AI models. However, state-of-the-art attacks require training numerous, often computationally expensive, reference models, limiting their practicality. We present a novel approach for estimating model-level vulnerability, the TPR at low FPR, to membership inference attacks without requiring reference models. Empirical analysis shows loss distributions to be asymmetric and heavy-tailed and suggests that most points at risk from MIAs have moved from the tail (high-loss region) to the head (low-loss region) of the distribution after training. We leverage this insight to propose a method to estimate model-level vulnerability from the training and testing distribution alone: using the absence of outliers from the high-loss region as a predictor of the risk. We evaluate our method, the TNR of a simple loss attack, across a wide range of architectures and datasets and show it to accurately estimate model-level vulnerability to the SOTA MIA attack (LiRA). We also show our method to outperform both low-cost (few reference models) attacks such as RMIA and other measures of distribution difference. We finally evaluate the use of non-linear functions to evaluate risk and show the approach to be promising to evaluate the risk in large-language models.

📄 PDF Abstract BibTeX arXiv:2510.19773

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Did the Neurons Read your Book? Document-level Membership Inference for Large Language Models

2023-10-23 · Matthieu Meeus, Shubham Jain, Marek Rei, Yves-Alexandre de Montjoye

With large language models (LLMs) poised to become embedded in our daily lives, questions are starting to be raised about the data they learned from. These questions range from potential bias or misinformation LLMs could…

MisinformationSentence

SMI: Statistical Membership Inference for Reliable Unlearned Model Auditing

2026-02-01 · Jialong Sun, Zeming Wei, Jiaxuan Zou, Jiacheng Gong 외 arxiv

Machine unlearning (MU) is essential for enforcing the right to be forgotten in machine learning systems. A key challenge of MU is how to reliably audit whether a model has truly forgotten specified training data. Member…

SHAPr: An Efficient and Versatile Membership Privacy Risk Metric for Machine Learning

2021-12-04 · Vasisht Duddu, Sebastian Szyller, N. Asokan

Data used to train machine learning (ML) models can be sensitive. Membership inference attacks (MIAs), attempting to determine whether a particular data record was used to train an ML model, risk violating membership pri…

BIG-bench Machine LearningData ValuationFairnessMemorization

Amortized Bayesian Mixture Models

2025-01-17 · Šimon Kucharský, Paul Christian Bürkner

Finite mixtures are a broad class of models useful in scenarios where observed data is generated by multiple distinct processes but without explicit information about the responsible process for each data point. Estimati…

Bayesian Inference

Membership Inference Attacks Against Vision-Language Models

2025-01-27 · Yuke Hu, Zheng Li, Zhihao Liu, Yang Zhang 외

Vision-Language Models (VLMs), built on pre-trained vision encoders and large language models (LLMs), have shown exceptional multi-modal understanding and dialog capabilities, positioning them as catalysts for the next t…

Inference AttackMembership Inference Attack