<< Chapter < Page | Chapter >> Page > |
Recall the basic results of the last lectures: let and denote the input and output spaces respectively. Let and be random variables with unknown joint probability distribution . We would like to use to “predict” . Consider a loss function . This function is used to measure the accuracy of our prediction. Let be a collection of candidate functions (models), . The expected risk we incur is given by . We have access only to a number of i.i.d. samples, . These allow us to compute the empirical risk .
Assume in the following that is countable. Assign a positive number to each such that . If we use a prefix code to describe each element of and define to be the codeword length (in bits) for each , the last inequality is automatically satisfied.
We define the minimum complexity penalized estimator as
As we showed previously we have the bound
The performance (risk) of is on average better than
where
If it happens that the optimal function, that is
is close to an with a small , then will perform almost as well as the optimal function.
Suppose , then
Furthermore if then
that is, only within a small offset of the optimal risk.
In general, we can also bound the excess risk , where is the Bayes risk,
By subtracting (a constant) from both sides of the inequality
we obtain
Note that two terms in this upper bound: is a bound on the approximation error of a model , and remainder is a bound on the estimation error associated with . Thus, we see that complexity regularization automatically optimizes a balance between approximation and estimationerrors. In other words, complexity regularization is adaptive to the unknown tradeoff between approximation and estimation.
Consider the particularization of the above to a classification scenario. Let , and . Then . The Bayes risk is given by
As it was observed before, the Bayes classifier ( i.e., a classifier that achieves the Bayes risk) is given by
This classifier can be expressed in a different way. Consider the set . The Bayes classifier can written as . Therefore the classifier is characterized entirely by the set , if then the “best” guess is that is one, and vice-versa. The boundary of this set corresponds to the points where the decision is harder.The boundary of is called the Bayes Decision Boundary . In [link] (a) this concept is illustrated. If is a continuous function then the Bayes decision boundary is simply given by . Clearly the structure of the decision boundary provides importantinformation on the difficulty of the problem.
Notification Switch
Would you like to follow the 'Statistical learning theory' conversation and receive update notifications?