paper-with-me

Papers

Federated Learning with Instance-Dependent Noisy Label

2023-12-16 · Lei Wang, Jieming Bian, Jie Xu

Federated learning (FL) with noisy labels poses a significant challenge. Existing methods designed for handling noisy labels in centralized learning tend to lose their effectiveness in the FL setting, mainly due to the small dataset size and the heterogeneity of client data. While some attempts have been made to tackle FL with noisy labels, they primarily focused on scenarios involving class-conditional noise. In this paper, we study the more challenging and practical issue of instance-dependent noise (IDN) in FL. We introduce a novel algorithm called FedBeat (Federated Learning with Bayesian Ensemble-Assisted Transition Matrix Estimation). FedBeat aims to build a global statistically consistent classifier using the IDN transition matrix (IDNTM), which encompasses three synergistic steps: (1) A federated data extraction step that constructs a weak global model and extracts high-confidence data using a Bayesian model ensemble method. (2) A federated transition matrix estimation step in which clients collaboratively train an IDNTM estimation network based on the extracted data. (3) A federated classifier correction step that enhances the global model's performance by training it using a loss function tailored for noisy labels, leveraging the IDNTM. Experiments conducted on CIFAR-10 and SVHN verify that the proposed method significantly outperforms state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2312.10324

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Mixed Blessing: Class-Wise Embedding guided Instance-Dependent Partial Label Learning

2024-12-06 · Fuchao Yang, Jianhong Cheng, Hui Liu, Yongqiang Dong 외

In partial label learning (PLL), every sample is associated with a candidate label set comprising the ground-truth label and several noisy labels. The conventional PLL assumes the noisy labels are randomly generated (ins…

Partial Label Learning

Rethinking the Value of Labels for Instance-Dependent Label Noise Learning

2023-05-10 · Hanwen Deng, Weijia Zhang, Min-Ling Zhang

Label noise widely exists in large-scale datasets and significantly degenerates the performances of deep learning algorithms. Due to the non-identifiability of the instance-dependent noise transition matrix, most existin…

Representation Learning

Instance-Dependent Noisy Label Learning via Graphical Modelling

2022-09-02 · Arpit Garg, Cuong Nguyen, Rafael Felix, Thanh-Toan Do 외

Noisy labels are unavoidable yet troublesome in the ecosystem of deep learning because models can easily overfit them. There are many types of label noise, such as symmetric, asymmetric and instance-dependent noise (IDN)…

Image ClassificationLearning with noisy labels

Instance-dependent Label Distribution Estimation for Learning with Label Noise

2022-12-16 · Zehui Liao, Shishuai Hu, Yutong Xie, Yong Xia

Noise transition matrix (NTM) estimation is a promising approach for learning with label noise. It can infer clean posterior probabilities, known as Label Distribution (LD), based on noisy ones and reduce the impact of n…

image-classificationImage Classification

An Instance-Dependent Simulation Framework for Learning with Label Noise

2021-07-23 · Keren Gu, Xander Masotto, Vandana Bachani, Balaji Lakshminarayanan 외

We propose a simulation framework for generating instance-dependent noisy labels via a pseudo-labeling paradigm. We show that the distribution of the synthetic noisy labels generated with our framework is closer to human…

Learning with noisy labels