paper-with-me

Papers

Efficient Sparse Secure Aggregation for Federated Learning

2020-07-29 · Constance Beguier, Mathieu Andreux, Eric W. Tramel

Federated Learning enables one to jointly train a machine learning model across distributed clients holding sensitive datasets. In real-world settings, this approach is hindered by expensive communication and privacy concerns. Both of these challenges have already been addressed individually, resulting in competing optimisations. In this article, we tackle them simultaneously for one of the first times. More precisely, we adapt compression-based federated techniques to additive secret sharing, leading to an efficient secure aggregation protocol, with an adaptable security level. We prove its privacy against malicious adversaries and its correctness in the semi-honest setting. Experiments on deep convolutional networks demonstrate that our secure protocol achieves high accuracy with low communication costs. Compared to prior works on secure aggregation, our protocol has a lower communication and computation costs for a similar accuracy.

📄 PDF Abstract BibTeX arXiv:2007.14861

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

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

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

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 th…

Federated Learning

Efficient and Secure Federated Learning for Financial Applications

2023-03-15 · Tao Liu, Zhi Wang, Hui He, Liangliang Lin 외

The conventional machine learning (ML) and deep learning approaches need to share customers' sensitive information with an external credit bureau to generate a prediction model that opens the door to privacy leakage. Thi…

Federated Learning

Communication-Computation Efficient Secure Aggregation for Federated Learning

2020-12-10 · Beongjun Choi, Jy-yong Sohn, Dong-Jun Han, Jaekyun Moon

Federated learning has been spotlighted as a way to train neural networks using distributed data with no need for individual nodes to share data. Unfortunately, it has also been shown that adversaries may be able to extr…

Federated LearningPrivacy Preserving