paper-with-me

Papers

Classification with imperfect training labels

2018-05-29 · Timothy I. Cannings, Yingying Fan, Richard J. Samworth

We study the effect of imperfect training data labels on the performance of classification methods. In a general setting, where the probability that an observation in the training dataset is mislabelled may depend on both the feature vector and the true label, we bound the excess risk of an arbitrary classifier trained with imperfect labels in terms of its excess risk for predicting a noisy label. This reveals conditions under which a classifier trained with imperfect labels remains consistent for classifying uncorrupted test data points. Furthermore, under stronger conditions, we derive detailed asymptotic properties for the popular $k$-nearest neighbour ($k$nn), support vector machine (SVM) and linear discriminant analysis (LDA) classifiers. One consequence of these results is that the knn and SVM classifiers are robust to imperfect training labels, in the sense that the rate of convergence of the excess risks of these classifiers remains unchanged; in fact, our theoretical and empirical results even show that in some cases, imperfect labels may improve the performance of these methods. On the other hand, the LDA classifier is shown to be typically inconsistent in the presence of label noise unless the prior probabilities of each class are equal. Our theoretical results are supported by a simulation study.

📄 PDF Abstract BibTeX arXiv:1805.11505

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classification

Methods 이 논문이 사용한 방법론

LDA Linear discriminant analysis (LDA), normal discriminant analysis (NDA), or discriminant function analysis is a generalization of Fisher's linear discriminant, a method used in…
SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Skeptical Deep Learning with Distribution Correction

2018-11-09 · Mingxiao An, Yongzhou Chen, Qi Liu, Chuanren Liu 외

Recently deep neural networks have been successfully used for various classification tasks, especially for problems with massive perfectly labeled training data. However, it is often costly to have large-scale credible l…

ClassificationDeep LearningGeneral Classification

A Ranking Approach to Fair Classification

2021-02-08 · Jakob Schoeffer, Niklas Kuehl, Isabel Valera

Algorithmic decision systems are increasingly used in areas such as hiring, school admission, or loan approval. Typically, these systems rely on labeled data for training a classification model. However, in many scenario…

ClassificationDecision MakingFairnessGeneral Classification

Optimal Labeler Assignment and Sampling for Active Learning in the Presence of Imperfect Labels

2025-12-14 · Pouya Ahadi, Blair Winograd, Camille Zaug, Karunesh Arora 외 arxiv

Active Learning (AL) has garnered significant interest across various application domains where labeling training data is costly. AL provides a framework that helps practitioners query informative samples for annotation …

Active Learning

Self-Supervised Vision Transformers Are Efficient Segmentation Learners for Imperfect Labels

2024-01-23 · Seungho Lee, Seoungyoon Kang, Hyunjung Shim

This study demonstrates a cost-effective approach to semantic segmentation using self-supervised vision transformers (SSVT). By freezing the SSVT backbone and training a lightweight segmentation head, our approach effect…

Language ModelingLanguage ModellingSegmentationSemantic Segmentation

Harmless label noise and informative soft-labels in supervised classification

2021-04-07 · Daniel Ahfock, Geoffrey J. McLachlan

Manual labelling of training examples is common practice in supervised learning. When the labelling task is of non-trivial difficulty, the supplied labels may not be equal to the ground-truth labels, and label noise is i…

ClassificationGeneral Classificationregression