paper-with-me

홈 › Papers

Exponential-Family Membership Inference: From LiRA and RMIA to BaVarIA

2026-03-12 · Rickard Brännvall arxiv

Membership inference attacks (MIAs) are becoming standard tools for auditing the privacy of machine learning models. The leading attacks -- LiRA (Carlini et al., 2022) and RMIA (Zarifzadeh et al., 2024) -- appear to use distinct scoring strategies, while the recently proposed BASE (Lassila et al., 2025) was shown to be equivalent to RMIA, making it difficult for practitioners to choose among them. We show that all three are instances of a single exponential-family log-likelihood ratio framework, differing only in their distributional assumptions and the number of parameters estimated per data point. This unification reveals a hierarchy (BASE1-4) that connects RMIA and LiRA as endpoints of a spectrum of increasing model complexity, and yields a practical rule -- match the attack's complexity to the available shadow-model budget. Within this framework, we identify variance estimation as a primary bottleneck at small shadow-model budgets and propose BaVarIA, a Bayesian variance inference attack that replaces threshold-based parameter switching with conjugate normal-inverse-gamma priors. BaVarIA yields a Student-t predictive (BaVarIA-t) or a Gaussian with stabilized variance (BaVarIA-n), providing stable performance without per-dataset hyperparameter tuning. Across 12 testbeds and 7 shadow-model budgets, BaVarIA is a drop-in replacement for LiRA that matches or, on average, improves upon it. The gains are largest in the practically important low-shadow-model and offline regimes: offline, the Bayesian prior replaces LiRA's heuristic and outperforms it on 10 of 12 testbeds.

📄 PDF Abstract BibTeX arXiv:2603.11799

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Practical Bayes-Optimal Membership Inference Attacks

2025-05-30 · Marcus Lassila, Johan Östman, Khac-Hoang Ngo, Alexandre Graell i Amat

We develop practical and theoretically grounded membership inference attacks (MIAs) against both independent and identically distributed (i.i.d.) data and graph-structured data. Building on the Bayesian decision-theoreti…

(Token-Level) InfoRMIA: Stronger Membership Inference and Memorization Assessment for LLMs

2025-10-07 · Jiashu Tao, Reza Shokri arxiv

Machine learning models are known to leak sensitive information, as they inevitably memorize (parts of) their training data. More alarmingly, large language models (LLMs) are now trained on nearly all available data, whi…

Computational Efficiency

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…

Low-Cost High-Power Membership Inference Attacks

2023-12-06 · Sajjad Zarifzadeh, Philippe Liu, Reza Shokri

Membership inference attacks aim to detect if a particular data point was used in training a model. We design a novel statistical test to perform robust membership inference attacks (RMIA) with low computational overhead…

Inference AttackMembership Inference Attack

Revisiting the LiRA Membership Inference Attack Under Realistic Assumptions

2026-03-08 · Najeeb Jebreel, Mona Khalil, David Sánchez, Josep Domingo-Ferrer arxiv

Membership inference attacks (MIAs) have become the standard tool for evaluating privacy leakage in machine learning (ML). Among them, the Likelihood-Ratio Attack (LiRA) is widely regarded as the state of the art when su…

Transfer Learning