arXiv:2511.22265cs.LG2025-11中稿 · CVPR被引 3

解决异构模型联邦学习中的隐私与通信问题

FedRE: A Representation Entanglement Framework for Model-Heterogeneous Federated Learning

  • 用随机加权聚合本地表示为纠缠表示,实现跨客户端知识融合
  • 单次上传纠缠表示与标签编码,降低通信开销并提升分类性能
  • 随机重采样权重缓解过拟合,增强模型鲁棒性,适合资源受限场景

联邦学习可在保护隐私的前提下实现跨客户端协同训练。然而,多数现有方法假设模型结构同质,而实际中客户端在数据和资源上存在异构性,使该假设不切实际,因而催生了模型异构联邦学习。为此,我们提出联邦表示纠缠(FedRE)框架,基于一种新型客户端知识——纠缠表示。具体而言,各客户端使用归一化随机权重将本地表示聚合为单一纠缠表示,并以相同权重将对应独热标签编码整合为纠缠标签编码。两者上传至服务器用于训练全局分类器。训练过程中,每个纠缠表示通过其纠缠标签编码在类别间受监督,同时每轮重新采样随机权重以引入多样性,缓解全局分类器的过自信问题,获得更平滑的决策边界。此外,客户端仅上传一个纠缠表示及其纠缠标签编码,降低了表示逆向攻击风险并减少通信开销。大量实验表明,FedRE在模型性能、隐私保护与通信开销之间实现了有效平衡。代码已公开于 https://github.com/AIResearch-Group/FedRE。

原文摘要 · Abstract (English)

Federated learning (FL) enables collaborative training across clients while preserving privacy. While most existing FL methods assume homogeneous model architectures, client heterogeneity in both data and resources makes this assumption impractical, thus motivating model-heterogeneous FL. To address this problem, we propose Federated Representation Entanglement (FedRE), a framework built upon a novel form of client knowledge termed entangled representation. Specifically, each client aggregates its local representations into a single entangled representation using normalized random weights, and then applies the same weights to integrate the corresponding one-hot label encodings into an entangled-label encoding. Both are subsequently uploaded to the server to train a global classifier. During training, each entangled representation is supervised across categories via its entangled-label encoding, while random weights are re-sampled at each round to introduce diversity, alleviating overconfidence in the global classifier and yielding smoother decision boundaries. Moreover, each client uploads a single entangled representation along with its entangled-label encoding, mitigating the risk of representation inversion attacks and reducing communication overhead. Extensive experiments demonstrate that FedRE achieves an effective trade-off among model performance, privacy protection, and communication overhead. The codes are available at https://github.com/AIResearch-Group/FedRE.

联邦学习模型异构隐私保护通信效率

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。