paper-with-me

Papers

Selective-Supervised Contrastive Learning with Noisy Labels

2022-03-08 · CVPR 2022 1 · Shikun Li, Xiaobo Xia, Shiming Ge, Tongliang Liu

Deep networks have strong capacities of embedding data into latent representations and finishing following tasks. However, the capacities largely come from high-quality annotated labels, which are expensive to collect. Noisy labels are more affordable, but result in corrupted representations, leading to poor generalization performance. To learn robust representations and handle noisy labels, we propose selective-supervised contrastive learning (Sel-CL) in this paper. Specifically, Sel-CL extend supervised contrastive learning (Sup-CL), which is powerful in representation learning, but is degraded when there are noisy labels. Sel-CL tackles the direct cause of the problem of Sup-CL. That is, as Sup-CL works in a \textit{pair-wise} manner, noisy pairs built by noisy labels mislead representation learning. To alleviate the issue, we select confident pairs out of noisy ones for Sup-CL without knowing noise rates. In the selection process, by measuring the agreement between learned representations and given labels, we first identify confident examples that are exploited to build confident pairs. Then, the representation similarity distribution in the built confident pairs is exploited to identify more confident pairs out of noisy pairs. All obtained confident pairs are finally used for Sup-CL to enhance representations. Experiments on multiple noisy datasets demonstrate the robustness of the learned representations by our method, following the state-of-the-art performance. Source codes are available at https://github.com/ShikunLi/Sel-CL

📄 PDF Abstract BibTeX arXiv:2203.04181

Code (1)

shikunli/sel-cl 공식 구현 pytorch

Tasks

Contrastive LearningImage ClassificationLearning with noisy labelsRepresentation Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Fine-Grained Classification with Noisy Labels

2023-03-04 · CVPR 2023 1 · Qi Wei, Lei Feng, Haoliang Sun, Ren Wang 외

Learning with noisy labels (LNL) aims to ensure model generalization given a label-corrupted training set. In this work, we investigate a rarely studied scenario of LNL on fine-grained datasets (LNL-FG), which is more pr…

ClassificationContrastive LearningLearning with noisy labels

CoDiM: Learning with Noisy Labels via Contrastive Semi-Supervised Learning

2021-11-23 · Xin Zhang, Zixuan Liu, Kaiwen Xiao, Tian Shen 외

Labels are costly and sometimes unreliable. Noisy label learning, semi-supervised learning, and contrastive learning are three different strategies for designing learning processes requiring less annotation cost. Semi-su…

Contrastive LearningImage ClassificationLearning with noisy labels

Rethinking Weak Supervision in Helping Contrastive Learning

2023-06-07 · Jingyi Cui, Weiran Huang, Yifei Wang, Yisen Wang

Contrastive learning has shown outstanding performances in both supervised and unsupervised learning, and has recently been introduced to solve weakly supervised learning problems such as semi-supervised learning and noi…

Contrastive LearningDenoisingWeakly-supervised Learning

Improving Medical Image Classification in Noisy Labels Using Only Self-supervised Pretraining

2023-08-08 · Bidur Khanal, Binod Bhattarai, Bishesh Khanal, Cristian A. Linte

Noisy labels hurt deep learning-based supervised image classification performance as the models may overfit the noise and learn corrupted feature extractors. For natural image classification training with noisy labeled d…

Classificationimage-classificationImage ClassificationLearning with noisy labels+2

NLNL: Negative Learning for Noisy Labels

2019-08-19 · ICCV 2019 10 · Youngdong Kim, Junho Yim, Juseung Yun, Junmo Kim

Convolutional Neural Networks (CNNs) provide excellent performance when used for image classification. The classical method of training CNNs is by labeling images in a supervised manner as in "input image belongs to this…

General Classificationimage-classificationImage Classification