paper-with-me

홈 › Papers

Best Transition Matrix Esitimation or Best Label Noise Robustness Classifier? Two Possible Methods to Enhance the Performance of T-revision

2025-01-02 · Haixu Liu, Zerui Tao, Naihui Zhang, Sixing Liu

Label noise refers to incorrect labels in a dataset caused by human errors or collection defects, which is common in real-world applications and can significantly reduce the accuracy of models. This report explores how to estimate noise transition matrices and construct deep learning classifiers that are robust against label noise. In cases where the transition matrix is known, we apply forward correction and importance reweighting methods to correct the impact of label noise using the transition matrix. When the transition matrix is unknown or inaccurate, we use the anchor point assumption and T-Revision series methods to estimate or correct the noise matrix. In this study, we further improved the T-Revision method by developing T-Revision-Alpha and T-Revision-Softmax to enhance stability and robustness. Additionally, we designed and implemented two baseline classifiers, a Multi-Layer Perceptron (MLP) and ResNet-18, based on the cross-entropy loss function. We compared the performance of these methods on predicting clean labels and estimating transition matrices using the FashionMINIST dataset with known noise transition matrices. For the CIFAR-10 dataset, where the noise transition matrix is unknown, we estimated the noise matrix and evaluated the ability of the methods to predict clean labels.

📄 PDF Abstract BibTeX arXiv:2501.01402

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning with Noisy Labels by Efficient Transition Matrix Estimation to Combat Label Miscorrection

2021-11-29 · Seong Min Kye, Kwanghee Choi, Joonyoung Yi, Buru Chang

Recent studies on learning with noisy labels have shown remarkable performance by exploiting a small clean dataset. In particular, model agnostic meta-learning-based label correction methods further improve performance b…

Image ClassificationLearning with noisy labelsMeta-Learning

Transition Matrix Representation of Trees with Transposed Convolutions

2022-02-22 · Jaemin Yoo, Lee Sael

How can we effectively find the best structures in tree models? Tree models have been favored over complex black box models in domains where interpretability is crucial for making irreversible decisions. However, searchi…

Extended T: Learning with Mixed Closed-set and Open-set Noisy Labels

2020-12-02 · Xiaobo Xia, Tongliang Liu, Bo Han, Nannan Wang 외

The label noise transition matrix $T$, reflecting the probabilities that true labels flip into noisy ones, is of vital importance to model label noise and design statistically consistent classifiers. The traditional tran…

Identifiability of Label Noise Transition Matrix

2022-02-04 · Yang Liu, Hao Cheng, Kun Zhang

The noise transition matrix plays a central role in the problem of learning with noisy labels. Among many other reasons, a large number of existing solutions rely on access to it. Identifying and estimating the transitio…

Learning with noisy labels

Matrix Smoothing: A Regularization for DNN with Transition Matrix under Noisy Labels

2020-03-26 · Xianbin Lv, Dongxian Wu, Shu-Tao Xia

Training deep neural networks (DNNs) in the presence of noisy labels is an important and challenging task. Probabilistic modeling, which consists of a classifier and a transition matrix, depicts the transformation from t…