paper-with-me

홈 › Papers

Towards Federated Learning against Noisy Labels via Local Self-Regularization

2022-08-25 · Xuefeng Jiang, Sheng Sun, Yuwei Wang, Min Liu

Federated learning (FL) aims to learn joint knowledge from a large scale of decentralized devices with labeled data in a privacy-preserving manner. However, since high-quality labeled data require expensive human intelligence and efforts, data with incorrect labels (called noisy labels) are ubiquitous in reality, which inevitably cause performance degradation. Although a lot of methods are proposed to directly deal with noisy labels, these methods either require excessive computation overhead or violate the privacy protection principle of FL. To this end, we focus on this issue in FL with the purpose of alleviating performance degradation yielded by noisy labels meanwhile guaranteeing data privacy. Specifically, we propose a Local Self-Regularization method, which effectively regularizes the local training process via implicitly hindering the model from memorizing noisy labels and explicitly narrowing the model output discrepancy between original and augmented instances using self distillation. Experimental results demonstrate that our proposed method can achieve notable resistance against noisy labels in various noise levels on three benchmark datasets. In addition, we integrate our method with existing state-of-the-arts and achieve superior performance on the real-world dataset Clothing1M. The code is available at https://github.com/Sprinter1999/FedLSR.

📄 PDF Abstract BibTeX arXiv:2208.12807

Code (1)

sprinter1999/fedlsr 공식 구현 pytorch

Tasks

Federated LearningPrivacy Preserving

Similar Papers 제목 키워드 기반

FedCova: Robust Federated Covariance Learning Against Noisy Labels

2026-03-04 · Xiangyu Zhong, Xiaojun Yuan, Ying-Jun Angela Zhang arxiv

Noisy labels in distributed datasets induce severe local overfitting and consequently compromise the global model in federated learning (FL). Most existing solutions rely on selecting clean devices or aligning with publi…

Federated Learning

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

FedNoisy: Federated Noisy Label Learning Benchmark

2023-06-20 · Siqi Liang, Jintao Huang, Junyuan Hong, Dun Zeng 외

Federated learning has gained popularity for distributed learning without aggregating sensitive data from clients. But meanwhile, the distributed and isolated nature of data isolation may be complicated by data quality, …

Federated LearningLearning with noisy labels

Robust Federated Learning with Noisy Labels

2020-12-03 · Seunghan Yang, Hyoungseob Park, Junyoung Byun, Changick Kim

Federated learning is a paradigm that enables local devices to jointly train a server model while keeping the data decentralized and private. In federated learning, since local data are collected by clients, it is hardly…

Federated LearningLearning with noisy labels

FedNoiL: A Simple Two-Level Sampling Method for Federated Learning with Noisy Labels

2022-05-20 · Zhuowei Wang, Tianyi Zhou, Guodong Long, Bo Han 외

Federated learning (FL) aims at training a global model on the server side while the training data are collected and located at the local devices. Hence, the labels in practice are usually annotated by clients of varying…

Federated LearningLearning with noisy labels