LinkedIn analytics tracking pixel for AIDOLS AI consulting website performance measurement
Training & Optimization

Label Noise

Label noise is the presence of incorrect labels in a training or evaluation dataset, which degrades model accuracy, biases evaluation metrics, and is often mistaken for a model-capability ceiling.

Full definition

Northcutt et al. (Cleanlab, 2021) audited 10 popular ML benchmarks (ImageNet, CIFAR-100, MNIST, IMDB, etc.) and found 3.4% mean label-error rates — often enough to flip benchmark rankings between models. Mitigations: confident-learning to find label errors, multi-annotator labeling with adjudication, model-disagreement audits, and Cleanlab/Snorkel tools. Eval-set label noise is especially toxic — your reported accuracy ceiling may be the noise floor of your labels, not your model.

Why it matters

Many "the model is plateauing" failures are actually label-noise problems. Spending a week auditing 500 errors with Cleanlab often beats spending a quarter on architecture changes.

Example

A team's named-entity model sits at 87% F1 for 6 weeks; a Cleanlab audit reveals 9% of test labels are wrong. After re-labeling, both ceiling and observed performance jump to 94%.

Source & further reading

Primary source: Northcutt, Athalye, Mueller — "Pervasive Label Errors in Test Sets Destabilize Machine Learning Benchmarks" (NeurIPS) (2021).

Citation policy: this entry is part of the AIDOLS AI Implementation Glossary and may be quoted for research, journalism, and education with attribution to aidolsgroup.com/en/glossary/label-noise/.