paper-with-me

Papers

Cascading and Proxy Membership Inference Attacks

2025-07-29 · Yuntao Du, Jiacheng Li, Yuetian Chen, Kaiyuan Zhang, Zhizhen Yuan, Hanshen Xiao, Bruno Ribeiro, Ninghui Li arxiv

A Membership Inference Attack (MIA) assesses how much a trained machine learning model reveals about its training data by determining whether specific query instances were included in the dataset. We classify existing MIAs into adaptive or non-adaptive, depending on whether the adversary is allowed to train shadow models on membership queries. In the adaptive setting, where the adversary can train shadow models after accessing query instances, we highlight the importance of exploiting membership dependencies between instances and propose an attack-agnostic framework called Cascading Membership Inference Attack (CMIA), which incorporates membership dependencies via conditional shadow training to boost membership inference performance. In the non-adaptive setting, where the adversary is restricted to training shadow models before obtaining membership queries, we introduce Proxy Membership Inference Attack (PMIA). PMIA employs a proxy selection strategy that identifies samples with similar behaviors to the query instance and uses their behaviors in shadow models to perform a membership posterior odds test for membership inference. We provide theoretical analyses for both attacks, and extensive experimental results demonstrate that CMIA and PMIA substantially outperform existing MIAs in both settings, particularly in the low false-positive regime, which is crucial for evaluating privacy risks.

📄 PDF Abstract BibTeX arXiv:2507.21412

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Privacy-Preserving Low-Rank Adaptation against Membership Inference Attacks for Latent Diffusion Models

2024-02-19 · Zihao Luo, Xilie Xu, Feng Liu, Yun Sing Koh 외

Low-rank adaptation (LoRA) is an efficient strategy for adapting latent diffusion models (LDMs) on a private dataset to generate specific images by minimizing the adaptation loss. However, the LoRA-adapted LDMs are vulne…

Privacy Preserving

Membership Inference Attacks via Adversarial Examples

2022-07-27 · Hamid Jalalzai, Elie Kadoche, Rémi Leluc, Vincent Plassier

The raise of machine learning and deep learning led to significant improvement in several domains. This change is supported by both the dramatic rise in computation power and the collection of large datasets. Such massiv…

Bounding Training Data Reconstruction in DP-SGD

2023-02-14 · NeurIPS 2023 11

Differentially private training offers a protection which is usually interpreted as a guarantee against membership inference attacks. By proxy, this guarantee extends to other threats like reconstruction attacks attempti…

Reconstruction Attack

ReMIA: a Powerful and Efficient Alternative to Membership Inference Attacks against Synthetic Data Generators

2026-05-14 · Davide Scassola, Andrea Coser, Sebastiano Saccani arxiv

Tabular data sharing under privacy constraints is increasingly important for research and collaboration. Synthetic data generators (SDGs) are a promising solution, but synthetic data remains vulnerable to attacks, such a…

Label-Only Membership Inference Attacks

2020-07-28 · Christopher A. Choquette-Choo, Florian Tramer, Nicholas Carlini, Nicolas Papernot

Membership inference attacks are one of the simplest forms of privacy leakage for machine learning models: given a data point and model, determine whether the point was used to train the model. Existing membership infere…

L2 Regularization