paper-with-me

홈 › Papers

Mislabeled examples detection viewed as probing machine learning models: concepts, survey and extensive benchmark

2024-10-21 · Thomas George, Pierre Nodet, Alexis Bondu, Vincent Lemaire

Mislabeled examples are ubiquitous in real-world machine learning datasets, advocating the development of techniques for automatic detection. We show that most mislabeled detection methods can be viewed as probing trained machine learning models using a few core principles. We formalize a modular framework that encompasses these methods, parameterized by only 4 building blocks, as well as a Python library that demonstrates that these principles can actually be implemented. The focus is on classifier-agnostic concepts, with an emphasis on adapting methods developed for deep learning models to non-deep classifiers for tabular data. We benchmark existing methods on (artificial) Completely At Random (NCAR) as well as (realistic) Not At Random (NNAR) labeling noise from a variety of tasks with imperfect labeling rules. This benchmark provides new insights as well as limitations of existing methods in this setup.

📄 PDF Abstract BibTeX arXiv:2410.15772

Code (1)

Orange-OpenSource/mislabeled 공식 구현

Methods 이 논문이 사용한 방법론

Library 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Calibration improves detection of mislabeled examples

2025-11-04 · Ilies Chibane, Thomas George, Pierre Nodet, Vincent Lemaire arxiv

Mislabeled data is a pervasive issue that undermines the performance of machine learning systems in real-world applications. An effective approach to mitigate this problem is to detect mislabeled instances and subject th…

Pervasive Label Errors in Test Sets Destabilize Machine Learning Benchmarks

2021-03-26 · Curtis G. Northcutt, Anish Athalye, Jonas Mueller

We identify label errors in the test sets of 10 of the most commonly-used computer vision, natural language, and audio datasets, and subsequently study the potential for these label errors to affect benchmark results. Er…

BIG-bench Machine Learning

Better Generalization with On-the-fly Dataset Denoising

2019-05-01 · ICLR 2019 5 · Jiaming Song, Tengyu Ma, Michael Auli, Yann Dauphin

Memorization in over-parameterized neural networks can severely hurt generalization in the presence of mislabeled examples. However, mislabeled examples are to hard avoid in extremely large datasets. We address this prob…

DenoisingMemorization

Combating noisy labels in object detection datasets

2022-11-25 · Krystian Chachuła, Jakub Łyskawa, Bartłomiej Olber, Piotr Frątczak 외

The quality of training datasets for deep neural networks is a key factor contributing to the accuracy of resulting models. This effect is amplified in difficult tasks such as object detection. Dealing with errors in dat…

Objectobject-detectionObject Detection

Late Stopping: Avoiding Confidently Learning from Mislabeled Examples

2023-08-26 · ICCV 2023 1 · Suqin Yuan, Lei Feng, Tongliang Liu

Sample selection is a prevalent method in learning with noisy labels, where small-loss data are typically considered as correctly labeled data. However, this method may not effectively identify clean hard examples with l…

Learning with noisy labels