paper-with-me

홈 › Papers

Noisy Concurrent Training for Efficient Learning under Label Noise

2020-09-17 · Fahad Sarfraz, Elahe Arani, Bahram Zonooz

Deep neural networks (DNNs) fail to learn effectively under label noise and have been shown to memorize random labels which affect their generalization performance. We consider learning in isolation, using one-hot encoded labels as the sole source of supervision, and a lack of regularization to discourage memorization as the major shortcomings of the standard training procedure. Thus, we propose Noisy Concurrent Training (NCT) which leverages collaborative learning to use the consensus between two models as an additional source of supervision. Furthermore, inspired by trial-to-trial variability in the brain, we propose a counter-intuitive regularization technique, target variability, which entails randomly changing the labels of a percentage of training samples in each batch as a deterrent to memorization and over-generalization in DNNs. Target variability is applied independently to each model to keep them diverged and avoid the confirmation bias. As DNNs tend to prioritize learning simple patterns first before memorizing the noisy labels, we employ a dynamic learning scheme whereby as the training progresses, the two models increasingly rely more on their consensus. NCT also progressively increases the target variability to avoid memorization in later stages. We demonstrate the effectiveness of our approach on both synthetic and real-world noisy benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2009.08325

Code (2)

NeurAI-Lab/NCT 공식 구현 pytorch
NeurAI-Lab/UniNet pytorch

Tasks

Image ClassificationMemorization

Similar Papers 제목 키워드 기반

A Committee of Convolutional Neural Networks for Image Classication in the Concurrent Presence of Feature and Label Noise

2020-04-19 · Stanisław Kaźmierczak, Jacek Mańdziuk

Image classification has become a ubiquitous task. Models trained on good quality data achieve accuracy which in some application domains is already above human-level performance. Unfortunately, real-world data are quite…

Attributeimage-classificationImage Classification

CoLafier: Collaborative Noisy Label Purifier With Local Intrinsic Dimensionality Guidance

2024-01-10 · Dongyu Zhang, Ruofan Hu, Elke Rundensteiner

Deep neural networks (DNNs) have advanced many machine learning tasks, but their performance is often harmed by noisy labels in real-world data. Addressing this, we introduce CoLafier, a novel approach that uses Local In…

Learning with noisy labels

Pre-train to Gain: Robust Learning Without Clean Labels

2025-11-25 · David Szczecina, Nicholas Pellegrino, Paul Fieguth arxiv

Training deep networks with noisy labels leads to poor generalization and degraded accuracy due to overfitting to label noise. Existing approaches for learning with noisy labels often rely on the availability of a clean …

Learning with noisy labelsSelf-Supervised Learning

How does Early Stopping Help Generalization against Label Noise?

2019-11-19 · Hwanjun Song, Minseok Kim, Dongmin Park, Jae-Gil Lee

Noisy labels are very common in real-world training data, which lead to poor generalization on test data because of overfitting to the noisy labels. In this paper, we claim that such overfitting can be avoided by "early …

Prestopping: How Does Early Stopping Help Generalization Against Label Noise?

2019-09-25 · Hwanjun Song, Minseok Kim, Dongmin Park, Jae-Gil Lee

Noisy labels are very common in real-world training data, which lead to poor generalization on test data because of overfitting to the noisy labels. In this paper, we claim that such overfitting can be avoided by "early …