paper-with-me

홈 › Papers

An information-theoretic framework for learning models of instance-independent label noise

2021-01-01 · Xia Huang, Kai Fong Ernest Chong

Given a dataset $\mathcal{D}$ with label noise, how do we learn its underlying noise model? If we assume that the label noise is instance-independent, then the noise model can be represented by a noise transition matrix $Q_{\mathcal{D}}$. Recent work has shown that even without further information about any instances with correct labels, or further assumptions on the distribution of the label noise, it is still possible to estimate $Q_{\mathcal{D}}$ while simultaneously learning a classifier from $\mathcal{D}$. However, this presupposes that a good estimate of $Q_{\mathcal{D}}$ requires an accurate classifier. In this paper, we show that high classification accuracy is actually not required for estimating $Q_{\mathcal{D}}$ well. We shall introduce an information-theoretic-based framework for estimating $Q_{\mathcal{D}}$ solely from $\mathcal{D}$ (without additional information or assumptions). At the heart of our framework is a discriminator that predicts whether an input dataset has maximum Shannon entropy, which shall be used on multiple new datasets $\hat{\mathcal{D}}$ synthesized from $\mathcal{D}$ via the insertion of additional label noise. We prove that our estimator for $Q_{\mathcal{D}}$ is statistically consistent, in terms of dataset size, and the number of intermediate datasets $\hat{\mathcal{D}}$ synthesized from $\mathcal{D}$. As a concrete realization of our framework, we shall incorporate local intrinsic dimensionality (LID) into the discriminator, and we show experimentally that with our LID-based discriminator, the estimation error for $Q_{\mathcal{D}}$ can be significantly reduced. We achieved average Kullback--Leibler loss reduction from $0.27$ to $0.17$ for $40\%$ anchor-like samples removal when evaluated on the CIFAR10 with symmetric noise. Although no clean subset of $\mathcal{D}$ is required for our framework to work, we show that our framework can also take advantage of clean data to improve upon existing estimation methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Active learning from positive and unlabeled examples

2026-02-02 · Farnam Mansouri, Sandra Zilles, Shai Ben-David arxiv

Learning from positive and unlabeled data (PU learning) is a weakly supervised variant of binary classification in which the learner receives labels only for (some) positively labeled instances, while all other examples …

Binary ClassificationAnomaly DetectionActive Learning

Label Correction of Crowdsourced Noisy Annotations with an Instance-Dependent Noise Transition Model

2023-09-21 · NeurIPS 2023 11

The predictive ability of supervised learning algorithms hinges on the quality of annotated examples, whose labels often come from multiple crowdsourced annotators with diverse expertise. To aggregate noisy crowdsourced …

Progressive Purification for Instance-Dependent Partial Label Learning

2022-06-02 · Ning Xu, Biao Liu, Jiaqi Lv, Congyu Qiao 외

Partial label learning (PLL) aims to train multiclass classifiers from the examples each annotated with a set of candidate labels where a fixed but unknown candidate label is correct. In the last few years, the instance-…

Partial Label Learning

Learning with Instance-Dependent Label Noise: A Sample Sieve Approach

2020-10-05 · ICLR 2021 1 · Hao Cheng, Zhaowei Zhu, Xingyu Li, Yifei Gong 외

Human-annotated labels are often prone to noise, and the presence of such noise will degrade the performance of the resulting deep neural network (DNN) models. Much of the literature (with several recent exceptions) of l…

Image ClassificationImage Classification with Label NoiseLearning with noisy labels

An Instance-Dependent Simulation Framework for Learning with Label Noise

2021-07-23 · Keren Gu, Xander Masotto, Vandana Bachani, Balaji Lakshminarayanan 외

We propose a simulation framework for generating instance-dependent noisy labels via a pseudo-labeling paradigm. We show that the distribution of the synthetic noisy labels generated with our framework is closer to human…

Learning with noisy labels