HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Making Deep Neural Networks Robust to Label Noise: a Loss Correction Approach

Giorgio Patrini; Alessandro Rozza; Aditya Menon; Richard Nock; Lizhen Qu

Making Deep Neural Networks Robust to Label Noise: a Loss Correction Approach

Abstract

We present a theoretically grounded approach to train deep neural networks, including recurrent networks, subject to class-dependent label noise. We propose two procedures for loss correction that are agnostic to both application domain and network architecture. They simply amount to at most a matrix inversion and multiplication, provided that we know the probability of each class being corrupted into another. We further show how one can estimate these probabilities, adapting a recent technique for noise estimation to the multi-class setting, and thus providing an end-to-end framework. Extensive experiments on MNIST, IMDB, CIFAR-10, CIFAR-100 and a large scale dataset of clothing images employing a diversity of architectures --- stacking dense, convolutional, pooling, dropout, batch normalization, word embedding, LSTM and residual layers --- demonstrate the noise robustness of our proposals. Incidentally, we also prove that, when ReLU is the only non-linearity, the loss curvature is immune to class-dependent label noise.

Code Repositories

yikun2019/PENCIL
pytorch
Mentioned in GitHub
giorgiop/loss-correction
Official
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
image-classification-on-clothing1m-usingForward
Accuracy: 80.27
image-classification-on-mini-webvision-1-0F-Correction (Inception-ResNet-v2)
ImageNet Top-1 Accuracy: 57.36
ImageNet Top-5 Accuracy: 82.36
Top-1 Accuracy: 61.12
Top-5 Accuracy: 82.68
learning-with-noisy-labels-on-cifar-100nBackward-T
Accuracy (mean): 57.14
learning-with-noisy-labels-on-cifar-100nForward-T
Accuracy (mean): 57.01
learning-with-noisy-labels-on-cifar-10nForward-T
Accuracy (mean): 88.24
learning-with-noisy-labels-on-cifar-10nBackward-T
Accuracy (mean): 88.13
learning-with-noisy-labels-on-cifar-10n-1Backward-T
Accuracy (mean): 87.14
learning-with-noisy-labels-on-cifar-10n-1Forward-T
Accuracy (mean): 86.88
learning-with-noisy-labels-on-cifar-10n-2Backward-T
Accuracy (mean): 86.28
learning-with-noisy-labels-on-cifar-10n-2Forward-T
Accuracy (mean): 86.14
learning-with-noisy-labels-on-cifar-10n-3Backward-T
Accuracy (mean): 86.86
learning-with-noisy-labels-on-cifar-10n-3Forward-T
Accuracy (mean): 87.04
learning-with-noisy-labels-on-cifar-10n-worstForward-T
Accuracy (mean): 79.79
learning-with-noisy-labels-on-cifar-10n-worstBackward-T
Accuracy (mean): 77.61

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Making Deep Neural Networks Robust to Label Noise: a Loss Correction Approach | Papers | HyperAI