A robust approach for deep neural networks in presence of label noise: relabelling and filtering instances during training
Anabel G\'omez-R\'ios, Juli\'an Luengo, Francisco Herrera

TL;DR
This paper introduces RAFNI, a robust training strategy for CNNs that filters and relabels training instances based on model predictions, improving generalization in noisy label conditions without needing noise rate estimation.
Contribution
The paper presents RAFNI, a novel noise-robust training algorithm for CNNs that does not require prior noise rate knowledge and enhances model performance under label noise.
Findings
RAFNI outperforms state-of-the-art models on CIFAR datasets.
It effectively filters and relabels noisy instances during training.
The method improves CNN generalization in noisy label scenarios.
Abstract
Deep learning has outperformed other machine learning algorithms in a variety of tasks, and as a result, it is widely used. However, like other machine learning algorithms, deep learning, and convolutional neural networks (CNNs) in particular, perform worse when the data sets present label noise. Therefore, it is important to develop algorithms that help the training of deep networks and their generalization to noise-free test sets. In this paper, we propose a robust training strategy against label noise, called RAFNI, that can be used with any CNN. This algorithm filters and relabels instances of the training set based on the predictions and their probabilities made by the backbone neural network during the training process. That way, this algorithm improves the generalization ability of the CNN on its own. RAFNI consists of three mechanisms: two mechanisms that filter instances 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 · Advanced Neural Network Applications · Machine Learning and Algorithms
