paper-with-me

Papers

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

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

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 realistic form of label noise arising from ambiguous sample information. To address IDN, Label Noise Learning (LNL) incorporates a sample selection stage to differentiate clean and noisy-label samples. This stage uses an arbitrary criterion and a pre-defined curriculum that initially selects most samples as noisy and gradually decreases this selection rate during training. Such curriculum is sub-optimal since it does not consider the actual label noise rate in the training set. This paper addresses this issue with a new noise-rate estimation method that is easily integrated with most state-of-the-art (SOTA) LNL methods to produce a more effective curriculum. Synthetic and real-world benchmark results demonstrate that integrating our approach with SOTA LNL methods improves accuracy in most cases.

📄 PDF Abstract BibTeX arXiv:2305.19486

Code (1)

arpit2412/noiseratelearning 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Instance-Dependent Noisy Label Learning via Graphical Modelling

2022-09-02 · Arpit Garg, Cuong Nguyen, Rafael Felix, Thanh-Toan Do 외

Noisy labels are unavoidable yet troublesome in the ecosystem of deep learning because models can easily overfit them. There are many types of label noise, such as symmetric, asymmetric and instance-dependent noise (IDN)…

Image ClassificationLearning with noisy labels

Rethinking the Value of Labels for Instance-Dependent Label Noise Learning

2023-05-10 · Hanwen Deng, Weijia Zhang, Min-Ling Zhang

Label noise widely exists in large-scale datasets and significantly degenerates the performances of deep learning algorithms. Due to the non-identifiability of the instance-dependent noise transition matrix, most existin…

Representation Learning

NoisyAG-News: A Benchmark for Addressing Instance-Dependent Noise in Text Classification

2024-07-09 · Hongfei Huang, TingTing Liang, Xixi Sun, Zikang Jin 외

Existing research on learning with noisy labels predominantly focuses on synthetic label noise. Although synthetic noise possesses well-defined structural properties, it often fails to accurately replicate real-world noi…

image-classificationImage ClassificationLearning with noisy labelstext-classification+1

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

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