paper-with-me

Papers

Private Federated Submodel Learning with Sparsification

2022-05-31 · Sajani Vithana, Sennur Ulukus

We investigate the problem of private read update write (PRUW) in federated submodel learning (FSL) with sparsification. In FSL, a machine learning model is divided into multiple submodels, where each user updates only the submodel that is relevant to the user's local data. PRUW is the process of privately performing FSL by reading from and writing to the required submodel without revealing the submodel index, or the values of updates to the databases. Sparsification is a widely used concept in learning, where the users update only a small fraction of parameters to reduce the communication cost. Revealing the coordinates of these selected (sparse) updates leaks privacy of the user. We show how PRUW in FSL can be performed with sparsification. We propose a novel scheme which privately reads from and writes to arbitrary parameters of any given submodel, without revealing the submodel index, values of updates, or the coordinates of the sparse updates, to databases. The proposed scheme achieves significantly lower reading and writing costs compared to what is achieved without sparsification.

📄 PDF Abstract BibTeX arXiv:2205.15992

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Secure Federated Submodel Learning

2019-11-06 · Chaoyue Niu, Fan Wu, Shaojie Tang, Lifeng Hua 외

Federated learning was proposed with an intriguing vision of achieving collaborative machine learning among numerous clients without uploading their private data to a cloud server. However, the conventional framework req…

Federated LearningPosition

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

Federated LearningPrivacy PreservingRetrieval

Learnable Sparse Customization in Heterogeneous Edge Computing

2024-12-10 · Jingjing Xue, Sheng Sun, Min Liu, Yuwei Wang 외

To effectively manage and utilize massive distributed data at the network edge, Federated Learning (FL) has emerged as a promising edge computing paradigm across data silos. However, FL still faces two challenges: system…

Edge-computingFederated Learning

Federated Learning with Enhanced Privacy via Model Splitting and Random Client Participation

2025-09-30 · Yiwei Li, Shuai Wang, Zhuojun Tian, Xiuhua Wang 외 arxiv

Federated Learning (FL) often adopts differential privacy (DP) to protect client data, but the added noise required for privacy guarantees can substantially degrade model accuracy. To resolve this challenge, we propose m…

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