paper-with-me

홈 › Papers

A Second-Order Approach to Learning with Instance-Dependent Label Noise

2020-12-22 · CVPR 2021 1 · Zhaowei Zhu, Tongliang Liu, Yang Liu

The presence of label noise often misleads the training of deep neural networks. Departing from the recent literature which largely assumes the label noise rate is only determined by the true label class, the errors in human-annotated labels are more likely to be dependent on the difficulty levels of tasks, resulting in settings with instance-dependent label noise. We first provide evidences that the heterogeneous instance-dependent label noise is effectively down-weighting the examples with higher noise rates in a non-uniform way and thus causes imbalances, rendering the strategy of directly applying methods for class-dependent label noise questionable. Built on a recent work peer loss [24], we then propose and study the potentials of a second-order approach that leverages the estimation of several covariance terms defined between the instance-dependent noise rates and the Bayes optimal label. We show that this set of second-order statistics successfully captures the induced imbalances. We further proceed to show that with the help of the estimated second-order statistics, we identify a new loss function whose expected risk of a classifier under instance-dependent label noise is equivalent to a new problem with only class-dependent label noise. This fact allows us to apply existing solutions to handle this better-studied setting. We provide an efficient procedure to estimate these second-order statistics without accessing either ground truth labels or prior knowledge of the noise rates. Experiments on CIFAR10 and CIFAR100 with synthetic instance-dependent label noise and Clothing1M with real-world human label noise verify our approach. Our implementation is available at https://github.com/UCSC-REAL/CAL.

📄 PDF Abstract BibTeX arXiv:2012.11854

Code (1)

UCSC-REAL/CAL 공식 구현 pytorch

Tasks

Image ClassificationImage Classification with Label Noise

Similar Papers 제목 키워드 기반

Learning from Binary Labels with Instance-Dependent Corruption

2016-05-03 · Aditya Krishna Menon, Brendan van Rooyen, Nagarajan Natarajan

Suppose we have a sample of instances paired with binary labels corrupted by arbitrary instance- and label-dependent noise. With sufficiently many such samples, can we optimally classify and rank instances with respect t…

Binary Classification with Instance and Label Dependent Label Noise

2023-06-06 · Hyungki Im, Paul Grigas

Learning with label dependent label noise has been extensively explored in both theory and practice; however, dealing with instance (i.e., feature) and label dependent label noise continues to be a challenging task. The …

Binary ClassificationClassification

Part-dependent Label Noise: Towards Instance-dependent Label Noise

2020-06-14 · NeurIPS 2020 12 · Xiaobo Xia, Tongliang Liu, Bo Han, Nannan Wang 외

Learning with the \textit{instance-dependent} label noise is challenging, because it is hard to model such real-world noise. Note that there are psychological and physiological evidences showing that we humans perceive i…

Instance-dependent Label Distribution Estimation for Learning with Label Noise

2022-12-16 · Zehui Liao, Shishuai Hu, Yutong Xie, Yong Xia

Noise transition matrix (NTM) estimation is a promising approach for learning with label noise. It can infer clean posterior probabilities, known as Label Distribution (LD), based on noisy ones and reduce the impact of n…

image-classificationImage Classification

Confidence Scores Make Instance-dependent Label-noise Learning Possible

2020-01-11 · Antonin Berthon, Bo Han, Gang Niu, Tongliang Liu 외

In learning with noisy labels, for every instance, its label can randomly walk to other classes following a transition distribution which is named a noise model. Well-studied noise models are all instance-independent, na…

Learning with noisy labels