CVSep 1, 2022

Combating Noisy Labels in Long-Tailed Image Classification

arXiv:2209.00273v22 citationsh-index: 55
Originality Highly original
AI Analysis

This addresses a practical challenge in real-world datasets where imbalanced classes and label noise coexist, offering a solution for more robust image classification.

The paper tackles the problem of image classification with both long-tailed class distributions and noisy labels, proposing a new learning paradigm that uses weak-strong augmentation matching to identify noisy samples and a regularization to mitigate their effect, achieving superior performance over state-of-the-art methods in this scenario.

Most existing methods that cope with noisy labels usually assume that the class distributions are well balanced, which has insufficient capacity to deal with the practical scenarios where training samples have imbalanced distributions. To this end, this paper makes an early effort to tackle the image classification task with both long-tailed distribution and label noise. Existing noise-robust learning methods cannot work in this scenario as it is challenging to differentiate noisy samples from clean samples of tail classes. To deal with this problem, we propose a new learning paradigm based on matching between inferences on weak and strong data augmentations to screen out noisy samples and introduce a leave-noise-out regularization to eliminate the effect of the recognized noisy samples. Furthermore, we incorporate a novel prediction penalty based on online prior distribution to avoid bias towards head classes. This mechanism has superiority in capturing the class fitting degree in realtime compared to the existing long-tail classification methods. Exhaustive experiments demonstrate that the proposed method outperforms state-of-the-art algorithms that address the distribution imbalance problem in long-tailed classification under noisy labels.

Foundations

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

Your Notes