paper-with-me

Papers

A Framework using Contrastive Learning for Classification with Noisy Labels

2021-04-19 · Madalina Ciortan, Romain Dupuis, Thomas Peel

We propose a framework using contrastive learning as a pre-training task to perform image classification in the presence of noisy labels. Recent strategies such as pseudo-labeling, sample selection with Gaussian Mixture models, weighted supervised contrastive learning have been combined into a fine-tuning phase following the pre-training. This paper provides an extensive empirical study showing that a preliminary contrastive learning step brings a significant gain in performance when using different loss functions: non-robust, robust, and early-learning regularized. Our experiments performed on standard benchmarks and real-world datasets demonstrate that: i) the contrastive pre-training increases the robustness of any loss function to noisy labels and ii) the additional fine-tuning phase can further improve accuracy but at the cost of additional complexity.

📄 PDF Abstract BibTeX arXiv:2104.09563

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningGeneral Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Transductive CLIP with Class-Conditional Contrastive Learning

2022-06-13 · Junchu Huang, WeiJie Chen, Shicai Yang, Di Xie 외

Inspired by the remarkable zero-shot generalization capacity of vision-language pre-trained model, we seek to leverage the supervision from CLIP model to alleviate the burden of data labeling. However, such supervision i…

Contrastive LearningPseudo LabelZero-shot Generalization

Learning from Noisy Labels with Contrastive Co-Transformer

2025-03-04 · Yan Han, Soumava Kumar Roy, Mehrtash Harandi, Lars Petersson

Deep learning with noisy labels is an interesting challenge in weakly supervised learning. Despite their significant learning capacity, CNNs have a tendency to overfit in the presence of samples with noisy labels. Allevi…

Learning with noisy labelsWeakly-supervised Learning

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

Unleashing the Potential of Open-set Noisy Samples Against Label Noise for Medical Image Classification

2024-06-18 · Zehui Liao, Shishuai Hu, Yanning Zhang, Yong Xia

Addressing mixed closed-set and open-set label noise in medical image classification remains a largely unexplored challenge. Unlike natural image classification, which often separates and processes closed-set and open-se…

Classificationimage-classificationImage ClassificationMedical Image Classification

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