FedDES:基于图的动态集成选择用于个性化联邦学习 / FedDES: Graph-Based Dynamic Ensemble Selection for Personalized Federated Learning
1️⃣ 一句话总结
这篇论文提出了一种名为FedDES的新方法,它利用图神经网络为每个用户的数据样本动态选择和组合最合适的协作模型,从而在保护隐私的分布式学习中实现更精准的个性化预测,有效避免了传统方法中‘一刀切’模型带来的性能下降问题。
Statistical heterogeneity in Federated Learning (FL) often leads to negative transfer, where a single global model fails to serve diverse client distributions. Personalized federated learning (pFL) aims to address this by tailoring models to individual clients. However, under most existing pFL approaches, clients integrate peer client contributions uniformly, which ignores the reality that not all peers are likely to be equally beneficial. Additionally, the potential for personalization at the instance level remains largely unexplored, even though the reliability of different peer models often varies across individual samples within the same client. We introduce FedDES (Federated Dynamic Ensemble Selection), a decentralized pFL framework that achieves instance-level personalization through dynamic ensemble selection. Central to our approach is a Graph Neural Network (GNN) meta-learner trained on a heterogeneous graph modeling interactions between data samples and candidate classifiers. For each test query, the GNN dynamically selects and weights peer client models, forming an ensemble of the most competent classifiers while effectively suppressing contributions from those that are irrelevant or potentially harmful for performance. Experiments on CIFAR-10 and real-world ICU healthcare data demonstrate that FedDES outperforms state-of-the-art pFL baselines in non-IID settings, offering robust protection against negative transfer.
FedDES:基于图的动态集成选择用于个性化联邦学习 / FedDES: Graph-Based Dynamic Ensemble Selection for Personalized Federated Learning
这篇论文提出了一种名为FedDES的新方法,它利用图神经网络为每个用户的数据样本动态选择和组合最合适的协作模型,从而在保护隐私的分布式学习中实现更精准的个性化预测,有效避免了传统方法中‘一刀切’模型带来的性能下降问题。
源自 arXiv: 2603.28006