CVNov 16, 2020

Combining Self-Supervised and Supervised Learning with Noisy Labels

arXiv:2011.08145v29 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of noisy labels in visual classification, which is a common issue in real-world datasets, but the approach is incremental as it builds on existing self-supervised and supervised learning methods.

The paper tackles the problem of training convolutional neural networks robustly against noisy labels in visual classification by proposing CS^3NL, which uses self-supervised learning for representation and supervised learning for the classifier, achieving state-of-the-art results with significant margins, especially under high noise levels.

Since convolutional neural networks (CNNs) can easily overfit noisy labels, which are ubiquitous in visual classification tasks, it has been a great challenge to train CNNs against them robustly. Various methods have been proposed for this challenge. However, none of them pay attention to the difference between representation and classifier learning of CNNs. Thus, inspired by the observation that classifier is more robust to noisy labels while representation is much more fragile, and by the recent advances of self-supervised representation learning (SSRL) technologies, we design a new method, i.e., CS$^3$NL, to obtain representation by SSRL without labels and train the classifier directly with noisy labels. Extensive experiments are performed on both synthetic and real benchmark datasets. Results demonstrate that the proposed method can beat the state-of-the-art ones by a large margin, especially under a high noisy level.

Foundations

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

Your Notes