paper-with-me

Papers

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 and high-quality ground truth requires a lot of manpower and money. In the long, tedious process of data annotation, annotators are prone to make mistakes, resulting in incorrect labels of images, i.e., noisy labels. The emergence of noisy labels is inevitable. Moreover, since research shows that DNNs can easily fit noisy labels, the existence of noisy labels will cause significant damage to the model training process. Therefore, it is crucial to combat noisy labels for computer vision tasks, especially for classification tasks. In this survey, we first comprehensively review the evolution of different deep learning approaches for noisy label combating in the image classification task. In addition, we also review different noise patterns that have been proposed to design robust algorithms. Furthermore, we explore the inner pattern of real-world label noise and propose an algorithm to generate a synthetic label noise pattern guided by real-world data. We test the algorithm on the well-known real-world dataset CIFAR-10N to form a new real-world data-guided synthetic benchmark and evaluate some typical noise-robust methods on the benchmark.

📄 PDF Abstract BibTeX arXiv:2404.04159

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationimage-classificationImage ClassificationSurvey

Similar Papers 제목 키워드 기반

Image Classification with Deep Learning in the Presence of Noisy Labels: A Survey

2019-12-11 · Görkem Algan, Ilkay Ulusoy

Image classification systems recently made a giant leap with the advancement of deep neural networks. However, these systems require an excessive amount of labeled data to be adequately trained. Gathering a correctly ann…

General Classificationimage-classificationImage Classification

Task-Adaptive Pre-Training for Boosting Learning With Noisy Labels: A Study on Text Classification for African Languages

2022-06-03 · Dawei Zhu, Michael A. Hedderich, Fangzhou Zhai, David Ifeoluwa Adelani 외

For high-resource languages like English, text classification is a well-studied task. The performance of modern NLP models easily achieves an accuracy of more than 90% in many standard datasets for text classification in…

ClassificationLearning with noisy labelstext-classificationText Classification

Interpretable Human-Label-Free Deep Learning for Real-Bogus Classification with Uncertainty Quantification

2026-07-06 · Raphaël Bonnet-Guerrini, Bruno Sanchez, Dominique Fouchez, Benjamin Racine 외 arxiv

Time-domain surveys generate many transient candidates, making Real-Bogus classification a critical step in automated discovery pipelines. Reliable labels are costly, while community labels can be noisy and survey-depend…

A Survey on Deep Learning with Noisy Labels: How to train your model when you cannot trust on the annotations?

2020-12-05 · Filipe R. Cordeiro, Gustavo Carneiro

Noisy Labels are commonly present in data sets automatically collected from the internet, mislabeled by non-specialist annotators, or even specialists in a challenging task, such as in the medical field. Although deep le…

Deep LearningLearning with noisy labelsMeta-Learning

Learning from Noisy Labels with Deep Neural Networks: A Survey

2020-07-16 · Hwanjun Song, Minseok Kim, Dongmin Park, Yooju Shin 외

Deep learning has achieved remarkable success in numerous domains with help from large amounts of big data. However, the quality of data labels is a concern because of the lack of high-quality labels in many real-world s…

Survey