paper-with-me

Papers

Practical and Light-weight Secure Aggregation for Federated Submodel Learning

2021-11-02 · Jamie Cui, Cen Chen, Tiandi Ye, Li Wang

Recently, Niu, et. al. introduced a new variant of Federated Learning (FL), called Federated Submodel Learning (FSL). Different from traditional FL, each client locally trains the submodel (e.g., retrieved from the servers) based on its private data and uploads a submodel at its choice to the servers. Then all clients aggregate all their submodels and finish the iteration. Inevitably, FSL introduces two privacy-preserving computation tasks, i.e., Private Submodel Retrieval (PSR) and Secure Submodel Aggregation (SSA). Existing work fails to provide a loss-less scheme, or has impractical efficiency. In this work, we leverage Distributed Point Function (DPF) and cuckoo hashing to construct a practical and light-weight secure FSL scheme in the two-server setting. More specifically, we propose two basic protocols with few optimisation techniques, which ensures our protocol practicality on specific real-world FSL tasks. Our experiments show that our proposed protocols can finish in less than 1 minute when weight sizes $\leq 2^{15}$, we also demonstrate protocol efficiency by comparing with existing work and by handling a real-world FSL task.

📄 PDF Abstract BibTeX arXiv:2111.01432

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningPrivacy PreservingRetrieval

Similar Papers 제목 키워드 기반

Secure Aggregation for Privacy-Preserving Federated Learning on Clinical EEG Data

2026-07-30 · Pouya Rajabi, Mohsen Toorani arxiv

Federated learning enables multiple institutions to train shared models without exchanging raw clinical EEG data, but it does not fully prevent privacy leakage from individual model updates. This paper presents a privacy…

Federated Learning

Information-Theoretically Secure Aggregation for Lightweight Federated Learning: Resilient to Dropouts and Adversaries

2026-07-23 · Hyeong-Gun Joo, Songnam Hong, Dong-Joon Shin arxiv

On-device federated learning (FL) enables privacy-preserving and personalized model training on resource-constrained devices such as smartphones and IoT nodes. To reduce communication cost, sign-based methods (e.g., sign…

Federated Learning

One-Shot Secure Aggregation: A Hybrid Cryptographic Protocol for Private Federated Learning in IoT

2025-11-28 · Imraul Emmaka, Tran Viet Xuan Phuong arxiv

Federated Learning (FL) offers a promising approach to collaboratively train machine learning models without centralizing raw data, yet its scalability is often throttled by excessive communication overhead. This challen…

Federated Learning

FastLloyd: Federated, Accurate, Secure, and Tunable $k$-Means Clustering with Differential Privacy

2024-05-03 · Abdulrahman Diaa, Thomas Humphries, Florian Kerschbaum

We study the problem of privacy-preserving $k$-means clustering in the horizontally federated setting. Existing federated approaches using secure computation suffer from substantial overheads and do not offer output priv…

ClusteringConstrained ClusteringPrivacy Preserving

Sparsified Secure Aggregation for Privacy-Preserving Federated Learning

2021-12-23 · Irem Ergun, Hasin Us Sami, Basak Guler

Secure aggregation is a popular protocol in privacy-preserving federated learning, which allows model aggregation without revealing the individual models in the clear. On the other hand, conventional secure aggregation p…

Federated LearningPrivacy Preserving