FedReLa: Imbalanced Federated Learning via Re-Labeling
About
Federated learning has emerged as the foremost approach for decentralized model training with privacy preservation. The global class imbalance and cross-client data heterogeneity naturally coexist, and the mismatch between local and global imbalances exacerbates the performance degradation of the aggregated model. The agnosticism of global class distribution poses significant challenges for data-level methods, especially under extreme conditions with severe class absence across clients. In this paper, we propose FedReLa, a novel data-level approach that tackles the coexistence of data heterogeneity and class imbalance in federated learning. By re-labeling samples with a feature-dependent label re-allocator, FedReLa corrects biased global decision boundaries without requiring knowledge of the global class distribution. This modular, model-agnostic approach can be integrated with algorithmic methods to deliver consistent improvements without additional communication overhead. Through extensive experiments, our method significantly improves the accuracy of minority classes and the overall accuracy on stepwise-imbalanced and long-tailed datasets, outperforming the previous state of the art.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Long-Tailed Image Classification | ImageNet LT | Accuracy (Many)45.43 | 51 | |
| Image Classification | CIFAR-10 10% labeled data (test) | All Accuracy79.03 | 31 | |
| Image Classification | F-MNIST 10% Minority (test) | Majority Accuracy90.32 | 20 | |
| Image Classification | CIFAR-10 30% Minority (test) | Majority Accuracy87.47 | 20 | |
| Image Classification | F-MNIST 30% Minority (test) | Majority Accuracy92.3 | 20 | |
| Image Classification | CIFAR-100 10% Minority (test) | Majority Accuracy0.5901 | 20 | |
| Image Classification | CIFAR-100 30% Minority (test) | Majority Accuracy58.11 | 20 |