LGAIMar 25, 2024

FedFixer: Mitigating Heterogeneous Label Noise in Federated Learning

arXiv:2403.16561v131 citationsh-index: 15AAAI
Originality Incremental advance
AI Analysis

This addresses label quality issues in federated learning for applications like distributed data systems, but it is incremental as it builds on existing noise mitigation methods.

The paper tackles the problem of heterogeneous label noise in federated learning by proposing FedFixer, which uses personalized and global models with regularizers to select clean samples, achieving improved performance in filtering noisy labels, especially in highly heterogeneous scenarios.

Federated Learning (FL) heavily depends on label quality for its performance. However, the label distribution among individual clients is always both noisy and heterogeneous. The high loss incurred by client-specific samples in heterogeneous label noise poses challenges for distinguishing between client-specific and noisy label samples, impacting the effectiveness of existing label noise learning approaches. To tackle this issue, we propose FedFixer, where the personalized model is introduced to cooperate with the global model to effectively select clean client-specific samples. In the dual models, updating the personalized model solely at a local level can lead to overfitting on noisy data due to limited samples, consequently affecting both the local and global models' performance. To mitigate overfitting, we address this concern from two perspectives. Firstly, we employ a confidence regularizer to alleviate the impact of unconfident predictions caused by label noise. Secondly, a distance regularizer is implemented to constrain the disparity between the personalized and global models. We validate the effectiveness of FedFixer through extensive experiments on benchmark datasets. The results demonstrate that FedFixer can perform well in filtering noisy label samples on different clients, especially in highly heterogeneous label noise scenarios.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes