paper-with-me

홈 › Papers

Is your noise correction noisy? PLS: Robustness to label noise with two stage detection

2022-10-10 · Paul Albert, Eric Arazo, Tarun Krishna, Noel E. O'Connor, Kevin McGuinness

Designing robust algorithms capable of training accurate neural networks on uncurated datasets from the web has been the subject of much research as it reduces the need for time consuming human labor. The focus of many previous research contributions has been on the detection of different types of label noise; however, this paper proposes to improve the correction accuracy of noisy samples once they have been detected. In many state-of-the-art contributions, a two phase approach is adopted where the noisy samples are detected before guessing a corrected pseudo-label in a semi-supervised fashion. The guessed pseudo-labels are then used in the supervised objective without ensuring that the label guess is likely to be correct. This can lead to confirmation bias, which reduces the noise robustness. Here we propose the pseudo-loss, a simple metric that we find to be strongly correlated with pseudo-label correctness on noisy samples. Using the pseudo-loss, we dynamically down weight under-confident pseudo-labels throughout training to avoid confirmation bias and improve the network accuracy. We additionally propose to use a confidence guided contrastive objective that learns robust representation on an interpolated objective between class bound (supervised) for confidently corrected samples and unsupervised representation for under-confident label corrections. Experiments demonstrate the state-of-the-art performance of our Pseudo-Loss Selection (PLS) algorithm on a variety of benchmark datasets including curated data synthetically corrupted with in-distribution and out-of-distribution noise, and two real world web noise datasets. Our experiments are fully reproducible github.com/PaulAlbert31/SNCF

📄 PDF Abstract BibTeX arXiv:2210.04578

Code (2)

paulalbert31/pls 공식 구현 pytorch
paulalbert31/sncf 공식 구현 pytorch

Tasks

Pseudo Label

Similar Papers 제목 키워드 기반

Label Noise: Correcting the Forward-Correction

2023-07-24 · William Toner, Amos Storkey

Training neural network classifiers on datasets with label noise poses a risk of overfitting them to the noisy labels. To address this issue, researchers have explored alternative loss functions that aim to be more robus…

Detect and Correct: A Selective Noise Correction Method for Learning with Noisy Labels

2025-05-19 · Yuval Grinberg, Nimrod Harel, Jacob Goldberger, Ofir Lindenbaum

Falsely annotated samples, also known as noisy labels, can significantly harm the performance of deep learning models. Two main approaches for learning with noisy labels are global noise estimation and data filtering. Gl…

Learning with noisy labelsNoise Estimation

Can Label-Noise Transition Matrix Help to Improve Sample Selection and Label Correction?

2021-09-29 · Yu Yao, Xuefeng Li, Tongliang Liu, Alan Blair 외

Existing methods for learning with noisy labels can be generally divided into two categories: (1) sample selection and label correction based on the memorization effect of neural networks; (2) loss correction with the tr…

Learning with noisy labelsMemorization

Learning Graph Neural Networks with Noisy Labels

2019-05-05 · ICLR Workshop LLD 2019 · Hoang NT, Choong Jun Jin, Tsuyoshi Murata

We study the robustness to symmetric label noise of GNNs training procedures. By combining the nonlinear neural message-passing models (e.g. Graph Isomorphism Networks, GraphSAGE, etc.) with loss correction methods, we p…

General ClassificationGraph Classification

Learning to Correct Noisy Labels for Fine-Grained Entity Typing via Co-Prediction Prompt Tuning

2023-10-23 · Minghao Tang, Yongquan He, Yongxiu Xu, Hongbo Xu 외

Fine-grained entity typing (FET) is an essential task in natural language processing that aims to assign semantic types to entities in text. However, FET poses a major challenge known as the noise labeling problem, where…

Entity TypingPrediction