HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Co-teaching: Robust Training of Deep Neural Networks with Extremely Noisy Labels

Bo Han; Quanming Yao; Xingrui Yu; Gang Niu; Miao Xu; Weihua Hu; Ivor Tsang; Masashi Sugiyama

Co-teaching: Robust Training of Deep Neural Networks with Extremely Noisy Labels

Abstract

Deep learning with noisy labels is practically challenging, as the capacity of deep models is so high that they can totally memorize these noisy labels sooner or later during training. Nonetheless, recent studies on the memorization effects of deep neural networks show that they would first memorize training data of clean labels and then those of noisy labels. Therefore in this paper, we propose a new deep learning paradigm called Co-teaching for combating with noisy labels. Namely, we train two deep neural networks simultaneously, and let them teach each other given every mini-batch: firstly, each network feeds forward all data and selects some data of possibly clean labels; secondly, two networks communicate with each other what data in this mini-batch should be used for training; finally, each network back propagates the data selected by its peer network and updates itself. Empirical results on noisy versions of MNIST, CIFAR-10 and CIFAR-100 demonstrate that Co-teaching is much superior to the state-of-the-art methods in the robustness of trained deep models.

Code Repositories

ziegler-ingo/cleavage_prediction
pytorch
Mentioned in GitHub
smilelab-fl/fednoisy
pytorch
Mentioned in GitHub
yeachan-kr/pytorch-coteaching
pytorch
Mentioned in GitHub
bhanML/Co-teaching
Official
pytorch
Mentioned in GitHub
viethungluu/co-teaching
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
image-classification-on-clothing1mCoT
Accuracy: 70.15%
image-classification-on-mini-webvision-1-0Co-teaching (Inception-ResNet-v2)
ImageNet Top-1 Accuracy: 61.48
ImageNet Top-5 Accuracy: 84.70
Top-1 Accuracy: 63.58
Top-5 Accuracy: 85.20
learning-with-noisy-labels-on-cifar-100nCo-Teaching
Accuracy (mean): 60.37
learning-with-noisy-labels-on-cifar-10nCo-Teaching
Accuracy (mean): 91.20
learning-with-noisy-labels-on-cifar-10n-1Co-Teaching
Accuracy (mean): 90.33
learning-with-noisy-labels-on-cifar-10n-2Co-Teaching
Accuracy (mean): 90.30
learning-with-noisy-labels-on-cifar-10n-3Co-Teaching
Accuracy (mean): 90.15
learning-with-noisy-labels-on-cifar-10n-worstCo-Teaching
Accuracy (mean): 83.83

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
Co-teaching: Robust Training of Deep Neural Networks with Extremely Noisy Labels | Papers | HyperAI