paper-with-me

Papers

Eluding Secure Aggregation in Federated Learning via Model Inconsistency

2021-11-14 · Dario Pasquini, Danilo Francati, Giuseppe Ateniese

Secure aggregation is a cryptographic protocol that securely computes the aggregation of its inputs. It is pivotal in keeping model updates private in federated learning. Indeed, the use of secure aggregation prevents the server from learning the value and the source of the individual model updates provided by the users, hampering inference and data attribution attacks. In this work, we show that a malicious server can easily elude secure aggregation as if the latter were not in place. We devise two different attacks capable of inferring information on individual private training datasets, independently of the number of users participating in the secure aggregation. This makes them concrete threats in large-scale, real-world federated learning applications. The attacks are generic and equally effective regardless of the secure aggregation protocol used. They exploit a vulnerability of the federated learning protocol caused by incorrect usage of secure aggregation and lack of parameter validation. Our work demonstrates that current implementations of federated learning with secure aggregation offer only a "false sense of security".

📄 PDF Abstract BibTeX arXiv:2111.07380

Code (1)

pasquini-dario/eludingsecureaggregation 공식 구현 tf

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Buffered Asynchronous Secure Aggregation for Cross-Device Federated Learning

2024-06-05 · Kun Wang, Yi-Rui Yang, Wu-Jun Li

Asynchronous federated learning (AFL) is an effective method to address the challenge of device heterogeneity in cross-device federated learning. However, AFL is usually incompatible with existing secure aggregation prot…

Federated Learning

Secure Aggregation with Top-K Sparsification in Decentralized Federated Learning

2026-06-09 · Hengxuan Tang, Jinbao Zhu, Xiaohu Tang arxiv

Secure aggregation is a vital component for mitigating gradient leakage in federated learning, but its communication cost conventionally scales with the gradient dimension. This becomes prohibitive for large models and e…

Federated Learning

RLSA-PFL: Robust Lightweight Secure Aggregation with Model Inconsistency Detection in Privacy-Preserving Federated Learning

2025-02-13 · Nazatul H. Sultan, Yan Bo, Yansong Gao, Seyit Camtepe 외

Federated Learning (FL) allows users to collaboratively train a global machine learning model by sharing local model only, without exposing their private data to a central server. This distributed learning is particularl…

Federated LearningPrivacy Preserving

Secure Aggregation Is Not All You Need: Mitigating Privacy Attacks with Noise Tolerance in Federated Learning

2022-11-10 · John Reuben Gilbert

Federated learning is a collaborative method that aims to preserve data privacy while creating AI models. Current approaches to federated learning tend to rely heavily on secure aggregation protocols to preserve data pri…

AllFederated Learning

Federated Learning with Autotuned Communication-Efficient Secure Aggregation

2019-11-30 · Keith Bonawitz, Fariborz Salehi, Jakub Konečný, Brendan Mcmahan 외

Federated Learning enables mobile devices to collaboratively learn a shared inference model while keeping all the training data on a user's device, decoupling the ability to do machine learning from the need to store the…

Federated Learning