English

FedCorr: Multi-Stage Federated Learning for Label Noise Correction

Machine Learning 2022-04-12 v1 Artificial Intelligence Computer Vision and Pattern Recognition

Abstract

Federated learning (FL) is a privacy-preserving distributed learning paradigm that enables clients to jointly train a global model. In real-world FL implementations, client data could have label noise, and different clients could have vastly different label noise levels. Although there exist methods in centralized learning for tackling label noise, such methods do not perform well on heterogeneous label noise in FL settings, due to the typically smaller sizes of client datasets and data privacy requirements in FL. In this paper, we propose FedCorr\texttt{FedCorr}, a general multi-stage framework to tackle heterogeneous label noise in FL, without making any assumptions on the noise models of local clients, while still maintaining client data privacy. In particular, (1) FedCorr\texttt{FedCorr} dynamically identifies noisy clients by exploiting the dimensionalities of the model prediction subspaces independently measured on all clients, and then identifies incorrect labels on noisy clients based on per-sample losses. To deal with data heterogeneity and to increase training stability, we propose an adaptive local proximal regularization term that is based on estimated local noise levels. (2) We further finetune the global model on identified clean clients and correct the noisy labels for the remaining noisy clients after finetuning. (3) Finally, we apply the usual training on all clients to make full use of all local data. Experiments conducted on CIFAR-10/100 with federated synthetic label noise, and on a real-world noisy dataset, Clothing1M, demonstrate that FedCorr\texttt{FedCorr} is robust to label noise and substantially outperforms the state-of-the-art methods at multiple noise levels.

Keywords

Cite

@article{arxiv.2204.04677,
  title  = {FedCorr: Multi-Stage Federated Learning for Label Noise Correction},
  author = {Jingyi Xu and Zihan Chen and Tony Q. S. Quek and Kai Fong Ernest Chong},
  journal= {arXiv preprint arXiv:2204.04677},
  year   = {2022}
}

Comments

Accepted at IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) 2022. 18 pages, 10 figures (including supplementary material). First two authors contributed equally. Code is available at: https://github.com/Xu-Jingyi/FedCorr

R2 v1 2026-06-24T10:43:37.939Z