Self-paced Resistance Learning against Overfitting on Noisy Labels
Xiaoshuang Shi, Zhenhua Guo, Kang Li, Yun Liang, Xiaofeng Zhu

TL;DR
This paper introduces a self-paced resistance learning framework that leverages CNN memorization effects to effectively combat overfitting caused by noisy labels without requiring clean validation data.
Contribution
It proposes a novel curriculum and resistance loss integrated into a unified training framework to improve robustness against noisy labels in CNN training.
Findings
Outperforms recent state-of-the-art methods on noisy-label datasets.
Effectively resists overfitting on corrupted labels.
Demonstrates robustness without clean validation data.
Abstract
Noisy labels composed of correct and corrupted ones are pervasive in practice. They might significantly deteriorate the performance of convolutional neural networks (CNNs), because CNNs are easily overfitted on corrupted labels. To address this issue, inspired by an observation, deep neural networks might first memorize the probably correct-label data and then corrupt-label samples, we propose a novel yet simple self-paced resistance framework to resist corrupted labels, without using any clean validation data. The proposed framework first utilizes the memorization effect of CNNs to learn a curriculum, which contains confident samples and provides meaningful supervision for other training samples. Then it adopts selected confident samples and a proposed resistance loss to update model parameters; the resistance loss tends to smooth model parameters' update or attain equivalent…
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 · Water Systems and Optimization · Domain Adaptation and Few-Shot Learning
