paper-with-me

홈 › Papers

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

2020-10-05 · ICLR 2021 1 · Hao Cheng, Zhaowei Zhu, Xingyu Li, Yifei Gong, Xing Sun, Yang Liu

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 learning with noisy labels focuses on the case when the label noise is independent of features. Practically, annotations errors tend to be instance-dependent and often depend on the difficulty levels of recognizing a certain task. Applying existing results from instance-independent settings would require a significant amount of estimation of noise rates. Therefore, providing theoretically rigorous solutions for learning with instance-dependent label noise remains a challenge. In this paper, we propose CORES$^{2}$ (COnfidence REgularized Sample Sieve), which progressively sieves out corrupted examples. The implementation of CORES$^{2}$ does not require specifying noise rates and yet we are able to provide theoretical guarantees of CORES$^{2}$ in filtering out the corrupted examples. This high-quality sample sieve allows us to treat clean examples and the corrupted ones separately in training a DNN solution, and such a separation is shown to be advantageous in the instance-dependent noise setting. We demonstrate the performance of CORES$^{2}$ on CIFAR10 and CIFAR100 datasets with synthetic instance-dependent label noise and Clothing1M with real-world human noise. As of independent interests, our sample sieve provides a generic machinery for anatomizing noisy datasets and provides a flexible interface for various robust training techniques to further improve the performance. Code is available at https://github.com/UCSC-REAL/cores.

📄 PDF Abstract BibTeX arXiv:2010.02347

Code (1)

UCSC-REAL/cores 공식 구현 pytorch

Tasks

Image ClassificationImage Classification with Label NoiseLearning with noisy labels

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

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

AEON: Adaptive Estimation of Instance-Dependent In-Distribution and Out-of-Distribution Label Noise for Robust Learning

2025-01-23 · Arpit Garg, Cuong Nguyen, Rafael Felix, Yuyuan Liu 외

Robust training with noisy labels is a critical challenge in image classification, offering the potential to reduce reliance on costly clean-label datasets. Real-world datasets often contain a mix of in-distribution (ID)…

Benchmarkingimage-classificationImage Classification

Instance-dependent Noisy-label Learning with Graphical Model Based Noise-rate Estimation

2023-05-31 · Arpit Garg, Cuong Nguyen, Rafael Felix, Thanh-Toan Do 외

Deep learning faces a formidable challenge when handling noisy labels, as models tend to overfit samples affected by label noise. This challenge is further compounded by the presence of instance-dependent noise (IDN), a …