paper-with-me

홈 › Papers

Personalized Federated Learning using Hypernetworks

2021-03-08 · Aviv Shamsian, Aviv Navon, Ethan Fetaya, Gal Chechik

Personalized federated learning is tasked with training machine learning models for multiple clients, each with its own data distribution. The goal is to train personalized models in a collaborative way while accounting for data disparities across clients and reducing communication costs. We propose a novel approach to this problem using hypernetworks, termed pFedHN for personalized Federated HyperNetworks. In this approach, a central hypernetwork model is trained to generate a set of models, one model for each client. This architecture provides effective parameter sharing across clients, while maintaining the capacity to generate unique and diverse personal models. Furthermore, since hypernetwork parameters are never transmitted, this approach decouples the communication cost from the trainable model size. We test pFedHN empirically in several personalized federated learning challenges and find that it outperforms previous methods. Finally, since hypernetworks share information across clients we show that pFedHN can generalize better to new clients whose distributions differ from any client observed during training.

📄 PDF Abstract BibTeX arXiv:2103.04628

Code (2)

AvivSham/pFedHN 공식 구현 pytorch
KarhouTam/FL-bench pytorch

Tasks

Federated LearningPersonalized Federated Learning

Methods 이 논문이 사용한 방법론

HyperNetwork A HyperNetwork is a network that generates weights for a main network. The behavior of the main network is the same with any usual neural network: it learns to map some raw…

Similar Papers 제목 키워드 기반

Sheaf HyperNetworks for Personalized Federated Learning

2024-05-31 · Bao Nguyen, Lorenzo Sani, Xinchi Qiu, Pietro Liò 외

Graph hypernetworks (GHNs), constructed by combining graph neural networks (GNNs) with hypernetworks (HNs), leverage relational data across various domains such as neural architecture search, molecular property predictio…

Federated LearningMolecular Property PredictionMulti-class ClassificationNeural Architecture Search+4

Personalized Federated Hypernetworks for Privacy Preservation in Multi-Task Reinforcement Learning

2022-10-13 · Doseok Jang, Larry Yan, Lucas Spangher, Costas J. Spanos

Multi-Agent Reinforcement Learning currently focuses on implementations where all data and training can be centralized to one machine. But what if local agents are split across multiple tasks, and need to keep data priva…

Federated LearningMulti-agent Reinforcement LearningPersonalized Federated Learningreinforcement-learning+2

FedSheafHN: Personalized Federated Learning on Graph-structured Data

2024-05-25 · Wenfei Liang, Yanan Zhao, Rui She, Yiming Li 외

Personalized subgraph Federated Learning (FL) is a task that customizes Graph Neural Networks (GNNs) to individual client needs, accommodating diverse data distributions. However, applying hypernetworks in FL, while aimi…

Federated LearningGraph EmbeddingPersonalized Federated Learning

Hypernetworks for Model-Heterogeneous Personalized Federated Learning

2025-07-30 · Chen Zhang, Husheng Li, Xiang Liu, Linshan Jiang 외 arxiv

Recent advances in personalized federated learning have focused on addressing client model heterogeneity. However, most existing methods still require external data, rely on model decoupling, or adopt partial learning st…

Personalized Federated Learning

Learning Personalized Utility Functions for Drivers in Ride-hailing Systems Using Ensemble Hypernetworks

2025-06-21 · Weiming Mai, Jie Gao, Oded Cats

In ride-hailing systems, drivers decide whether to accept or reject ride requests based on factors such as order characteristics, traffic conditions, and personal preferences. Accurately predicting these decisions is ess…

Ensemble LearningUncertainty Quantification