English

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

Machine Learning 2026-02-25 v1 Computer Vision and Pattern Recognition

Abstract

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.

Keywords

Cite

@article{arxiv.2602.21078,
  title  = {ProxyFL: A Proxy-Guided Framework for Federated Semi-Supervised Learning},
  author = {Duowen Chen and Yan Wang},
  journal= {arXiv preprint arXiv:2602.21078},
  year   = {2026}
}

Comments

CVPR 2026. code: https://github.com/DuowenC/FSSLlib

R2 v1 2026-07-01T10:50:19.501Z