paper-with-me

Papers

Reconciling Security and Communication Efficiency in Federated Learning

2022-07-26 · Karthik Prasad, Sayan Ghosh, Graham Cormode, Ilya Mironov, Ashkan Yousefpour, Pierre Stock

Cross-device Federated Learning is an increasingly popular machine learning setting to train a model by leveraging a large population of client devices with high privacy and security guarantees. However, communication efficiency remains a major bottleneck when scaling federated learning to production environments, particularly due to bandwidth constraints during uplink communication. In this paper, we formalize and address the problem of compressing client-to-server model updates under the Secure Aggregation primitive, a core component of Federated Learning pipelines that allows the server to aggregate the client updates without accessing them individually. In particular, we adapt standard scalar quantization and pruning methods to Secure Aggregation and propose Secure Indexing, a variant of Secure Aggregation that supports quantization for extreme compression. We establish state-of-the-art results on LEAF benchmarks in a secure Federated Learning setup with up to 40$\times$ compression in uplink communication with no meaningful loss in utility compared to uncompressed baselines.

📄 PDF Abstract BibTeX arXiv:2207.12779

Code (1)

facebookresearch/secureflcompression 공식 구현 pytorch

Tasks

Federated LearningQuantization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Reconciling Hessian-Informed Acceleration and Scalar-Only Communication for Efficient Federated Zeroth-Order Fine-Tuning

2025-06-03 · Zhe Li, Bicheng Ying, Zidong Liu, Chaosheng Dong 외

Recent dimension-free communication frameworks in Federated Learning (FL), such as DeComFL, significantly reduce per-round communication by transmitting only scalars via zeroth-order stochastic gradient descent (ZO-SGD).…

Federated Learning

GFL: A Decentralized Federated Learning Framework Based On Blockchain

2020-10-21 · Yifan Hu, YuHang Zhou, Jun Xiao, Chao Wu

Federated learning(FL) is a rapidly growing field and many centralized and decentralized FL frameworks have been proposed. However, it is of great challenge for current FL frameworks to improve communication performance …

Data PoisoningFederated Learning

FBChain: A Blockchain-based Federated Learning Model with Efficiency and Secure Communication

2023-11-21 · Yang Li, Chunhe Xia, Tianbo Wang

Privacy and security in the parameter transmission process of federated learning are currently among the most prominent concerns. However, there are two thorny problems caused by unprotected communication methods: "param…

Federated Learning

Sparsification Under Siege: Defending Against Poisoning Attacks in Communication-Efficient Federated Learning

2025-04-30 · Zhiyong Jin, Runhua Xu, Chao Li, Yizhong Liu 외

Federated Learning (FL) enables collaborative model training across distributed clients while preserving data privacy, yet it faces significant challenges in communication efficiency and vulnerability to poisoning attack…

Federated Learning

Privacy-Preserving Federated Learning from Partial Decryption Verifiable Threshold Multi-Client Functional Encryption

2025-11-17 · Minjie Wang, Jinguang Han, Weizhi Meng arxiv

In federated learning, multiple parties can cooperate to train the model without directly exchanging their own private data, but the gradient leakage problem still threatens the privacy security and model integrity. Alth…

Federated Learning