paper-with-me

Papers

Jo-SRC: A Contrastive Approach for Combating Noisy Labels

2021-03-24 · CVPR 2021 1 · Yazhou Yao, Zeren Sun, Chuanyi Zhang, Fumin Shen, Qi Wu, Jian Zhang, Zhenmin Tang

Due to the memorization effect in Deep Neural Networks (DNNs), training with noisy labels usually results in inferior model performance. Existing state-of-the-art methods primarily adopt a sample selection strategy, which selects small-loss samples for subsequent training. However, prior literature tends to perform sample selection within each mini-batch, neglecting the imbalance of noise ratios in different mini-batches. Moreover, valuable knowledge within high-loss samples is wasted. To this end, we propose a noise-robust approach named Jo-SRC (Joint Sample Selection and Model Regularization based on Consistency). Specifically, we train the network in a contrastive learning manner. Predictions from two different views of each sample are used to estimate its "likelihood" of being clean or out-of-distribution. Furthermore, we propose a joint loss to advance the model generalization performance by introducing consistency regularization. Extensive experiments have validated the superiority of our approach over existing state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2103.13029

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningMemorization

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

PLReMix: Combating Noisy Labels with Pseudo-Label Relaxed Contrastive Representation Learning

2024-02-27 · Xiaoyu Liu, Beitong Zhou, Zuogong Yue, Cheng Cheng

Recently, the usage of Contrastive Representation Learning (CRL) as a pre-training technique improves the performance of learning with noisy labels (LNL) methods. However, instead of pre-training, when trivially combinin…

Learning with noisy labelsPseudo LabelRepresentation Learning

Co-teaching: Robust Training of Deep Neural Networks with Extremely Noisy Labels

2018-04-18 · NeurIPS 2018 12 · Bo Han, Quanming Yao, Xingrui Yu, Gang Niu 외

Deep learning with noisy labels is practically challenging, as the capacity of deep models is so high that they can totally memorize these noisy labels sooner or later during training. Nonetheless, recent studies on the …

Image ClassificationLearning with noisy labelsMemorization

Co-matching: Combating Noisy Labels by Augmentation Anchoring

2021-03-23 · Yangdi Lu, Yang Bo, Wenbo He

Deep learning with noisy labels is challenging as deep neural networks have the high capacity to memorize the noisy labels. In this paper, we propose a learning algorithm called Co-matching, which balances the consistenc…

Learning with noisy labelsMemorization

Two Wrongs Don't Make a Right: Combating Confirmation Bias in Learning with Label Noise

2021-12-06 · Mingcai Chen, Hao Cheng, Yuntao Du, Ming Xu 외

Noisy labels damage the performance of deep networks. For robust learning, a prominent two-stage pipeline alternates between eliminating possible incorrect labels and semi-supervised training. However, discarding part of…

Image Classification

Noisy Label Processing for Classification: A Survey

2024-04-05 · Mengting Li, Chuang Zhu

In recent years, deep neural networks (DNNs) have gained remarkable achievement in computer vision tasks, and the success of DNNs often depends greatly on the richness of data. However, the acquisition process of data an…

Classificationimage-classificationImage ClassificationSurvey