AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

Definition

Label noise refers to discrepancies between the true class labels of data instances and the labels provided in the training dataset. This can arise from human annotation errors, ambiguous data points, or systematic labeling biases. Noise can be symmetric (random mislabeling) or asymmetric (specific classes mislabeled as others). It degrades model performance and generalization, necessitating robust learning techniques such as noise-tolerant loss functions, data cleaning, or ensemble methods to mitigate its adverse effects during training.

Summary

Errors or inconsistencies in the target labels of a dataset used for supervised machine learning training.

Key Concepts

Use Cases