English

Membership Inference Attacks Cannot Prove that a Model Was Trained On Your Data

Machine Learning 2025-03-10 v2 Cryptography and Security

Abstract

We consider the problem of a training data proof, where a data creator or owner wants to demonstrate to a third party that some machine learning model was trained on their data. Training data proofs play a key role in recent lawsuits against foundation models trained on web-scale data. Many prior works suggest to instantiate training data proofs using membership inference attacks. We argue that this approach is fundamentally unsound: to provide convincing evidence, the data creator needs to demonstrate that their attack has a low false positive rate, i.e., that the attack's output is unlikely under the null hypothesis that the model was not trained on the target data. Yet, sampling from this null hypothesis is impossible, as we do not know the exact contents of the training set, nor can we (efficiently) retrain a large foundation model. We conclude by offering two paths forward, by showing that data extraction attacks and membership inference on special canary data can be used to create sound training data proofs.

Keywords

Cite

@article{arxiv.2409.19798,
  title  = {Membership Inference Attacks Cannot Prove that a Model Was Trained On Your Data},
  author = {Jie Zhang and Debeshee Das and Gautam Kamath and Florian Tramèr},
  journal= {arXiv preprint arXiv:2409.19798},
  year   = {2025}
}

Comments

position paper at IEEE SaTML 2025

R2 v1 2026-06-28T19:01:23.835Z