paper-with-me

Papers

Provably Personalized and Robust Federated Learning

2023-06-14 · Mariel Werner, Lie He, Michael Jordan, Martin Jaggi, Sai Praneeth Karimireddy

Identifying clients with similar objectives and learning a model-per-cluster is an intuitive and interpretable approach to personalization in federated learning. However, doing so with provable and optimal guarantees has remained an open challenge. We formalize this problem as a stochastic optimization problem, achieving optimal convergence rates for a large class of loss functions. We propose simple iterative algorithms which identify clusters of similar clients and train a personalized model-per-cluster, using local client gradients and flexible constraints on the clusters. The convergence rates of our algorithms asymptotically match those obtained if we knew the true underlying clustering of the clients and are provably robust in the Byzantine setting where some fraction of the clients are malicious.

📄 PDF Abstract BibTeX arXiv:2306.08393

Code (1)

liehe/prfl 공식 구현 pytorch

Tasks

ClusteringFederated LearningPersonalized Federated LearningStochastic Optimization

Similar Papers 제목 키워드 기반

Lower Bounds and Optimal Algorithms for Personalized Federated Learning

2020-10-05 · NeurIPS 2021 12 · Filip Hanzely, Slavomír Hanzely, Samuel Horváth, Peter Richtárik

In this work, we consider the optimization formulation of personalized federated learning recently introduced by Hanzely and Richt\'arik (2020) which was shown to give an alternative explanation to the workings of local …

Federated LearningPersonalized Federated Learning

Efficient Conformal Prediction under Data Heterogeneity

2023-12-25 · Vincent Plassier, Nikita Kotelevskii, Aleksandr Rubashevskii, Fedor Noskov 외

Conformal Prediction (CP) stands out as a robust framework for uncertainty quantification, which is crucial for ensuring the reliability of predictions. However, common CP methods heavily rely on data exchangeability, a …

Conformal PredictionFederated LearningPredictionUncertainty Quantification+1

Personalized Quantum Federated Learning for Privacy Image Classification

2024-10-03 · Jinjing Shi, Tian Chen, Shichao Zhang, Xuelong Li

Quantum federated learning has brought about the improvement of privacy image classification, while the lack of personality of the client model may contribute to the suboptimal of quantum federated learning. A personaliz…

ClassificationFederated Learningimage-classificationImage Classification+1

Mobilizing Personalized Federated Learning in Infrastructure-Less and Heterogeneous Environments via Random Walk Stochastic ADMM

2023-04-25 · NeurIPS 2023 11

This paper explores the challenges of implementing Federated Learning (FL) in practical scenarios featuring isolated nodes with data heterogeneity, which can only be connected to the server through wireless links in an i…

Federated LearningPersonalized Federated Learning

Provably Secure Federated Learning against Malicious Clients

2021-02-03 · Xiaoyu Cao, Jinyuan Jia, Neil Zhenqiang Gong

Federated learning enables clients to collaboratively learn a shared global model without sharing their local training data with a cloud server. However, malicious clients can corrupt the global model to predict incorrec…

Activity RecognitionFederated LearningHuman Activity Recognition