Combating noisy labels by agreement: A joint training method with co-regularization
Hongxin Wei, Lei Feng, Xiangyu Chen, Bo An

TL;DR
This paper introduces JoCoR, a joint training method with co-regularization that reduces disagreement between networks to effectively learn from noisy labels, outperforming existing approaches on benchmark datasets.
Contribution
The paper proposes a novel joint training paradigm called JoCoR that minimizes network disagreement through co-regularization, improving robustness to noisy labels.
Findings
JoCoR outperforms state-of-the-art methods on benchmark datasets.
Reducing network disagreement enhances learning with noisy labels.
Experimental results on MNIST, CIFAR, and Clothing1M validate effectiveness.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Combating Noisy Labels by Agreement: A Joint Training Method with Co-Regularization· youtube
Taxonomy
TopicsMachine Learning and Data Classification · Machine Learning and Algorithms · Imbalanced Data Classification Techniques
