paper-with-me

Papers

Towards Robust Learning with Different Label Noise Distributions

2019-12-18 · Diego Ortego, Eric Arazo, Paul Albert, Noel E. O'Connor, Kevin McGuinness

Noisy labels are an unavoidable consequence of labeling processes and detecting them is an important step towards preventing performance degradations in Convolutional Neural Networks. Discarding noisy labels avoids a harmful memorization, while the associated image content can still be exploited in a semi-supervised learning (SSL) setup. Clean samples are usually identified using the small loss trick, i.e. they exhibit a low loss. However, we show that different noise distributions make the application of this trick less straightforward and propose to continuously relabel all images to reveal a discriminative loss against multiple distributions. SSL is then applied twice, once to improve the clean-noisy detection and again for training the final model. We design an experimental setup based on ImageNet32/64 for better understanding the consequences of representation learning with differing label noise distributions and find that non-uniform out-of-distribution noise better resembles real-world noise and that in most cases intermediate features are not affected by label noise corruption. Experiments in CIFAR-10/100, ImageNet32/64 and WebVision (real-world noise) demonstrate that the proposed label noise Distribution Robust Pseudo-Labeling (DRPL) approach gives substantial improvements over recent state-of-the-art. Code is available at https://git.io/JJ0PV.

📄 PDF Abstract BibTeX arXiv:1912.08741

Code (1)

DiegoOrtego/LabelNoiseDRPL pytorch

Tasks

MemorizationRepresentation Learning

Similar Papers 제목 키워드 기반

Non-Convex Boosting Overcomes Random Label Noise

2014-09-09 · Sunsern Cheamanunkul, Evan Ettinger, Yoav Freund

The sensitivity of Adaboost to random label noise is a well-studied problem. LogitBoost, BrownBoost and RobustBoost are boosting algorithms claimed to be less sensitive to noise than AdaBoost. We present the results of e…

Sensitivity

A law of adversarial risk, interpolation, and label noise

2022-07-08 · Daniel Paleka, Amartya Sanyal

In supervised learning, it has been shown that label noise in the data can be interpolated without penalties on test accuracy. We show that interpolating label noise induces adversarial vulnerability, and prove the first…

Inductive Bias

Classification with Asymmetric Label Noise: Consistency and Maximal Denoising

2013-03-05 · Gilles Blanchard, Marek Flaska, Gregory Handy, Sara Pozzi 외

In many real-world classification problems, the labels of training examples are randomly corrupted. Most previous theoretical work on classification with label noise assumes that the two classes are separable, that the l…

ClassificationDenoisingGeneral Classification

Probabilistic End-to-end Noise Correction for Learning with Noisy Labels

2019-03-19 · CVPR 2019 6 · Kun Yi, Jianxin Wu

Deep learning has achieved excellent performance in various computer vision tasks, but requires a lot of training examples with clean labels. It is easy to collect a dataset with noisy labels, but such noise makes networ…

Image ClassificationLearning with noisy labels

Label Noise Cleaning for Supervised Classification via Bernoulli Random Sampling

2026-03-15 · Yuxin Liu, Xiong Jin, Yang Han arxiv

Label noise - incorrect labels assigned to observations - can substantially degrade the performance of supervised classifiers. This paper proposes a label noise cleaning method based on Bernoulli random sampling. We show…