LGAIApr 6, 2023

Learning Cautiously in Federated Learning with Noisy and Heterogeneous Clients

arXiv:2304.02892v121 citationsh-index: 88
Originality Incremental advance
AI Analysis

This addresses robustness challenges in federated learning for real-world applications with noisy and heterogeneous clients, representing an incremental improvement.

The paper tackles the problem of federated learning with both non-IID data and label noise, proposing FedCNI to improve performance without a clean proxy dataset, achieving substantial gains over state-of-the-art methods in experiments.

Federated learning (FL) is a distributed framework for collaboratively training with privacy guarantees. In real-world scenarios, clients may have Non-IID data (local class imbalance) with poor annotation quality (label noise). The co-existence of label noise and class imbalance in FL's small local datasets renders conventional FL methods and noisy-label learning methods both ineffective. To address the challenges, we propose FedCNI without using an additional clean proxy dataset. It includes a noise-resilient local solver and a robust global aggregator. For the local solver, we design a more robust prototypical noise detector to distinguish noisy samples. Further to reduce the negative impact brought by the noisy samples, we devise a curriculum pseudo labeling method and a denoise Mixup training strategy. For the global aggregator, we propose a switching re-weighted aggregation method tailored to different learning periods. Extensive experiments demonstrate our method can substantially outperform state-of-the-art solutions in mix-heterogeneous FL environments.

Foundations

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

Your Notes