CVMar 6, 2021

LongReMix: Robust Learning with High Confidence Samples in a Noisy Label Environment

arXiv:2103.04173v2112 citationsHas Code
AI Analysis

This addresses noisy label learning for robust deep learning, but it is incremental as it builds on existing two-stage methods.

The paper tackles the problem of deep neural networks memorizing noisy labels in high-noise environments by proposing LongReMix, a two-stage algorithm that improves generalization, achieving state-of-the-art performance on benchmarks like CIFAR-10 and CIFAR-100, particularly in high noise scenarios.

Deep neural network models are robust to a limited amount of label noise, but their ability to memorise noisy labels in high noise rate problems is still an open issue. The most competitive noisy-label learning algorithms rely on a 2-stage process comprising an unsupervised learning to classify training samples as clean or noisy, followed by a semi-supervised learning that minimises the empirical vicinal risk (EVR) using a labelled set formed by samples classified as clean, and an unlabelled set with samples classified as noisy. In this paper, we hypothesise that the generalisation of such 2-stage noisy-label learning methods depends on the precision of the unsupervised classifier and the size of the training set to minimise the EVR. We empirically validate these two hypotheses and propose the new 2-stage noisy-label training algorithm LongReMix. We test LongReMix on the noisy-label benchmarks CIFAR-10, CIFAR-100, WebVision, Clothing1M, and Food101-N. The results show that our LongReMix generalises better than competing approaches, particularly in high label noise problems. Furthermore, our approach achieves state-of-the-art performance in most datasets. The code is available at https://github.com/filipe-research/LongReMix.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes