paper-with-me

홈 › Papers

Effective Heterogeneous Federated Learning via Efficient Hypernetwork-based Weight Generation

2024-07-03 · Yujin Shin, Kichang Lee, Sungmin Lee, You Rim Choi, Hyung-Sin Kim, JeongGil Ko

While federated learning leverages distributed client resources, it faces challenges due to heterogeneous client capabilities. This necessitates allocating models suited to clients' resources and careful parameter aggregation to accommodate this heterogeneity. We propose HypeMeFed, a novel federated learning framework for supporting client heterogeneity by combining a multi-exit network architecture with hypernetwork-based model weight generation. This approach aligns the feature spaces of heterogeneous model layers and resolves per-layer information disparity during weight aggregation. To practically realize HypeMeFed, we also propose a low-rank factorization approach to minimize computation and memory overhead associated with hypernetworks. Our evaluations on a real-world heterogeneous device testbed indicate that \system enhances accuracy by 5.12% over FedAvg, reduces the hypernetwork memory requirements by 98.22%, and accelerates its operations by 1.86x compared to a naive hypernetwork approach. These results demonstrate HypeMeFed's effectiveness in leveraging and engaging heterogeneous clients for federated learning.

📄 PDF Abstract BibTeX arXiv:2407.03086

Code (1)

eis-lab/hypemefed 공식 구현 pytorch

Tasks

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 제목 키워드 기반

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

Hypernetwork-Driven Model Fusion for Federated Domain Generalization

2024-02-10 · Marc Bartholet, Taehyeon Kim, Ami Beuret, Se-Young Yun 외

Federated Learning (FL) faces significant challenges with domain shifts in heterogeneous data, degrading performance. Traditional domain generalization aims to learn domain-invariant features, but the federated nature of…

Domain GeneralizationFederated Learning

Personalized Federated Learning via Heterogeneous Modular Networks

2022-10-26 · Tianchun Wang, Wei Cheng, Dongsheng Luo, Wenchao Yu 외

Personalized Federated Learning (PFL) which collaboratively trains a federated model while considering local clients under privacy constraints has attracted much attention. Despite its popularity, it has been observed th…

Federated LearningPersonalized Federated Learning

Federated Learning with Heterogeneous Architectures using Graph HyperNetworks

2022-01-20 · Or Litany, Haggai Maron, David Acuna, Jan Kautz 외

Standard Federated Learning (FL) techniques are limited to clients with identical network architectures. This restricts potential use-cases like cross-platform training or inter-organizational collaboration when both dat…

Federated Learning

Universal Hypernetworks for Arbitrary Models

2026-04-02 · Xuanfeng Zhou arxiv

Conventional hypernetworks are typically engineered around a specific base-model parameterization, so changing the target architecture often entails redesigning the hypernetwork and retraining it from scratch. We introdu…

Multi-Task Learning