Alleviating Noisy-label Effects in Image Classification via Probability Transition Matrix
Ziqi Zhang, Yuexiang Li, Hongxin Wei, Kai Ma, Tao Xu, Yefeng Zheng

TL;DR
This paper introduces a noise ignoring block (NIB) with a probability transition matrix and inter-class correlation loss to better distinguish hard samples from mislabeled ones, improving image classification accuracy under noisy labels.
Contribution
The proposed NIB module, combining a probability transition matrix and IC loss, effectively separates hard samples from noisy labels, enhancing robustness of training methods.
Findings
NIB improves classification accuracy on CIFAR-10 and ISIC 2019 datasets.
NIB consistently outperforms existing robust training methods.
The IC loss effectively distinguishes hard samples from mislabeled data.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Imbalanced Data Classification Techniques · Advanced Neural Network Applications
