paper-with-me

Papers

Noisy Label Classification using Label Noise Selection with Test-Time Augmentation Cross-Entropy and NoiseMix Learning

2022-12-01 · Hansang Lee, Haeil Lee, Helen Hong, Junmo Kim

As the size of the dataset used in deep learning tasks increases, the noisy label problem, which is a task of making deep learning robust to the incorrectly labeled data, has become an important task. In this paper, we propose a method of learning noisy label data using the label noise selection with test-time augmentation (TTA) cross-entropy and classifier learning with the NoiseMix method. In the label noise selection, we propose TTA cross-entropy by measuring the cross-entropy to predict the test-time augmented training data. In the classifier learning, we propose the NoiseMix method based on MixUp and BalancedMix methods by mixing the samples from the noisy and the clean label data. In experiments on the ISIC-18 public skin lesion diagnosis dataset, the proposed TTA cross-entropy outperformed the conventional cross-entropy and the TTA uncertainty in detecting label noise data in the label noise selection process. Moreover, the proposed NoiseMix not only outperformed the state-of-the-art methods in the classification performance but also showed the most robustness to the label noise in the classifier learning.

📄 PDF Abstract BibTeX arXiv:2212.00479

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Optimizing Feature Selection for Binary Classification with Noisy Labels: A Genetic Algorithm Approach

2024-01-12 · Vandad Imani, Elaheh Moradi, Carlos Sevilla-Salcedo, Vittorio Fortino 외

Feature selection in noisy label scenarios remains an understudied topic. We propose a novel genetic algorithm-based approach, the Noise-Aware Multi-Objective Feature Selection Genetic Algorithm (NMFS-GA), for selecting …

Binary Classificationfeature selection

When the Small-Loss Trick is Not Enough: Multi-Label Image Classification with Noisy Labels Applied to CCTV Sewer Inspections

2024-10-10 · Keryan Chelouche, Marie Lachaize, Marine Bernard, Louise Olgiati 외

The maintenance of sewerage networks, with their millions of kilometers of pipe, heavily relies on efficient Closed-Circuit Television (CCTV) inspections. Many promising approaches based on multi-label image classificati…

image-classificationImage ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+1

PNP: Robust Learning From Noisy Labels by Probabilistic Noise Prediction

2022-01-01 · CVPR 2022 1 · Zeren Sun, Fumin Shen, Dan Huang, Qiong Wang 외

Label noise has been a practical challenge in deep learning due to the strong capability of deep neural networks in fitting all training data. Prior literature primarily resorts to sample selection methods for combat…

An Ensemble Noise-Robust K-fold Cross-Validation Selection Method for Noisy Labels

2021-07-06 · Yong Wen, Marcus Kalander, Chanfei Su, Lujia Pan

We consider the problem of training robust and accurate deep neural networks (DNNs) when subject to various proportions of noisy labels. Large-scale datasets tend to contain mislabeled samples that can be memorized by DN…

Pseudo Labeltext-classificationText Classification

Active Label Refinement for Robust Training of Imbalanced Medical Image Classification Tasks in the Presence of High Label Noise

2024-07-08 · Bidur Khanal, Tianhong Dai, Binod Bhattarai, Cristian Linte

The robustness of supervised deep learning-based medical image classification is significantly undermined by label noise. Although several methods have been proposed to enhance classification performance in the presence …

Active LearningClassificationimage-classificationImage Classification+2