paper-with-me

홈 › Papers

Learning Cautiously in Federated Learning with Noisy and Heterogeneous Clients

2023-04-06 · Chenrui Wu, Zexi Li, Fangxin Wang, Chao Wu

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.

📄 PDF Abstract BibTeX arXiv:2304.02892

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Robust Federated Learning With Noisy and Heterogeneous Clients

2022-01-01 · CVPR 2022 1 · Xiuwen Fang, Mang Ye

Model heterogeneous federated learning is a challenging task since each client independently designs its own model. Due to the annotation difficulty and free-riding participant issue, the local client usually contain…

Federated Learning

FedCorr: Multi-Stage Federated Learning for Label Noise Correction

2022-04-10 · CVPR 2022 1 · Jingyi Xu, Zihan Chen, Tony Q. S. Quek, Kai Fong Ernest Chong

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 clie…

Federated LearningPrivacy Preserving

Local K-Similarity Constraint for Federated Learning with Label Noise

2025-11-09 · Sanskar Amgain, Prashant Shrestha, Bidur Khanal, Alina Devkota 외 arxiv

Federated learning on clients with noisy labels is a challenging problem, as such clients can infiltrate the global model, impacting the overall generalizability of the system. Existing methods proposed to handle noisy c…

Medical Image ClassificationFederated Learning

FedFixer: Mitigating Heterogeneous Label Noise in Federated Learning

2024-03-25 · Xinyuan Ji, Zhaowei Zhu, Wei Xi, Olga Gadyatskaya 외

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 sam…

Federated Learning

Federated Noisy Client Learning

2021-06-24 · Kahou Tam, Li Li, Bo Han, Chengzhong Xu 외

Federated learning (FL) collaboratively trains a shared global model depending on multiple local clients, while keeping the training data decentralized in order to preserve data privacy. However, standard FL methods igno…

Federated Learning