Papers › Mitigating Privacy-Utility Trade-off in Decentralized Federated Learning via...

Mitigating Privacy-Utility Trade-off in Decentralized Federated Learning via f-Differential Privacy

22 Oct 2025NeurIPSarXiv:2510.19934added by Syntology

Xiang Li, Buxin Su, Chendi Wang, Qi Long, Weijie J. Su

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Differentially private (DP) decentralized Federated Learning (FL) allows local users to collaborate without sharing their data with a central server. However, accurately quantifying the privacy budget of private FL algorithms is challenging due to the co-existence of complex algorithmic components such as decentralized communication and local updates. This paper addresses privacy accounting for two decentralized FL algorithms within the f-differential privacy (f-DP) framework. We develop two new f-DP-based accounting methods tailored to decentralized settings: Pairwise Network f-DP (PN-f-DP), which quantifies privacy leakage between user pairs under random-walk communication, and Secret-based f-Local DP (Sec-f-LDP), which supports structured noise injection via shared secrets. By combining tools from f-DP theory and Markov chain concentration, our accounting framework captures privacy amplification arising from sparse communication, local iterations, and correlated noise. Experiments on synthetic and real datasets demonstrate that our methods yield consistently tighter (ε,δ) bounds and improved utility compared to Rényi DP-based approaches, illustrating the benefits of f-DP in decentralized privacy accounting.

PaperPDFCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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="2510.19934")

Code

Syntology Ran 1 of 17 code samples harvested from 1 repository linked to this paper; 16 have no recorded run. Of those that ran: 1 ran · fixture could not drive it.

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

elfirdoussilab1/DECOR found in paper text by Syntology report
lx10077/PN-f-DP found in paper text by Syntology report

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

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

1ran · fixture could not drive it
16unverified

Licence: 17 of the 17 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 lx10077/PN-f-DP. “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.

rdp_account lx10077/PN-f-DP/corelated_noises/utils/dp_account.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · 43752e988febb856 · report
binary_search_eps lx10077/PN-f-DP/corelated_noises/utils/param_search.py found in paper text by Syntology unverified no licence file found · pointer only · 60f6e28a813edde5 · report
clip_vector lx10077/PN-f-DP/corelated_noises/misc.py found in paper text by Syntology unverified no licence file found · pointer only · 6d9cb7162352c6f2 · report
compute_rho lx10077/PN-f-DP/corelated_noises/findSigma_original.py found in paper text by Syntology unverified no licence file found · pointer only · 6b3f873641382c7b · report
compute_rho_all lx10077/PN-f-DP/corelated_noises/findSigma_original.py found in paper text by Syntology unverified no licence file found · pointer only · 4ed12b184697158a · report
consensus_distance lx10077/PN-f-DP/corelated_noises/utils/optimizers.py found in paper text by Syntology unverified no licence file found · pointer only · ce162fc138403b5b · report
consensus_error lx10077/PN-f-DP/corelated_noises/utils/avg_consensus_algorithms.py found in paper text by Syntology unverified no licence file found · pointer only · c583562f71041a41 · report
find_sigma_cor_eps lx10077/PN-f-DP/corelated_noises/utils/param_search.py found in paper text by Syntology unverified no licence file found · pointer only · cc0147c5cbc2ac6a · report
finite_time_consensus lx10077/PN-f-DP/corelated_noises/utils/avg_consensus_algorithms.py found in paper text by Syntology unverified no licence file found · pointer only · a8cd575c56e64b43 · report
flatten lx10077/PN-f-DP/corelated_noises/misc.py found in paper text by Syntology unverified no licence file found · pointer only · 3f3febe09cc2eb46 · report
minimize_alpha lx10077/PN-f-DP/corelated_noises/utils/dp_account.py found in paper text by Syntology unverified no licence file found · pointer only · aaefe1981ef8fb18 · report
optimize_averaging lx10077/PN-f-DP/corelated_noises/utils/optimizers.py found in paper text by Syntology unverified no licence file found · pointer only · ca1b2f43e04dedc6 · report
optimize_decentralized lx10077/PN-f-DP/corelated_noises/utils/optimizers.py found in paper text by Syntology unverified no licence file found · pointer only · f5e6837a5fd81bcc · report
second_smallest_eigenvalue lx10077/PN-f-DP/corelated_noises/findSigma_original.py found in paper text by Syntology unverified no licence file found · pointer only · 65dde04c867913a7 · report
standard_algo lx10077/PN-f-DP/corelated_noises/utils/avg_consensus_algorithms.py found in paper text by Syntology unverified no licence file found · pointer only · 8b361b258de1a8c9 · report
unflatten lx10077/PN-f-DP/corelated_noises/misc.py found in paper text by Syntology unverified no licence file found · pointer only · e706424e4a18d7dd · report
user_level_rdp lx10077/PN-f-DP/corelated_noises/utils/dp_account.py found in paper text by Syntology unverified no licence file found · pointer only · 0c9f55048e70292c · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2510.19934, was issued in October 2025, after that date, so the archive has no leaderboard rows for it.

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