Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Hongxin Wei committed Jul 5, 2022
1 parent 35eb5cd commit 86db359
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ CVPR'20: [Combating Noisy Labels by Agreement: A Joint Training Method with Co-R




# Abstract

Deep Learning with noisy labels is a practically challenging problem in weakly-supervised learning. The state-of-the-art approaches "Decoupling" and "Co-teaching+" claim that the "disagreement" strategy is crucial for alleviating the problem of learning with noisy labels. In this paper, we start from a different perspective and propose a robust learning paradigm called JoCoR, which aims to reduce the diversity of two networks during training. Specifically, we first use two networks to make predictions on the same mini-batch data and calculate a joint loss with Co-Regularization for each training example. Then we select small-loss examples to update the parameters of both two networks simultaneously. Trained by the joint loss, these two networks would be more and more similar due to the effect of Co-Regularization. Extensive experimental results on corrupted data from benchmark datasets including MNIST, CIFAR-10, CIFAR-100 and Clothing1M demonstrate that JoCoR is superior to many state-of-the-art approaches for learning with noisy labels.
Expand Down Expand Up @@ -34,6 +33,14 @@ For Cifar100 in my experiment, the best lambda should be 0.85.
If you change the basic model to ResNet or add normalization in dataloader, you need to try different lambda for the best.


## What's More?
Below are my other research works under this topic:

1. Using open-set noisy labels to improve robustness against inherent noisy labels: [NeurIPS 2021](https://arxiv.org/pdf/2106.10891.pdf) | [Code](https://github.com/hongxin001/ODNL)
2. How to handle noisy labels in domain adaptation: [AAAI 2022](https://arxiv.org/pdf/2201.06001.pdf) | [Code](https://github.com/Renchunzi-Xie/GearNet)
3. How to handle multiple noisy labels? [TNNLS](https://hongxin001.github.io/docs/papers/2022TNNLS.pdf)


## Citation

```
Expand Down

0 comments on commit 86db359

Please sign in to comment.