paper-with-me

홈 › Papers

Label Noise Types and Their Effects on Deep Learning

2020-03-23 · Görkem Algan, İlkay Ulusoy

The recent success of deep learning is mostly due to the availability of big datasets with clean annotations. However, gathering a cleanly annotated dataset is not always feasible due to practical challenges. As a result, label noise is a common problem in datasets, and numerous methods to train deep neural networks in the presence of noisy labels are proposed in the literature. These methods commonly use benchmark datasets with synthetic label noise on the training set. However, there are multiple types of label noise, and each of them has its own characteristic impact on learning. Since each work generates a different kind of label noise, it is problematic to test and compare those algorithms in the literature fairly. In this work, we provide a detailed analysis of the effects of different kinds of label noise on learning. Moreover, we propose a generic framework to generate feature-dependent label noise, which we show to be the most challenging case for learning. Our proposed method aims to emphasize similarities among data instances by sparsely distributing them in the feature domain. By this approach, samples that are more likely to be mislabeled are detected from their softmax probabilities, and their labels are flipped to the corresponding class. The proposed method can be applied to any clean dataset to synthesize feature-dependent noisy labels. For the ease of other researchers to test their algorithms with noisy labels, we share corrupted labels for the most commonly used benchmark datasets. Our code and generated noisy synthetic labels are available online.

📄 PDF Abstract BibTeX arXiv:2003.10471

Code (2)

spidy390/corrupting_labels_with_distillation 공식 구현 tf
noise-learning/selfmix pytorch

Tasks

Deep Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

On the Effects of Different Types of Label Noise in Multi-Label Remote Sensing Image Classification

2022-07-28 · Tom Burgert, Mahdyar Ravanbakhsh, Begüm Demir

The development of accurate methods for multi-label classification (MLC) of remote sensing (RS) images is one of the most important research topics in RS. To address MLC problems, the use of deep neural networks that req…

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

Impact of Noisy Labels on Sound Event Detection: Deletion Errors Are More Detrimental Than Insertion Errors

2024-08-27 · Yuliang Zhang, Roberto Togneri, Defeng, Huang

This study explores the critical but underexamined impact of label noise on Sound Event Detection (SED), which requires both sound identification and precise temporal localization. We categorize label noise into deletion…

Event DetectionSound Event DetectionTemporal Localization

Training Object Detectors With Noisy Data

2019-05-17 · Simon Chadwick, Paul Newman

The availability of a large quantity of labelled training data is crucial for the training of modern object detectors. Hand labelling training data is time consuming and expensive while automatic labelling methods inevit…

General ClassificationObjectobject-detectionObject Detection+1

Robust Training of Graph Neural Networks via Noise Governance

2022-11-12 · Siyi Qian, Haochao Ying, Renjun Hu, Jingbo Zhou 외

Graph Neural Networks (GNNs) have become widely-used models for semi-supervised learning. However, the robustness of GNNs in the presence of label noise remains a largely under-explored problem. In this paper, we conside…

Memorization

Extracting Clean and Balanced Subset for Noisy Long-tailed Classification

2024-04-10 · Zhuo Li, He Zhao, Zhen Li, Tongliang Liu 외

Real-world datasets usually are class-imbalanced and corrupted by label noise. To solve the joint issue of long-tailed distribution and label noise, most previous works usually aim to design a noise detector to distingui…

Pseudo Label