paper-with-me

Papers

Private Non-Convex Federated Learning Without a Trusted Server

2022-03-13 · Andrew Lowy, Ali Ghafelebashi, Meisam Razaviyayn

We study federated learning (FL) -- especially cross-silo FL -- with non-convex loss functions and data from people who do not trust the server or other silos. In this setting, each silo (e.g. hospital) must protect the privacy of each person's data (e.g. patient's medical record), even if the server or other silos act as adversarial eavesdroppers. To that end, we consider inter-silo record-level (ISRL) differential privacy (DP), which requires silo~$i$'s communications to satisfy record/item-level DP. We propose novel ISRL-DP algorithms for FL with heterogeneous (non-i.i.d.) silo data and two classes of Lipschitz continuous loss functions: First, we consider losses satisfying the Proximal Polyak-Lojasiewicz (PL) inequality, which is an extension of the classical PL condition to the constrained setting. In contrast to our result, prior works only considered unconstrained private optimization with Lipschitz PL loss, which rules out most interesting PL losses such as strongly convex problems and linear/logistic regression. Our algorithms nearly attain the optimal strongly convex, homogeneous (i.i.d.) rate for ISRL-DP FL without assuming convexity or i.i.d. data. Second, we give the first private algorithms for non-convex non-smooth loss functions. Our utility bounds even improve on the state-of-the-art bounds for smooth losses. We complement our upper bounds with lower bounds. Additionally, we provide shuffle DP (SDP) algorithms that improve over the state-of-the-art central DP algorithms under more practical trust assumptions. Numerical experiments show that our algorithm has better accuracy than baselines for most privacy levels. All the codes are publicly available at: https://github.com/ghafeleb/Private-NonConvex-Federated-Learning-Without-a-Trusted-Server.

📄 PDF Abstract BibTeX arXiv:2203.06735

Code (1)

ghafeleb/private-nonconvex-federated-learning-without-a-trusted-server 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Private and Federated Stochastic Convex Optimization: Efficient Strategies for Centralized Systems

2024-07-17 · Roie Reshef, Kfir Y. Levy

This paper addresses the challenge of preserving privacy in Federated Learning (FL) within centralized systems, focusing on both trusted and untrusted server scenarios. We analyze this setting within the Stochastic Conve…

Federated LearningStochastic Optimization

Private Federated Learning Without a Trusted Server: Optimal Algorithms for Convex Losses

2021-06-17 · Andrew Lowy, Meisam Razaviyayn

This paper studies federated learning (FL)--especially cross-silo FL--with data from people who do not trust the server or other silos. In this setting, each silo (e.g. hospital) has data from different people (e.g. pati…

Federated LearningStochastic Optimization

Private Heterogeneous Federated Learning Without a Trusted Server Revisited: Error-Optimal and Communication-Efficient Algorithms for Convex Losses

2024-07-12 · Changyu Gao, Andrew Lowy, Xingyu Zhou, Stephen J. Wright

We revisit the problem of federated learning (FL) with private data from people who do not trust the server or other silos/clients. In this context, every silo (e.g. hospital) has data from several people (e.g. patients)…

Federated Learning

Robust Federated Learning under Adversarial Attacks via Loss-Based Client Clustering

2025-08-18 · Emmanouil Kritharakis, Dusan Jakovetic, Antonios Makris, Konstantinos Tserpes arxiv

Federated Learning (FL) enables collaborative model training across multiple clients without sharing private data. We consider FL scenarios wherein FL clients are subject to adversarial (Byzantine) attacks, while the FL …

Federated Learning

Differentially Private Federated Learning on Heterogeneous Data

2021-11-17 · Maxence Noble, Aurélien Bellet, Aymeric Dieuleveut

Federated Learning (FL) is a paradigm for large-scale distributed learning which faces two key challenges: (i) efficient training from highly heterogeneous user data, and (ii) protecting the privacy of participating user…

Federated Learning