paper-with-me

Papers

Label Noise: Correcting the Forward-Correction

2023-07-24 · William Toner, Amos Storkey

Training neural network classifiers on datasets with label noise poses a risk of overfitting them to the noisy labels. To address this issue, researchers have explored alternative loss functions that aim to be more robust. The `forward-correction' is a popular approach wherein the model outputs are noised before being evaluated against noisy data. When the true noise model is known, applying the forward-correction guarantees consistency of the learning algorithm. While providing some benefit, the correction is insufficient to prevent overfitting to finite noisy datasets. In this work, we propose an approach to tackling overfitting caused by label noise. We observe that the presence of label noise implies a lower bound on the noisy generalised risk. Motivated by this observation, we propose imposing a lower bound on the training loss to mitigate overfitting. Our main contribution is providing theoretical insights that allow us to approximate the lower bound given only an estimate of the average noise rate. We empirically demonstrate that using this bound significantly enhances robustness in various settings, with virtually no additional computational cost.

📄 PDF Abstract BibTeX arXiv:2307.13100

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Label Noise Robustness for Domain-Agnostic Fair Corrections via Nearest Neighbors Label Spreading

2024-06-13 · Nathan Stromberg, Rohan Ayyagari, Sanmi Koyejo, Richard Nock 외

Last-layer retraining methods have emerged as an efficient framework for correcting existing base models. Within this framework, several methods have been proposed to deal with correcting models for subgroup fairness wit…

Fairness

Co-Correcting: Noise-tolerant Medical Image Classification via mutual Label Correction

2021-09-11 · Jiarun Liu, Ruirui Li, Chuan Sun

With the development of deep learning, medical image classification has been significantly improved. However, deep learning requires massive data with labels. While labeling the samples by human experts is expensive and …

ClassificationDeep Learningimage-classificationImage Classification+2

A Data-Centric Framework for Detecting and Correcting Corrupted Labels

2026-06-10 · Ha-Linh Nguyen, Hong-Anh Nguyen, Minh-Duc La, Thu-Trang Nguyen 외 arxiv

The performance of machine learning and deep learning models largely depends on the quality of the training data. However, the quality of the real-world datasets is often compromised by noisy labels, which can substantia…

Ordinal Adaptive Correction: A Data-Centric Approach to Ordinal Image Classification with Noisy Labels

2025-09-02 · Alireza Sedighi Moghaddam, Mohammad Reza Mohammadi arxiv

Labeled data is a fundamental component in training supervised deep learning models for computer vision tasks. However, the labeling process, especially for ordinal image classification where class boundaries are often a…

Ordinal ClassificationImage ClassificationAge Estimation

Systematic analysis of the impact of label noise correction on ML Fairness

2023-06-28 · I. Oliveira e Silva, C. Soares, I. Sousa, R. Ghani

Arbitrary, inconsistent, or faulty decision-making raises serious concerns, and preventing unfair models is an increasingly important challenge in Machine Learning. Data often reflect past discriminatory behavior, and mo…

Decision MakingFairness