Papers › Leave-one-out Distinguishability in Machine Learning

Leave-one-out Distinguishability in Machine Learning

29 Sep 2023arXiv:2309.17310archive 2025-07-28

Jiayuan Ye, Anastasia Borovykh, Soufiane Hayou, Reza Shokri

We introduce an analytical framework to quantify the changes in a machine learning algorithm's output distribution following the inclusion of a few data points in its training set, a notion we define as leave-one-out distinguishability (LOOD). This is key to measuring data **memorization** and information **leakage** as well as the **influence** of training data points in machine learning. We illustrate how our method broadens and refines existing empirical measures of memorization and privacy risks associated with training data. We use Gaussian processes to model the randomness of machine learning algorithms, and validate LOOD with extensive empirical analysis of leakage using membership inference attacks. Our analytical framework enables us to investigate the causes of leakage and where the leakage is high. For example, we analyze the influence of activation functions, on data memorization. Additionally, our method allows us to identify queries that disclose the most information about the training data in the leave-one-out setting. We illustrate how optimal queries can be used for accurate **reconstruction** of training data.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2309.17310")

Code

Syntology Ran 11 of 16 code samples harvested from 2 repositories linked to this paper; 5 have no recorded run. Of those that ran: 2 ran · honoured contract; 3 ran · violated contract; 3 ran · our draft was wrong; 1 ran · fixture could not drive it; 2 ran with no contract checked.

By repository: official repository: 3 samples from 1 repository, 3 ran; community (archive-listed): 13 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

privacytrustlab/lood_in_ml officialmentioned in papermentioned on GitHubjax report
marcuslassila/mia-audit-gnn mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 11 ran; 2 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
3ran · violated contract
3ran · our draft was wrong
1ran · fixture could not drive it
2ran
5unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

cross_entropy privacytrustlab/lood_in_ml/exact_nngp/compute_LOOD.py official repository ran · violated contract fingerprinted Apache-2.0 (permissive) · ddc730f825d30aeb · report
mse_loss_acc_fn privacytrustlab/lood_in_ml/exact_nngp/compute_LOOD.py official repository ran · our draft was wrong Apache-2.0 (permissive) · be09318c6244ea19 · report
to_cuda privacytrustlab/lood_in_ml/FC_MIA/compute_auc_and_diff.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · 6986149c1865e125 · report
TrainConfig marcuslassila/mia-audit-gnn/src/lood.py community (archive-listed) ran MIT (permissive) · 8682d43ff7f3052a · report
gaussian_kl_divergence marcuslassila/mia-audit-gnn/src/lood.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · af3b24c0d1df242e · report
k_hop_query marcuslassila/mia-audit-gnn/src/lood.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 860cf41704a441fd · report
masked_subgraph marcuslassila/mia-audit-gnn/src/lood.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 9a6e2d5cad2883cd · report
multi_gaussian_kl_divergence marcuslassila/mia-audit-gnn/src/lood.py community (archive-listed) ran · violated contract fingerprinted MIT (permissive) · 6bbaf642c5710a82 · report
train_gnn marcuslassila/mia-audit-gnn/src/lood.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 312d10ceb8442d70 · report
train_split_interconnection_mask marcuslassila/mia-audit-gnn/src/lood.py community (archive-listed) ran · violated contract MIT (permissive) · 6e86451052b11f1a · report
valid_step_gnn marcuslassila/mia-audit-gnn/src/lood.py community (archive-listed) ran MIT (permissive) · e7b5e1f562be899b · report
LOOD marcuslassila/mia-audit-gnn/src/lood.py community (archive-listed) unverified MIT (permissive) · ced15d198fbc913f · report
fresh_model marcuslassila/mia-audit-gnn/src/lood.py community (archive-listed) unverified MIT (permissive) · 01fc4c2299894c2d · report
plot_histogram_and_fitted_gaussian marcuslassila/mia-audit-gnn/src/lood.py community (archive-listed) unverified MIT (permissive) · 46491b355211dca6 · report
savefig_or_show marcuslassila/mia-audit-gnn/src/lood.py community (archive-listed) unverified MIT (permissive) · d87f450c3b155b93 · report
train_step_gnn marcuslassila/mia-audit-gnn/src/lood.py community (archive-listed) unverified MIT (permissive) · 27ead46c9420e337 · report

Tasks

Gaussian ProcessesMemorization

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections