Papers › Bayesian Framework for Gradient Leakage

Bayesian Framework for Gradient Leakage

8 Nov 2021ICLR 2022 4arXiv:2111.04706archive 2025-07-28

Mislav Balunović, Dimitar I. Dimitrov, Robin Staab, Martin Vechev

Federated learning is an established method for training machine learning models without sharing training data. However, recent work has shown that it cannot guarantee data privacy as shared gradients can still leak sensitive information. To formalize the problem of gradient leakage, we propose a theoretical framework that enables, for the first time, analysis of the Bayes optimal adversary phrased as an optimization problem. We demonstrate that existing leakage attacks can be seen as approximations of this optimal adversary with different assumptions on the probability distributions of the input data and gradients. Our experiments confirm the effectiveness of the Bayes optimal adversary when it has knowledge of the underlying distribution. Further, our experimental evaluation shows that several existing heuristic defenses are not effective against stronger attacks, especially early in the training process. Thus, our findings indicate that the construction of more effective defenses and their evaluation remains an open problem.

PaperPDFConference PDFCodeCode 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="2111.04706")

Code

Syntology Ran 2 of 15 code samples harvested from 1 repository linked to this paper; 13 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran with no contract checked.

By repository: official repository: 15 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

eth-sri/bayes-framework-leakage officialmentioned in paperjaxApache-2.0 report
eth-sri/tableak mentioned on GitHubpytorchMIT 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

15 samples harvested; 2 ran; 0 honoured the contract we drafted; 13 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.

1ran · our draft was wrong
1ran
13unverified

Licence: 0 of the 15 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 eth-sri/bayes-framework-leakage. “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.

aggregate_batch_metrics eth-sri/bayes-framework-leakage/bayes_optimal_attack/train_fed.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 7a8d40473bad4f08 · report
numpy_collate eth-sri/bayes-framework-leakage/bayes_optimal_attack/datasets/common.py official repository ran Apache-2.0 (permissive) · b683ce54519b23b0 · report
clip_prior eth-sri/bayes-framework-leakage/bayes_optimal_attack/utils/flax_losses.py official repository unverified Apache-2.0 (permissive) · 25d27557c295f410 · report
cos_sim eth-sri/bayes-framework-leakage/bayes_optimal_attack/utils/flax_losses.py official repository unverified Apache-2.0 (permissive) · 3f3c599d7fe199df · report
get_distribution eth-sri/bayes-framework-leakage/bayes_optimal_attack/datasets/distributions.py official repository unverified Apache-2.0 (permissive) · 1983fcb2f9da6520 · report
get_flax_network eth-sri/bayes-framework-leakage/bayes_optimal_attack/models/base_flax.py official repository unverified Apache-2.0 (permissive) · fe68615417093add · report
get_network eth-sri/bayes-framework-leakage/bayes_optimal_attack/models/base.py official repository unverified Apache-2.0 (permissive) · 4458f214379338dd · report
get_prior eth-sri/bayes-framework-leakage/bayes_optimal_attack/datasets/distributions.py official repository unverified Apache-2.0 (permissive) · 4e59ac519c076777 · report
l2_dist eth-sri/bayes-framework-leakage/bayes_optimal_attack/utils/flax_losses.py official repository unverified Apache-2.0 (permissive) · edec3fc5a4c166ca · report
l2_inner_gradient_matching_loss eth-sri/bayes-framework-leakage/bayes_optimal_attack/utils/losses.py official repository unverified Apache-2.0 (permissive) · de11a821f432c229 · report
l2_loss eth-sri/bayes-framework-leakage/bayes_optimal_attack/utils/losses.py official repository unverified Apache-2.0 (permissive) · 85e8d399b0c6a236 · report
l2_outer_gradient_matching_loss eth-sri/bayes-framework-leakage/bayes_optimal_attack/utils/losses.py official repository unverified Apache-2.0 (permissive) · 64c43772c9934bda · report
slugify eth-sri/bayes-framework-leakage/bayes_optimal_attack/tune_attacks_dp.py official repository unverified Apache-2.0 (permissive) · 7c683413a2f8a345 · report
softmax_cross_entropy eth-sri/bayes-framework-leakage/bayes_optimal_attack/models/base.py official repository unverified Apache-2.0 (permissive) · 9db81cd4705c0a8e · report
split_data eth-sri/bayes-framework-leakage/bayes_optimal_attack/datasets/common.py official repository unverified Apache-2.0 (permissive) · 454c71689e31244d · report

Tasks

Federated Learning

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