arXiv Machine Learning By Wenrui Yu, Changlong Ji, Johannes Bjerva, Qiongxiu Li

When Topology Betrays Privacy: Lattice-Based Reconstruction Attacks on Secure Aggregation in Decentralized Federated Learning

Read the original on arXiv Machine Learning →

The paper demonstrates that in decentralized federated learning, secure aggregation implemented through local neighborhood aggregation can leak private model updates. By exploiting the asymmetric aggregate views available to colluding semi‑honest nodes, the authors formulate the problem as a Hidden Subset Sum Problem and develop a lattice‑based reconstruction attack. Experiments on image, tabular, and text datasets show that attackers can recover honest participants’ updates and reconstruct private training data.

Machine-generated by The Flow from the publisher's headline and feed description — not written or checked by a human. The full article lives at arXiv Machine Learning.

Hugging Face Trending Papers
Jun 1

IntraShuffler: A Privacy Preserving Framework for Heterogeneous DP Federated Learning

Heterogeneous Differential Privacy (HDP) in Federated Learning (FL) allows clients to select individual privacy budgets ($\varepsilon_i$) according to institutional policies and data sensitivity. In practice, many HDP-FL systems employ $\varepsilon$-aware server aggregation to improve model utility by re-weighting client updates according to their declared privacy budgets.

Hugging Face Trending Papers
Jul 7

PRoVeFL: Private Robust and Verifiable Aggregation in Federated Learning

Federated Learning (FL) enables multiple clients to collaboratively train machine learning models while retaining data locality, thereby enhancing user privacy. However, traditional FL frameworks rely on a centralized aggregation server and assume honest-but-curious clients, making them susceptible to both server-side inference and client-side poisoning attacks.