paper-with-me

홈 › Papers

Free Record-Level Privacy Risk Evaluation Through Artifact-Based Methods

2024-11-08 · Joseph Pollock, Igor Shilov, Euodia Dodd, Yves-Alexandre de Montjoye

Membership inference attacks (MIAs) are widely used to empirically assess privacy risks in machine learning models, both providing model-level vulnerability metrics and identifying the most vulnerable training samples. State-of-the-art methods, however, require training hundreds of shadow models with the same architecture as the target model. This makes the computational cost of assessing the privacy of models prohibitive for many practical applications, particularly when used iteratively as part of the model development process and for large models. We propose a novel approach for identifying the training samples most vulnerable to membership inference attacks by analyzing artifacts naturally available during the training process. Our method, Loss Trace Interquartile Range (LT-IQR), analyzes per-sample loss trajectories collected during model training to identify high-risk samples without requiring any additional model training. Through experiments on standard benchmarks, we demonstrate that LT-IQR achieves 92% precision@k=1% in identifying the samples most vulnerable to state-of-the-art MIAs. This result holds across datasets and model architectures with LT-IQR outperforming both traditional vulnerability metrics, such as loss, and lightweight MIAs using few shadow models. We also show LT-IQR to accurately identify points vulnerable to multiple MIA methods and perform ablation studies. We believe LT-IQR enables model developers to identify vulnerable training samples, for free, as part of the model development process. Our results emphasize the potential of artifact-based methods to efficiently evaluate privacy risks.

📄 PDF Abstract BibTeX arXiv:2411.05743

Code (1)

computationalprivacy/loss_traces 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Generating Synthetic Free-text Medical Records with Low Re-identification Risk using Masked Language Modeling

2024-09-15 · Samuel Belkadi, Libo Ren, Nicolo Micheletti, Lifeng Han 외

The vast amount of available medical records has the potential to improve healthcare and biomedical research. However, privacy restrictions make these data accessible for internal use only. Recent works have addressed th…

Causal Language ModelingDe-identificationDiversityLanguage Modeling+4

Subgroup Membership Inference Audits of Differentially Private Synthetic Text

2026-09-09 · Yidan Sun, Viktor Schlegel, Srinivasan Nandakumar, Siew Kei Lam 외 arxiv

Synthetic data releases are increasingly proposed in the literature as a means of sharing realistic data replicas in lieu of sensitive private datasets. Even when the worst-case privacy leakage of such releases is bounde…

Risk-Equalized Differentially Private Synthetic Data: Protecting Outliers by Controlling Record-Level Influence

2026-02-10 · Amir Asiaee, Chao Yan, Zachary B. Abrams, Bradley A. Malin arxiv

When synthetic data is released, some individuals are harder to protect than others. A patient with a rare disease combination or a transaction with unusual characteristics stands out from the crowd. Differential privacy…

Holdout-Based Fidelity and Privacy Assessment of Mixed-Type Synthetic Data

2021-04-01 · Michael Platzer, Thomas Reutterer

AI-based data synthesis has seen rapid progress over the last several years, and is increasingly recognized for its promise to enable privacy-respecting high-fidelity data sharing. However, adequately evaluating the qual…

Vocal Bursts Type Prediction

Achilles' Heels: Vulnerable Record Identification in Synthetic Data Publishing

2023-06-17 · Matthieu Meeus, Florent Guépin, Ana-Maria Cretu, Yves-Alexandre de Montjoye

Synthetic data is seen as the most promising solution to share individual-level data while preserving privacy. Shadow modeling-based Membership Inference Attacks (MIAs) have become the standard approach to evaluate the p…