paper-with-me

Papers

ADEPT: Hierarchical Bayes Approach to Personalized Federated Unsupervised Learning

2024-02-19 · Kaan Ozkara, Bruce Huang, Ruida Zhou, Suhas Diggavi

Statistical heterogeneity of clients' local data is an important characteristic in federated learning, motivating personalized algorithms tailored to the local data statistics. Though there has been a plethora of algorithms proposed for personalized supervised learning, discovering the structure of local data through personalized unsupervised learning is less explored. We initiate a systematic study of such personalized unsupervised learning by developing algorithms based on optimization criteria inspired by a hierarchical Bayesian statistical framework. We develop adaptive algorithms that discover the balance between using limited local data and collaborative information. We do this in the context of two unsupervised learning tasks: personalized dimensionality reduction and personalized diffusion models. We develop convergence analyses for our adaptive algorithms which illustrate the dependence on problem parameters (e.g., heterogeneity, local sample size). We also develop a theoretical framework for personalized diffusion models, which shows the benefits of collaboration even under heterogeneity. We finally evaluate our proposed algorithms using synthetic and real data, demonstrating the effective sample amplification for personalized tasks, induced through collaboration, despite data heterogeneity.

📄 PDF Abstract BibTeX arXiv:2402.12537

Code (1)

kazkara/adept 공식 구현 pytorch

Tasks

Dimensionality ReductionFederated LearningFederated Unsupervised Learning

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

H-FedSN: Personalized Sparse Networks for Efficient and Accurate Hierarchical Federated Learning for IoT Applications

2024-12-09 · Jiechao Gao, Yuangang Li, Yue Zhao, Brad Campbell

The proliferation of Internet of Things (IoT) has increased interest in federated learning (FL) for privacy-preserving distributed data utilization. However, traditional two-tier FL architectures inadequately adapt to mu…

Federated LearningPrivacy Preserving

ActPerFL: Active Personalized Federated Learning

2022-05-01 · FL4NLP (ACL) 2022 5 · Huili Chen, Jie Ding, Eric Tramel, Shuang Wu 외

In the context of personalized federated learning (FL), the critical challenge is to balance local model improvement and global model tuning when the personal and global objectives may not be exactly aligned. Inspired by…

Federated LearningPersonalized Federated LearningUncertainty Quantification

Group Personalized Federated Learning

2022-10-04 · Zhe Liu, Yue Hui, Fuchun Peng

Federated learning (FL) can help promote data privacy by training a shared model in a de-centralized manner on the physical devices of clients. In the presence of highly heterogeneous distributions of local data, persona…

Federated LearningPersonalized Federated Learning

Personalized Federated Learning via Amortized Bayesian Meta-Learning

2023-07-05 · Shiyu Liu, Shaogao Lv, Dun Zeng, Zenglin Xu 외

Federated learning is a decentralized and privacy-preserving technique that enables multiple clients to collaborate with a server to learn a global model without exposing their private data. However, the presence of stat…

Federated LearningMeta-LearningPersonalized Federated LearningPrivacy Preserving+1

Federated Learning with Uncertainty and Personalization via Efficient Second-order Optimization

2024-11-27 · Shivam Pal, Aishwarya Gupta, Saqib Sarwar, Piyush Rai

Federated Learning (FL) has emerged as a promising method to collaboratively learn from decentralized and heterogeneous data available at different clients without the requirement of data ever leaving the clients. Recent…

Federated Learning