paper-with-me

홈 › Papers

Alleviating Noisy-label Effects in Image Classification via Probability Transition Matrix

2021-10-17 · Ziqi Zhang, Yuexiang Li, Hongxin Wei, Kai Ma, Tao Xu, Yefeng Zheng

Deep-learning-based image classification frameworks often suffer from the noisy label problem caused by the inter-observer variation. Recent studies employed learning-to-learn paradigms (e.g., Co-teaching and JoCoR) to filter the samples with noisy labels from the training set. However, most of them use a simple cross-entropy loss as the criterion for noisy label identification. The hard samples, which are beneficial for classifier learning, are often mistakenly treated as noises in such a setting since both the hard samples and ones with noisy labels lead to a relatively larger loss value than the easy cases. In this paper, we propose a plugin module, namely noise ignoring block (NIB), consisting of a probability transition matrix and an inter-class correlation (IC) loss, to separate the hard samples from the mislabeled ones, and further boost the accuracy of image classification network trained with noisy labels. Concretely, our IC loss is calculated as Kullback-Leibler divergence between the network prediction and the accumulative soft label generated by the probability transition matrix. Such that, with the lower value of IC loss, the hard cases can be easily distinguished from mislabeled cases. Extensive experiments are conducted on natural and medical image datasets (CIFAR-10 and ISIC 2019). The experimental results show that our NIB module consistently improves the performances of the state-of-the-art robust training methods.

📄 PDF Abstract BibTeX arXiv:2110.08866

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classification

Similar Papers 제목 키워드 기반

Learning from Large-scale Noisy Web Data with Ubiquitous Reweighting for Image Classification

2018-11-02 · Jia Li, Yafei Song, Jianfeng Zhu, Lele Cheng 외

Many advances of deep learning techniques originate from the efforts of addressing the image classification task on large-scale datasets. However, the construction of such clean datasets is costly and time-consuming sinc…

DiversityGeneral Classificationimage-classificationImage Classification

Bayesian Statistics Guided Label Refurbishment Mechanism: Mitigating Label Noise in Medical Image Classification

2021-06-23 · Mengdi Gao, Ximeng Feng, Mufeng Geng, Zhe Jiang 외

Purpose: Deep neural networks (DNNs) have been widely applied in medical image classification, benefiting from its powerful mapping capability among medical images. However, these existing deep learning-based methods dep…

Classificationimage-classificationImage ClassificationMedical Image Classification

DISC: Learning From Noisy Labels via Dynamic Instance-Specific Selection and Correction

2023-01-01 · CVPR 2023 1 · YiFan Li, Hu Han, Shiguang Shan, Xilin Chen

Existing studies indicate that deep neural networks (DNNs) can eventually memorize the label noise. We observe that the memorization strength of DNNs towards each instance is different and can be represented by the c…

image-classificationImage ClassificationLearning with noisy labelsMemorization

Learning from Noisy Labels with Coarse-to-Fine Sample Credibility Modeling

2022-08-23 · Boshen Zhang, Yuxi Li, Yuanpeng Tu, Jinlong Peng 외

Training deep neural network (DNN) with noisy labels is practically challenging since inaccurate labels severely degrade the generalization ability of DNN. Previous efforts tend to handle part or full data in a unified d…

Denoisingimage-classificationImage Classification

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