paper-with-me

홈 › Papers

SPriFed-OMP: A Differentially Private Federated Learning Algorithm for Sparse Basis Recovery

2024-02-29 · Ajinkya Kiran Mulay, Xiaojun Lin

Sparse basis recovery is a classical and important statistical learning problem when the number of model dimensions $p$ is much larger than the number of samples $n$. However, there has been little work that studies sparse basis recovery in the Federated Learning (FL) setting, where the client data's differential privacy (DP) must also be simultaneously protected. In particular, the performance guarantees of existing DP-FL algorithms (such as DP-SGD) will degrade significantly when $p \gg n$, and thus, they will fail to learn the true underlying sparse model accurately. In this work, we develop a new differentially private sparse basis recovery algorithm for the FL setting, called SPriFed-OMP. SPriFed-OMP converts OMP (Orthogonal Matching Pursuit) to the FL setting. Further, it combines SMPC (secure multi-party computation) and DP to ensure that only a small amount of noise needs to be added in order to achieve differential privacy. As a result, SPriFed-OMP can efficiently recover the true sparse basis for a linear model with only $n = O(\sqrt{p})$ samples. We further present an enhanced version of our approach, SPriFed-OMP-GRAD based on gradient privatization, that improves the performance of SPriFed-OMP. Our theoretical analysis and empirical results demonstrate that both SPriFed-OMP and SPriFed-OMP-GRAD terminate in a small number of steps, and they significantly outperform the previous state-of-the-art DP-FL solutions in terms of the accuracy-privacy trade-off.

📄 PDF Abstract BibTeX arXiv:2402.19016

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Learning Rate Adaptation for Federated and Differentially Private Learning

2018-09-11 · Antti Koskela, Antti Honkela

We propose an algorithm for the adaptation of the learning rate for stochastic gradient descent (SGD) that avoids the need for validation set use. The idea for the adaptiveness comes from the technique of extrapolation: …

Federated Learning

Near-optimal Differentially Private Client Selection in Federated Settings

2023-10-13 · Syed Eqbal Alam, Dhirendra Shukla, Shrisha Rao

We develop an iterative differentially private algorithm for client selection in federated settings. We consider a federated network wherein clients coordinate with a central server to complete a task; however, the clien…

Differentially Private and Federated Structure Learning in Bayesian Networks

2025-12-01 · Ghita Fassy El Fehri, Aurélien Bellet, Philippe Bastien arxiv

Learning the structure of a Bayesian network from decentralized data poses two major challenges: (i) ensuring rigorous privacy guarantees for participants, and (ii) avoiding communication costs that scale poorly with dim…

ALI-DPFL: Differentially Private Federated Learning with Adaptive Local Iterations

2023-08-21 · XinPeng Ling, Jie Fu, Kuncan Wang, Haitao Liu 외

Federated Learning (FL) is a distributed machine learning technique that allows model training among multiple devices or organizations by sharing training parameters instead of raw data. However, adversaries can still in…

Federated Learning

Differentially Private Vertical Federated Clustering

2022-08-02 · Zitao Li, Tianhao Wang, Ninghui Li

In many applications, multiple parties have private data regarding the same set of users but on disjoint sets of attributes, and a server wants to leverage the data to train a model. To enable model learning while protec…

ClusteringFederated LearningVertical Federated Learning