LGJul 8, 2021

Mitigating Memorization in Sample Selection for Learning with Noisy Labels

arXiv:2107.07041v11 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of noisy labels in deep learning for practitioners and researchers, offering an incremental improvement over existing sample selection techniques by specifically targeting dominant-noisy-labeled samples.

The paper tackles the problem of deep learning's vulnerability to noisy labels, particularly when noisy samples are concentrated in a few dominant classes, by proposing a sample selection method that penalizes these dominant-noisy-labeled samples using class-wise penalty labels. The result is a significantly more robust learning process compared to existing methods, as demonstrated through experiments on benchmarks like CIFAR-10, CIFAR-100, Tiny-ImageNet, and real-world datasets such as ANIMAL-10N and Clothing1M across various noise rates and types.

Because deep learning is vulnerable to noisy labels, sample selection techniques, which train networks with only clean labeled data, have attracted a great attention. However, if the labels are dominantly corrupted by few classes, these noisy samples are called dominant-noisy-labeled samples, the network also learns dominant-noisy-labeled samples rapidly via content-aware optimization. In this study, we propose a compelling criteria to penalize dominant-noisy-labeled samples intensively through class-wise penalty labels. By averaging prediction confidences for the each observed label, we obtain suitable penalty labels that have high values if the labels are largely corrupted by some classes. Experiments were performed using benchmarks (CIFAR-10, CIFAR-100, Tiny-ImageNet) and real-world datasets (ANIMAL-10N, Clothing1M) to evaluate the proposed criteria in various scenarios with different noise rates. Using the proposed sample selection, the learning process of the network becomes significantly robust to noisy labels compared to existing methods in several noise types.

Foundations

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

Your Notes