How does Disagreement Help Generalization against Label Corruption?
Xingrui Yu, Bo Han, Jiangchao Yao, Gang Niu, Ivor W. Tsang, Masashi, Sugiyama

TL;DR
This paper introduces Co-teaching+ a novel robust learning paradigm that leverages disagreement between networks to improve generalization in noisy label scenarios, outperforming existing methods.
Contribution
It proposes a new disagreement-based training strategy that maintains diversity between networks to combat label noise more effectively.
Findings
Co-teaching+ outperforms state-of-the-art methods on benchmark datasets.
The disagreement strategy enhances robustness against label corruption.
Empirical results validate the effectiveness of the proposed approach.
Abstract
Learning with noisy labels is one of the hottest problems in weakly-supervised learning. Based on memorization effects of deep neural networks, training on small-loss instances becomes very promising for handling noisy labels. This fosters the state-of-the-art approach "Co-teaching" that cross-trains two deep neural networks using the small-loss trick. However, with the increase of epochs, two networks converge to a consensus and Co-teaching reduces to the self-training MentorNet. To tackle this issue, we propose a robust learning paradigm called Co-teaching+, which bridges the "Update by Disagreement" strategy with the original Co-teaching. First, two networks feed forward and predict all data, but keep prediction disagreement data only. Then, among such disagreement data, each network selects its small-loss data, but back propagates the small-loss data from its peer network and…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Imbalanced Data Classification Techniques · Machine Learning and Algorithms
