REVIEW 3 major objections 5 minor 40 references
Topology-Aware Differential Privacy in Federated Learning
T0 review · 3 major / 5 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read This paper proves that a federation's communication topology leaks client statistics that DP-SGD noise cannot suppress, and derives a closed-form noise allocation provably better than uniform DP-SGD whenever the topology is asymmetric.
desk verdict Genuinely new threat model and a plausible bound, but the unconditional-safety claims outrun what the proxies prove; deserves a serious referee. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is structural leverage $\ell_i^\circ$, the worst-case mutual information $I_P(p_i; D_{-i})$ between a client's sensitive-class concentration and all other clients' datasets, taken over the prior family consistent with the deployment graph and organizational labels; it quantifies how much a client's structural position alone reveals about its data. The additive bound is assembled from the data-processing inequality and the mutual-information chain rule; the mechanism term is bounded by Rényi-DP composition for the Gaussian mechanism with sensitivity $C/|B|$, converted to mutual information via the max-KL conversion of [26]. The allocation itself solves a convex min-max program with a slack variable $K$: KKT stationarity forces every per-client constraint active, giving the closed form $\sigma_i^{*2} = a/(K^* - \ell_i^\circ)$ with $K^*$ the unique root of the budget equation, which equalizes the worst-case bound across clients. Three practical proxies, group size, graph degree, and dataset size, stand in for the abstract $\ell_i^\circ$ in deployment, each matched to the dominant source of asymmetry.
What would settle it
Build a small federation ($n \le 10$) where the true structural leverage $\ell_i^\circ$ can be computed by enumerating priors in $\mathcal{F}_{G,\omega}$, and compare it with each deployed proxy: if any graph or dataset-size assignment yields $\ell_i^\circ$ greater than the proxy for some client, the proxy is not an upper bound and that client's per-client guarantee fails. Alternatively, run the full-channel TADI adversary against a Fulcrum-protected federation and check whether any client's measured leakage exceeds $T_{\max}/(2\sigma_i^{*2}|B|^2)$ plus the proxy value, an exceedance that would show the allocation under-noised an exposed client.
Extended reading notes
Core claim
The paper's central claim, Theorem V.2, is that under independent DP-SGD noise and disjoint client datasets, any deterministic adversary extracting an estimate $\hat{p}_i$ of client $i$'s sensitive-class concentration from the observed update tensor satisfies $I(p_i; \hat{p}_i \mid G, \omega, \{\sigma_j\}) \le T_{\max}/(2\sigma_i^2 |B|^2) + \ell_i^\circ$ for any prior in the family $\mathcal{F}_{G,\omega}$: a controllable mechanism term that decays as the client's noise $\sigma_i$ grows, plus an uncontrollable prior-coupling floor $\ell_i^\circ = \sup_{P \in \mathcal{F}_{G,\omega}} I_P(p_i; D_{-i})$ that measures how predictable $p_i$ is from the rest of the federation's data. Theorem V.3 then derives Fulcrum's balanced min-max allocation $\sigma_i^{*2} = a/(K^* - \ell_i^\circ)$, where $a = T_{\max}/(2|B|^2)$ and $K^*$ is the unique root of $\sum_i a/(K^* - \ell_i^\circ) = U$ for a fixed total noise-variance budget $U$; Corollary V.4 states the resulting worst-case bound $K^*$ is strictly below uniform DP-SGD's unless all leverage scores are equal. The TADI channel decomposition, a shadow-trained regressor with four ablations, confirms the additive structure empirically: the parameter channel never beats the constant-mean baseline, while the organizational channel reaches perfect client ranking exactly when the adversary's shadow prior matches the deployment prior. Across Fed-ISIC2019, Fed-Heart-Disease, and synthetic CIFAR-10 with nine topology configurations, the allocation reduces the privacy bound by up to 1.967 nats with statistically equivalent utility.
Load-bearing premise
The guarantee as deployed relies on the chosen leverage proxy never understating a client's true structural leverage $\ell_i^\circ$; the paper proves that upper-bound property only for the group-size proxy and only asymptotically, and explicitly leaves a tight upper bound open for the degree and dataset-size proxies, so a proxy that underestimates $\ell_i^\circ$ could let Fulcrum give a highly exposed client less noise than uniform DP-SGD would.
Editorial extensions
If this is right
- Fulcrum lowers the worst-case per-client privacy bound at every tested utility budget and observation window across all three benchmarks, by up to 1.967 nats on Fed-ISIC2019, with no measurable utility cost (equivalence within ±0.5 percentage points).
- On symmetric topologies, rings, complete graphs, balanced hierarchies, the allocation degenerates exactly to uniform DP-SGD, so adopting it never worsens privacy in a symmetric federation.
- The TADI decomposition shows the parameter channel is already bounded by DP-SGD in every configuration tested, so the residual, noise-immune risk sits in the prior-coupling channel.
- The prior-coupling floor is empirically realizable only when the adversary's shadow prior matches the deployment prior; under the realistic public-proxy construction it is not reached, making the bound conservative in the deployment's favor.
- The group-size proxy asymptotically upper-bounds true leverage under stochastic block model priors, while the degree and dataset-size proxies are supported by ordering consistency and Pareto dominance across tested settings.
Reading between the lines
- A concrete hazard follows from the paper's own limitation: if a degree or dataset-size proxy understates $\ell_i^\circ$ for any client, Fulcrum could allocate that client less noise than uniform DP-SGD; a safety-margin inflation of the proxies, calibrated on the TADI full-channel adversary, would close the gap.
- The bound's two sources of slack, the dropped term $I(p_i; D_{-i} \mid \Theta)$ and the loose conversion at extreme noise, point to a tighter accountant (amplified RDP scaling the mechanism term from $1/(\sigma_i^2 |B|^2)$ toward $1/(\sigma_i^2 |D_i|^2)$), which would strengthen per-client guarantees when local datasets are much larger than batch sizes.
- Equalizing the worst client is one policy; minimizing the average bound instead would trade a slightly worse worst case for lower typical leakage, a variant worth evaluating where aggregate exposure is the legal concern.
- The channel decomposition suggests a deployment-time diagnostic: use matched-prior TADI lifts as an empirical estimate of $\ell_i^\circ$ and compare with the chosen proxy's ranking, letting operators validate the proxy before trusting the allocation.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper studies a passive adversary who knows the communication topology and organisational labels of a federated learning system and attempts to infer each client's sensitive-class concentration p_i from the sequence of DP-protected model updates. The authors define a 'structural leverage' ℓ^◦_i as the worst-case mutual information between p_i and the other clients' datasets, prove an additive per-client bound separating a noise-controllable term from this leverage floor (Theorem V.2), and derive a closed-form min-max noise allocation (FULCRUM, Theorem V.3) that they claim strictly dominates uniform DP-SGD whenever the leverage scores are non-uniform (Corollary V.4). They also present TADI, a shadow-trained regressor with four channel ablations, and evaluate FULCRUM and TADI on Fed-ISIC2019, Fed-Heart-Disease, and synthetic CIFAR-10 across several topology families.
Significance. If the main claims were fully established, this would be a useful contribution to an underexplored intersection of FL privacy and topology: framing topology as a known leakage channel rather than only as a privacy amplification mechanism is novel, and the closed-form allocation is elegant and easy to implement. The paper ships code and uses a careful equivalence-testing protocol for utility comparisons. However, the advertised unconditional guarantee is not supported: the theorem's per-client bound is only meaningful when the leverage proxy upper-bounds the true ℓ^◦_i, which the paper itself leaves open for two of the three proxies, and the reported η-dependent privacy-bound gaps in Section VI-C are not predicted by the stated theory for topology-only proxies. The contribution is potentially valuable, but the central claims need substantial clarification and narrowing.
major comments (3)
- [Sections V-E and VII] The per-client guarantee of Theorem V.2 is not preserved under two of the three proposed proxies. Theorem V.2 bounds I(p_i; \hat p_i) by a/σ_i^2 + ℓ^◦_i, with ℓ^◦_i the true structural leverage of Definition V.1. When the allocation is computed from a proxy \tilde ℓ_i, the achieved per-client bound is a/σ_i^2 + ℓ^◦_i, where σ_i^2 = a/(K^* − \tilde ℓ_i). If \tilde ℓ_i < ℓ^◦_i for some client, that client receives less noise than the true optimum and the per-client bound of Eq. (2) is not guaranteed. Section V-E states that a tight upper bound on ℓ^◦_i remains open for the degree and dataset-size proxies, and Section VII explicitly concedes that 'the per-client bound of Theorem V.2 for that client is not guaranteed' when a proxy underestimates ℓ^◦_i. The abstract and conclusion nevertheless claim FULCRUM is 'safe to adopt unconditionally'. This is an internal inconsistency in the central advertised guarantee, not merely a presentation issue.
- [Definition V.1 and Theorem V.2] The uncontrollable term in Theorem V.2 is definitional rather than derived. Since ℓ^◦_i is defined as sup_{P∈F_G,ω} I_P(p_i; D_{−i}), the second term of Eq. (2) is exactly the supremum of the lateral mutual information that the chain-rule proof already isolates. Consequently Theorem V.2 provides no upper bound that is computable from (G,ω) alone unless an independent upper bound on this supremum is supplied. The statement in Section V-E that Theorems V.2 and V.3 hold for any non-negative weight vector substituted in place of {ℓ^◦_i} confirms that the min-max allocation optimizes an abstract weight profile rather than a quantity tied to actual privacy risk; the paper should explicitly frame the result as a decomposition and should state that all concrete privacy guarantees require a validated conservative proxy.
- [Section VI-C, Figure 3] The reported η-dependence of the privacy-bound gap is not a consequence of the stated theory. The leverage proxies in Section V-E are functions of (G,ω) and dataset sizes only, and ℓ^◦_i is a supremum over F_G,ω, so for a fixed topology the gap K_uniform − K^* in Corollary V.4 should be independent of the coupling parameter η. Figure 3 shows the gap growing monotonically in η and saturating at star and BA topologies, which indicates that the leverage values used to compute K^* and K_uniform in this experiment depend on the realized generative model rather than on the public topology alone. The paper does not specify how ℓ^◦_i is instantiated in Setting C, so the claimed empirical confirmation of Corollary V.4 is not reproducible from the described methodology.
minor comments (5)
- [Abstract and Conclusion] The phrase 'privacy gains' should be replaced with 'privacy-bound reductions' throughout, because the 1.967 nats figure and the other reported gaps are reductions in an upper bound, not reductions in actual mutual information.
- [Section V-E] The group-size proxy's claim that ℓ^◦_i ≤ H(Φ_{ω_i}) asymptotically needs a formal statement of the asymptotic regime and the assumed stochastic block model; as written, the sentence is not precise enough to be checked.
- [Appendix A, Lemma A.3] The argument in Step 2 of Lemma A.3, which replaces conditioning on θ^{(<t)} by conditioning on θ^{(t−1)}, is compressed and does not immediately follow from the displayed Markov-chain statement; since this is a central composition step, a fuller proof should be supplied.
- [Section VI-B] The evaluation section states that noise scales are set via σ^{*2}_i = a/(K^* − ℓ^◦_i), but the practical implementations use proxies; the paper should state explicitly which proxy is used for each setting and each figure, including Figure 3 and Figure 4.
- [Figure 3] The colorbar label 'an/U Kuniform K*' is unclear; the figure caption and the axis label should state unambiguously that the color encodes K_uniform − K^* in nats.
Circularity Check
Uncontrollable floor is defined as the supremum of the MI it bounds, and proxy-based dominance gaps are algebraic consequences of arbitrary non-uniform weights.
-
self definitional
[Definition V.1; Theorem V.2 proof sketch; Lemma A.4 (Appendix B)]
"Lemma A.4 (Lateral-leakage bound). Under (IA2): I(pi;D −i) ≤ ℓ◦_i. Proof. Immediate from Definition V .1 of the main paper, which defines ℓ◦_i as sup P∈FG,ω IP(pi;D−i)."
Theorem V.2's proof bounds the lateral term I(pi;D−i) by ℓ◦_i via Lemma A.4, but ℓ◦_i is defined (Definition V.1) as sup_{P∈FG,ω} I_P(pi;D−i), i.e., the supremum of that very quantity. The chain-rule step I(pi;Θ) ≤ I(pi;D−i) + I(pi;Θ|D−i) therefore contributes no independent bound on the 'uncontrollable floor'; the floor is the definitional input, not a derived prediction. The advertised additive separation of Theorem V.2 holds by construction: the second addend is a renamed worst-case of the same mutual information it is used to bound.
-
fitted input called prediction
[Section V-E (Practical Leverage Proxies); Section VI-D; Section VII]
"Theorems V .2 and V .3 hold for any non-negative weight vector substituted in place of {ℓ◦_i}: the allocation strictly dominates uniform DP-SGD whenever the weights are non-uniform, regardless of whether they equal the true structural leverage. The proxies are therefore validated on two criteria: ordering consistency, meaning the proxy correctly ranks clients by structural exposure, which is sufficient for Corollary V .4 to apply; and empirical conservatism, meaning the allocation consistently reduces K_uniform in practice."
Corollary V.4 guarantees K⋆ < K_uniform for every non-uniform weight vector, so the 'empirical conservatism' criterion is automatically satisfied by any non-uniform proxy; it cannot distinguish a proxy that upper-bounds true leverage ℓ◦_i from an arbitrary weight vector. The Section VI-D Pareto gaps are computed from these proxy weights with the same closed-form bisection, so the reported privacy-bound improvements are algebraic consequences of the chosen weights rather than measurements of structural leakage. Section VII concedes that if a proxy underestimates ℓ◦_i, the Theorem V.2 per-client bound is not guaranteed and the Pareto dominance is only empirical evidence, not a theoretical guarantee.
full rationale
The min-max allocation of Theorem V.3 is a standard and correct KKT/water-filling derivation: for any given weight vector, σ*_i^2 = a/(K*−w_i) exactly solves min max_i(a/σ_i^2 + w_i) subject to sum σ_i^2 ≤ U, and Corollary V.4 is a direct algebraic consequence. There is no load-bearing self-citation: reference [39] only names the Murmura implementation framework, and the utility-equivalence experiments in Section VI-D are genuine and independent of the theoretical bound. However, two load-bearing steps do reduce by construction. First, Theorem V.2's 'uncontrollable prior-coupling floor' ℓ°_i is defined as the supremum of I(p_i;D_−i), the exact quantity that Lemma A.4 then 'bounds' by ℓ°_i; the additive split is therefore a definitional input rather than a derived prediction of the floor's value. Second, the validation of the degree and dataset-size proxies through 'empirical conservatism' is by construction: any non-uniform weight vector strictly reduces K_uniform, so the reported privacy-bound gaps cannot confirm that those proxies upper-bound true leverage. The paper itself acknowledges this in Section VII, conceding that the per-client guarantee is lost if a proxy underestimates ℓ°_i and that the Pareto dominance is then only empirical. That concession is a correctness limitation on the unconditional-safety claim, not itself a circular step. Overall, the controllable mechanism term is derived in a self-contained way, but the advertised 'safe to adopt unconditionally' conclusion rests on definitional and by-construction steps at its core, warranting a partial-circularity score.
Assumptions & free parameters
free parameters (2)
- Leverage proxy weights =
Setting-dependent (e.g., normalized dataset size in Settings A and B, degree in Setting C)
- Leverage proxy normalization =
Unit mean
assumptions (5)
- domain assumption IA1: DP-SGD noise is independent across all clients and rounds.
- domain assumption IA2: Client datasets are disjoint.
- domain assumption Priors in F_G,w factor over connected components, satisfy a Markov property with respect to G, and have bounded second moments.
- standard math Cuff-Yu max-KL conversion bounds mutual information by the same constant as the KL divergence.
- domain assumption Total noise variance U is a valid proxy for DP-SGD utility cost.
Cite this review
Pith. "Pith review of Topology-Aware Differential Privacy in Federated Learning." pith.science (2026). https://pith.science/paper/4SL5M7BW
@misc{pith2026250619260,
author = {Pith},
title = {Pith review of: Topology-Aware Differential Privacy in Federated Learning},
year = {2026},
howpublished = {\url{https://pith.science/paper/4SL5M7BW}},
note = {Machine review of arXiv:2506.19260}
}
read the original abstract
Federated learning transmits only model updates to protect client data, and differentially private SGD (DP-SGD) bounds content-level leakage through those updates. Neither mechanism accounts for what the communication topology of the federation itself reveals. In cross-silo deployments, a passive adversary with knowledge of the topology and organisational structure has access to information channels that DP-SGD leaves entirely unaddressed. We formalise this threat and derive a principled defense. We introduce TADI (Topology-Aware Distributional Inference), a shadow-trained channel decomposition that isolates per-client leakage into parameter, structural, and organisational components via four channel ablations, and prove an additive per-client mutual-information bound separating a controllable mechanism term from an uncontrollable prior-coupling floor. From this bound we derive Fulcrum, a closed-form balanced min-max optimal noise allocation that strictly dominates uniform DP-SGD whenever the federation's leverage profile is asymmetric, and degenerates exactly to uniform DP-SGD when it is not, making it safe to adopt unconditionally. Evaluated on Fed-ISIC2019, Fed-Heart-Disease, and synthetic CIFAR-10 across six topology families, Fulcrum delivers privacy gains of up to 1.967 nats at no measurable utility cost. The TADI channel decomposition confirms that the parameter channel is bounded by DP-SGD across all settings, the prior-coupling channel is empirically attained under matched-prior conditions, and the bound is conservative in a deployment-favourable direction under realistic cross-silo threat models.
Figures
Figures from the paper (2 more)
Reference graph
Works this paper leans on
-
[1]
M. J. Sheller, B. Edwardset al., “Federated learning in medicine: fa- cilitating multi-institutional collaborations without sharing patient data,” Scientific Reports, vol. 10, no. 1, p. 12598, July 2020
work page 2020
-
[2]
Federated learning for predicting clinical outcomes in patients with covid-19,
I. Dayan, H. R. Rothet al., “Federated learning for predicting clinical outcomes in patients with covid-19,”Nature medicine, vol. 27, no. 10, pp. 1735–1743, 2021
work page 2021
-
[3]
Melloddy: cross-pharma federated learning at unprecedented scale unlocks benefits in qsar without com- promising proprietary information,
W. Heyndrickx, L. Mervinet al., “Melloddy: cross-pharma federated learning at unprecedented scale unlocks benefits in qsar without com- promising proprietary information,”Journal of chemical information and modeling, vol. 64, no. 7, pp. 2331–2344, 2023
2023
-
[4]
Towards federated learning at scale: System design,
K. Bonawitz, H. Eichneret al., “Towards federated learning at scale: System design,”Proceedings of machine learning and systems, vol. 1, pp. 374–388, 2019
work page 2019
-
[5]
Deep leakage from gradients,
L. Zhu, Z. Liu, and S. Han, “Deep leakage from gradients,”Advances in neural information processing systems, vol. 32, 2019
2019
-
[6]
Inverting gradients-how easy is it to break privacy in federated learning?
J. Geiping, H. Bauermeisteret al., “Inverting gradients-how easy is it to break privacy in federated learning?”Advances in neural information processing systems, vol. 33, pp. 16 937–16 947, 2020
work page 2020
-
[7]
Membership inference attacks against machine learning models,
R. Shokri, M. Stronatiet al., “Membership inference attacks against machine learning models,” in2017 IEEE symposium on security and privacy (SP). IEEE, 2017, pp. 3–18
work page 2017
-
[8]
Exploiting unintended feature leakage in collaborative learning,
L. Melis, C. Songet al., “Exploiting unintended feature leakage in collaborative learning,” in2019 IEEE symposium on security and privacy (SP). IEEE, 2019, pp. 691–706
work page 2019
Show all 40 references
-
[9]
Deep learning with differential privacy,
M. Abadi, A. Chuet al., “Deep learning with differential privacy,” in Proceedings of the 2016 ACM SIGSAC conference on computer and communications security, 2016, pp. 308–318
2016
-
[10]
Learning differentially private recurrent language models,
H. B. McMahan, D. Ramageet al., “Learning differentially private recurrent language models,” inInternational Conference on Learning Representations, 2018
2018
-
[11]
R ´enyi differential privacy,
I. Mironov, “R ´enyi differential privacy,” in2017 IEEE 30th Computer Security Foundations Symposium (CSF), 2017, pp. 263–275
2017
-
[12]
Client-edge-cloud hierarchical federated learn- ing,
L. Liu, J. Zhanget al., “Client-edge-cloud hierarchical federated learn- ing,” inICC 2020-2020 IEEE international conference on communica- tions (ICC). IEEE, 2020, pp. 1–6
2020
-
[13]
Hierarchical federated learning across heterogeneous cellular networks,
M. S. H. Abad, E. Ozfaturaet al., “Hierarchical federated learning across heterogeneous cellular networks,” inICASSP 2020-2020 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). IEEE, 2020, pp. 8866–8870
2020
-
[14]
Braintorrent: A peer-to-peer environment for decentralized federated learning,
A. G. Roy, S. Siddiquiet al., “Braintorrent: A peer-to-peer environment for decentralized federated learning,”ArXiv, vol. abs/1905.06731, 2019
1905 arXiv
-
[15]
Decentralized learning works: An empirical comparison of gossip learning and federated learning,
I. Heged ˝us, G. Danner, and M. Jelasity, “Decentralized learning works: An empirical comparison of gossip learning and federated learning,” Journal of Parallel and Distributed Computing, vol. 148, pp. 109–124, 2021
2021
-
[16]
Implicit model specialization through dag-based decentralized federated learning,
J. Beilharz, B. Pfitzneret al., “Implicit model specialization through dag-based decentralized federated learning,” inProceedings of the 22nd International Middleware Conference, 2021, pp. 310–322
2021
-
[17]
A field guide to federated optimization,
J. Wang, Z. Charleset al., “A field guide to federated optimization,” arXiv preprint arXiv:2107.06917, 2021
2021 arXiv
-
[18]
Flamby: Datasets and bench- marks for cross-silo federated learning in realistic healthcare settings,
J. Ogier du Terrail, S.-S. Ayedet al., “Flamby: Datasets and bench- marks for cross-silo federated learning in realistic healthcare settings,” Advances in Neural Information Processing Systems, vol. 35, pp. 5315– 5334, 2022
2022
-
[19]
Learning multiple layers of features from tiny images,
A. Krizhevsky, G. Hintonet al., “Learning multiple layers of features from tiny images,”Technical Report, 2009
2009
-
[20]
idlg: Improved deep leakage from gradients,
B. Zhao, K. R. Mopuri, and H. Bilen, “idlg: Improved deep leakage from gradients,”arXiv preprint arXiv:2001.02610, 2020
2001 arXiv
-
[21]
See through gradients: Image batch recovery via gradinversion,
H. Yin, A. Mallyaet al., “See through gradients: Image batch recovery via gradinversion,” inProceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2021, pp. 16 337–16 346
2021
-
[22]
Robbing the fed: Directly obtaining private data in federated learning with modified models,
L. H. Fowl, J. Geipinget al., “Robbing the fed: Directly obtaining private data in federated learning with modified models,” inInternational Conference on Learning Representations, 2022
2022
-
[23]
Comprehensive privacy analysis of deep learning: Passive and active white-box inference attacks against centralized and federated learning,
M. Nasr, R. Shokri, and A. Houmansadr, “Comprehensive privacy analysis of deep learning: Passive and active white-box inference attacks against centralized and federated learning,” in2019 IEEE symposium on security and privacy (SP). IEEE, 2019, pp. 739–753
2019
-
[24]
Federated learning with differential privacy: Al- gorithms and performance analysis,
K. Wei, J. Liet al., “Federated learning with differential privacy: Al- gorithms and performance analysis,”IEEE transactions on information forensics and security, vol. 15, pp. 3454–3469, 2020
2020
-
[25]
Subsampled r ´enyi differential privacy and analytical moments accountant,
Y .-X. Wang, B. Balle, and S. P. Kasiviswanathan, “Subsampled r ´enyi differential privacy and analytical moments accountant,” inThe 22nd international conference on artificial intelligence and statistics. PMLR, 2019, pp. 1226–1235
2019
-
[26]
Differential privacy as a mutual information constraint,
P. Cuff and L. Yu, “Differential privacy as a mutual information constraint,” in2016 ACM SIGSAC Conference on Computer and Com- munications Security, 2016, pp. 43–54
2016
-
[27]
Three variants of differential privacy: Lossless conversion and applications,
S. Asoodeh, J. Liaoet al., “Three variants of differential privacy: Lossless conversion and applications,”IEEE Journal on Selected Areas in Information Theory, vol. 2, no. 1, pp. 208–222, 2021
2021
-
[28]
Practical secure aggregation for privacy- preserving machine learning,
K. Bonawitz, V . Ivanovet al., “Practical secure aggregation for privacy- preserving machine learning,” in2017 ACM SIGSAC Conference on Computer and Communications Security, 2017, pp. 1175–1191
2017
-
[29]
Conservative or liberal? person- alized differential privacy,
Z. Jorgensen, T. Yu, and G. Cormode, “Conservative or liberal? person- alized differential privacy,” in2015 IEEE 31St international conference on data engineering. IEEE, 2015, pp. 1023–1034
2015
-
[30]
Leaf: A benchmark for federated settings,
S. Caldas, S. M. K. Dudduet al., “Leaf: A benchmark for federated settings,”arXiv preprint arXiv:1812.01097, 2018
2018 arXiv
-
[31]
Federated learning with hierarchical clustering of local updates to improve training on non-iid data,
C. Briggs, Z. Fanet al., “Federated learning with hierarchical clustering of local updates to improve training on non-iid data,” in2020 interna- tional joint conference on neural networks. IEEE, 2020, pp. 1–9
2020
-
[32]
Privacy amplification by decentralization,
E. Cyffers and A. Bellet, “Privacy amplification by decentralization,” in International conference on artificial intelligence and statistics. PMLR, 2022, pp. 5334–5353
2022
-
[33]
From models to network topologies: A topology inference attack in decentralized federated learning,
C. Feng, Y . Gaoet al., “From models to network topologies: A topology inference attack in decentralized federated learning,”arXiv preprint arXiv:2501.03119, 2025
2025 arXiv
-
[34]
Source inference attacks in federated learning,
H. Hu, Z. Salcicet al., “Source inference attacks in federated learning,” in2021 IEEE International Conference on Data Mining (ICDM). IEEE, 2021, pp. 1102–1107
2021
-
[35]
Opacus: User-friendly differential privacy library in pytorch,
A. Yousefpour, I. Shilovet al., “Opacus: User-friendly differential privacy library in pytorch,” inNeurIPS 2021 Workshop Privacy in Machine Learning, 2021
2021
-
[36]
Measuring the effects of non- identical data distribution for federated visual classification,
T.-M. H. Hsu, H. Qi, and M. Brown, “Measuring the effects of non- identical data distribution for federated visual classification,”arXiv preprint arXiv:1909.06335, 2019
1909 arXiv
-
[37]
On random graphs,
P. Erd ˝os and A. R ´enyi, “On random graphs,”Publicationes Mathemat- icae Debrecen, vol. 6, pp. 290–297, 1959
1959
-
[38]
Emergence of scaling in random net- works,
A.-L. Barab ´asi and R. Albert, “Emergence of scaling in random net- works,”science, vol. 286, no. 5439, pp. 509–512, 1999
1999
-
[39]
Evidential trust-aware model personalization in decentralized federated learning for wearable iot,
M. Rangwala, R. O. Sinnott, and R. Buyya, “Evidential trust-aware model personalization in decentralized federated learning for wearable iot,” in2026 IEEE 26th International Symposium on Cluster, Cloud and Internet Computing (CCGrid). IEEE, 2026, pp. 510–519
2026
-
[40]
Equivalence tests: A practical primer for t tests, correlations, and meta-analyses,
D. Lakens, “Equivalence tests: A practical primer for t tests, correlations, and meta-analyses,”Social psychological and personality science, vol. 8, no. 4, pp. 355–362, 2017. 14 APPENDIX A. Statement Theorem(V .2 — Per-client conditional MI bound).Under (IA1) and (IA2) from t...
2017
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.