paper-with-me

Papers

Debiased Sample Selection for Combating Noisy Labels

2024-01-24 · Qi Wei, Lei Feng, Haobo Wang, Bo An

Learning with noisy labels aims to ensure model generalization given a label-corrupted training set. The sample selection strategy achieves promising performance by selecting a label-reliable subset for model training. In this paper, we empirically reveal that existing sample selection methods suffer from both data and training bias that are represented as imbalanced selected sets and accumulation errors in practice, respectively. However, only the training bias was handled in previous studies. To address this limitation, we propose a noIse-Tolerant Expert Model (ITEM) for debiased learning in sample selection. Specifically, to mitigate the training bias, we design a robust network architecture that integrates with multiple experts. Compared with the prevailing double-branch network, our network exhibits better performance of selection and prediction by ensembling these experts while training with fewer parameters. Meanwhile, to mitigate the data bias, we propose a mixed sampling strategy based on two weight-based data samplers. By training on the mixture of two class-discriminative mini-batches, the model mitigates the effect of the imbalanced training set while avoiding sparse representations that are easily caused by sampling strategies. Extensive experiments and analyses demonstrate the effectiveness of ITEM. Our code is available at this url \href{https://github.com/1998v7/ITEM}{ITEM}.

📄 PDF Abstract BibTeX arXiv:2401.13360

Code (1)

1998v7/item 공식 구현 pytorch

Tasks

Learning with noisy labels

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Jo-SRC: A Contrastive Approach for Combating Noisy Labels

2021-03-24 · CVPR 2021 1 · Yazhou Yao, Zeren Sun, Chuanyi Zhang, Fumin Shen 외

Due to the memorization effect in Deep Neural Networks (DNNs), training with noisy labels usually results in inferior model performance. Existing state-of-the-art methods primarily adopt a sample selection strategy, whic…

Contrastive LearningMemorization

PNP: Robust Learning From Noisy Labels by Probabilistic Noise Prediction

2022-01-01 · CVPR 2022 1 · Zeren Sun, Fumin Shen, Dan Huang, Qiong Wang 외

Label noise has been a practical challenge in deep learning due to the strong capability of deep neural networks in fitting all training data. Prior literature primarily resorts to sample selection methods for combat…

ProMix: Combating Label Noise via Maximizing Clean Sample Utility

2022-07-21 · Ruixuan Xiao, Yiwen Dong, Haobo Wang, Lei Feng 외

Learning with Noisy Labels (LNL) has become an appealing topic, as imperfectly annotated data are relatively cheaper to obtain. Recent state-of-the-art approaches employ specific selection mechanisms to separate clean an…

Learning with noisy labels

Learning from Noisy Labels for Long-tailed Data via Optimal Transport

2024-08-07 · Mengting Li, Chuang Zhu

Noisy labels, which are common in real-world datasets, can significantly impair the training of deep learning models. However, recent adversarial noise-combating methods overlook the long-tailed distribution of real data…

DenoisingPseudo Label

Combating Noisy Labels with Sample Selection by Mining High-Discrepancy Examples

2023-01-01 · ICCV 2023 1 · Xiaobo Xia, Bo Han, Yibing Zhan, Jun Yu 외

The sample selection approach is popular in learning with noisy labels. The state-of-the-art methods train two deep networks simultaneously for sample selection, which aims to employ their different learning abilitie…

Learning with noisy labels