paper-with-me

Papers

Do Parameters Reveal More than Loss for Membership Inference?

2024-06-17 · Anshuman Suri, Xiao Zhang, David Evans

Membership inference attacks are used as a key tool for disclosure auditing. They aim to infer whether an individual record was used to train a model. While such evaluations are useful to demonstrate risk, they are computationally expensive and often make strong assumptions about potential adversaries' access to models and training environments, and thus do not provide tight bounds on leakage from potential attacks. We show how prior claims around black-box access being sufficient for optimal membership inference do not hold for stochastic gradient descent, and that optimal membership inference indeed requires white-box access. Our theoretical results lead to a new white-box inference attack, IHA (Inverse Hessian Attack), that explicitly uses model parameters by taking advantage of computing inverse-Hessian vector products. Our results show that both auditors and adversaries may be able to benefit from access to model parameters, and we advocate for further research into white-box methods for membership inference.

📄 PDF Abstract BibTeX arXiv:2406.11544

Code (2)

iamgroot42/auditingmi 공식 구현 pytorch
iamgroot42/iha_hild 공식 구현 pytorch

Tasks

Inference AttackMembership Inference Attack

Similar Papers 제목 키워드 기반

Window-based Membership Inference Attacks Against Fine-tuned Large Language Models

2026-01-06 · Yuetian Chen, Yuntao Du, Kaiyuan Zhang, Ashish Kundu 외 arxiv

Most membership inference attacks (MIAs) against Large Language Models (LLMs) rely on global signals, like average loss, to identify training data. This approach, however, dilutes the subtle, localized signals of memoriz…

Neural Breadcrumbs: Membership Inference Attacks on LLMs Through Hidden State and Attention Pattern Analysis

2025-09-05 · Disha Makhija, Manoj Ghuhan Arivazhagan, Vinayshekhar Bannihatti Kumar, Rashmi Gangadharaiah arxiv

Membership inference attacks (MIAs) reveal whether specific data was used to train machine learning models, serving as important tools for privacy auditing and compliance assessment. Recent studies have reported that MIA…

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 g…

White-box vs Black-box: Bayes Optimal Strategies for Membership Inference

2019-08-29 · Alexandre Sablayrolles, Matthijs Douze, Yann Ollivier, Cordelia Schmid 외

Membership inference determines, given a sample and trained parameters of a machine learning model, whether the sample was part of the training set. In this paper, we derive the optimal strategy for membership inference …

Quantifying Training Membership Information in the Hyperspherical Embedding Geometry of Face Recognition Models

2026-07-16 · Ünsal Öztürk, Sébastien Marcel arxiv

Face recognition models represent each face as an embedding vector on the unit hypersphere by clustering embeddings of the same identity while pushing different identities apart through angular-margin losses. Because the…

Face Recognition