Bayes Error Rate
   HOME

TheInfoList



OR:

In
statistical classification In statistics, classification is the problem of identifying which of a set of categories (sub-populations) an observation (or observations) belongs to. Examples are assigning a given email to the "spam" or "non-spam" class, and assigning a diagno ...
, Bayes error rate is the lowest possible error rate for any classifier of a random outcome (into, for example, one of two categories) and is analogous to the irreducible error.K. Tumer, K. (1996) "Estimating the Bayes error rate through classifier combining" in ''Proceedings of the 13th International Conference on Pattern Recognition'', Volume 2, 695–699 A number of approaches to the estimation of the Bayes error rate exist. One method seeks to obtain analytical bounds which are inherently dependent on distribution parameters, and hence difficult to estimate. Another approach focuses on class densities, while yet another method combines and compares various classifiers. The Bayes error rate finds important use in the study of patterns and
machine learning Machine learning (ML) is a field of inquiry devoted to understanding and building methods that 'learn', that is, methods that leverage data to improve performance on some set of tasks. It is seen as a part of artificial intelligence. Machine ...
techniques.


Error determination

In terms of machine learning and pattern classification, the labels of a set of random observations can be divided into 2 or more classes. Each observation is called an ''instance'' and the class it belongs to is the ''label''. The Bayes error rate of the data distribution is the probability an instance is misclassified by a classifier that knows the true class probabilities given the predictors. For a multiclass classifier, the expected prediction error may be calculated as follows: : EPE = E_x x)/math> where ''x'' is the instance, E[] the expectation value, ''Ck'' is a class into which an instance is classified, ''P(Ck, x)'' is the conditional probability of label ''k'' for instance ''x'', and ''L()'' is the 0–1 loss function: :L(x,y)= 1-\delta_=\begin0 & \text x=y \\ 1 & \text x\neq y \end, where \delta_ is the
Kronecker delta In mathematics, the Kronecker delta (named after Leopold Kronecker) is a function of two variables, usually just non-negative integers. The function is 1 if the variables are equal, and 0 otherwise: \delta_ = \begin 0 &\text i \neq j, \\ 1 &\ ...
. When the learner knows the conditional probability, then one solution is: : \hat_B(x) = \arg \max_ P(C_k, X=x) This solution is known as the Bayes classifier. The corresponding expected Prediction Error is called the Bayes error rate: : BE = E_x x)= E_x x)= E_x x), where the sum can be omitted in the last step due to considering the counter event. By the definition of the Bayes classifier, it maximizes P(\hat_B(x), x) and, therefore, minimizes the Bayes error BE. The Bayes error is non-zero if the classification labels are not deterministic, i.e., there is a non-zero probability of a given instance belonging to more than one class.. In a regression context with squared error, the Bayes error is equal to the noise variance.


Proof of Minimality

Proof that the Bayes error rate is indeed the minimum possible and that the Bayes classifier is therefore optimal, may be found together on the Wikipedia page Bayes classifier.


See also

*
Naive Bayes classifier In statistics, naive Bayes classifiers are a family of simple "probabilistic classifiers" based on applying Bayes' theorem with strong (naive) independence assumptions between the features (see Bayes classifier). They are among the simplest Baye ...


References

Statistical classification Error rate {{Statistics-stub