arXiv:2602.21078cs.LGcs.CV2026-02

用代理模型同时解决联邦学习中的数据分布差异问题。

ProxyFL: A Proxy-Guided Framework for Federated Semi-Supervised Learning

  • 用可学习的代理权重模拟全局与本地类别分布。
  • 在联邦端减少错误伪标签影响,提升训练数据利用率。
  • 适合隐私保护下标注数据稀缺的场景,性能更优。

联邦半监督学习(FSSL)旨在通过协作方式,在保护隐私的前提下利用客户端部分标注的数据训练全局模型。数据异构性是核心挑战,包括客户端间分布差异(外部异构)和客户端内标注与未标注数据不匹配(内部异构)。现有方法多采用固定或动态参数聚合策略应对外部异构,或通过过滤低置信度未标注样本缓解内部异构,但前者难以精准拟合理想全局分布,后者导致参与训练的数据减少。为此,我们提出代理引导框架ProxyFL,通过统一代理机制同步缓解两类异构:将分类器可学习权重视为代理,显式优化全局代理以对抗异常值;同时构建正负代理池,重新引入被丢弃样本,减轻潜在错误伪标签的影响。实验与理论分析验证了其在性能与收敛性上的显著优势。

原文摘要 · Abstract (English)

Federated Semi-Supervised Learning (FSSL) aims to collaboratively train a global model across clients by leveraging partially-annotated local data in a privacy-preserving manner. In FSSL, data heterogeneity is a challenging issue, which exists both across clients and within clients. External heterogeneity refers to the data distribution discrepancy across different clients, while internal heterogeneity represents the mismatch between labeled and unlabeled data within clients. Most FSSL methods typically design fixed or dynamic parameter aggregation strategies to collect client knowledge on the server (external) and / or filter out low-confidence unlabeled samples to reduce mistakes in local client (internal). But, the former is hard to precisely fit the ideal global distribution via direct weights, and the latter results in fewer data participation into FL training. To this end, we propose a proxy-guided framework called ProxyFL that focuses on simultaneously mitigating external and internal heterogeneity via a unified proxy. I.e., we consider the learnable weights of classifier as proxy to simulate the category distribution both locally and globally. For external, we explicitly optimize global proxy against outliers instead of direct weights; for internal, we re-include the discarded samples into training by a positive-negative proxy pool to mitigate the impact of potentially-incorrect pseudo-labels. Insight experiments & theoretical analysis show our significant performance and convergence in FSSL.

联邦学习半监督代理模型

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