CVMar 20, 2023

PASS: Peer-Agreement based Sample Selection for training with Noisy Labels

arXiv:2303.10802v25 citationsh-index: 61
Originality Incremental advance
AI Analysis

This addresses the problem of noisy labels in deep learning for practitioners, offering an incremental improvement by integrating into existing models.

The paper tackles the challenge of distinguishing clean-label samples near decision boundaries from noisy-label samples in instance-dependent noise (IDN) scenarios, proposing PASS which improves noisy-label detection and classification accuracy across benchmarks.

The prevalence of noisy-label samples poses a significant challenge in deep learning, inducing overfitting effects. This has, therefore, motivated the emergence of learning with noisy-label (LNL) techniques that focus on separating noisy- and clean-label samples to apply different learning strategies to each group of samples. Current methodologies often rely on the small-loss hypothesis or feature-based selection to separate noisy- and clean-label samples, yet our empirical observations reveal their limitations, especially for labels with instance dependent noise (IDN). An important characteristic of IDN is the difficulty to distinguish the clean-label samples that lie near the decision boundary (i.e., the hard samples) from the noisy-label samples. We, therefore, propose a new noisy-label detection method, termed Peer-Agreement based Sample Selection (PASS), to address this problem. Utilising a trio of classifiers, PASS employs consensus-driven peer-based agreement of two models to select the samples to train the remaining model. PASS is easily integrated into existing LNL models, enabling the improvement of the detection accuracy of noisy- and clean-label samples, which increases the classification accuracy across various LNL benchmarks.

Foundations

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

Your Notes