To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Bayesian interpretation of kernel regularization

From Wikipedia, the free encyclopedia

Within bayesian statistics for machine learning, kernel methods arise from the assumption of an inner product space or similarity structure on inputs. For some such methods, such as support vector machines (SVMs), the original formulation and its regularization were not Bayesian in nature. It is helpful to understand them from a Bayesian perspective. Because the kernels are not necessarily positive semidefinite, the underlying structure may not be inner product spaces, but instead more general reproducing kernel Hilbert spaces. In Bayesian probability kernel methods are a key component of Gaussian processes, where the kernel function is known as the covariance function. Kernel methods have traditionally been used in supervised learning problems where the input space is usually a space of vectors while the output space is a space of scalars. More recently these methods have been extended to problems that deal with multiple outputs such as in multi-task learning.[1]

A mathematical equivalence between the regularization and the Bayesian point of view is easily proved in cases where the reproducing kernel Hilbert space is finite-dimensional. The infinite-dimensional case raises subtle mathematical issues; we will consider here the finite-dimensional case. We start with a brief review of the main ideas underlying kernel methods for scalar learning, and briefly introduce the concepts of regularization and Gaussian processes. We then show how both points of view arrive at essentially equivalent estimators, and show the connection that ties them together.

YouTube Encyclopedic

  • 1/5
    Views:
    71 393
    7 657
    3 799
    80 367
    2 621
  • Linear regression (6): Regularization
  • 6.4 Random Forest Feature Importance | 6 Kernels, Random Forest | Pattern Recognition Class 2012
  • 6.1 Kernels | 6 Kernels, Random Forest | Pattern Recognition Class 2012
  • Lecture 12 - Regularization
  • 8.2 GP Regression: Interpretation | 8 Gaussian Processes | Pattern Recognition Class 2012

Transcription

The supervised learning problem

The classical supervised learning problem requires estimating the output for some new input point by learning a scalar-valued estimator on the basis of a training set consisting of input-output pairs, .[2] Given a symmetric and positive bivariate function called a kernel, one of the most popular estimators in machine learning is given by

 

 

 

 

(1)

where is the kernel matrix with entries , , and . We will see how this estimator can be derived both from a regularization and a Bayesian perspective.

A regularization perspective

The main assumption in the regularization perspective is that the set of functions is assumed to belong to a reproducing kernel Hilbert space .[2][3][4][5]

Reproducing kernel Hilbert space

A reproducing kernel Hilbert space (RKHS) is a Hilbert space of functions defined by a symmetric, positive-definite function called the reproducing kernel such that the function belongs to for all .[6][7][8] There are three main properties make an RKHS appealing:

1. The reproducing property, which gives name to the space,

where is the inner product in .

2. Functions in an RKHS are in the closure of the linear combination of the kernel at given points,

.

This allows the construction in a unified framework of both linear and generalized linear models.

3. The squared norm in an RKHS can be written as

and could be viewed as measuring the complexity of the function.

The regularized functional

The estimator is derived as the minimizer of the regularized functional

 

 

 

 

(2)

where and is the norm in . The first term in this functional, which measures the average of the squares of the errors between the and the , is called the empirical risk and represents the cost we pay by predicting for the true value . The second term in the functional is the squared norm in a RKHS multiplied by a weight and serves the purpose of stabilizing the problem[3][5] as well as of adding a trade-off between fitting and complexity of the estimator.[2] The weight , called the regularizer, determines the degree to which instability and complexity of the estimator should be penalized (higher penalty for increasing value of ).

Derivation of the estimator

The explicit form of the estimator in equation (1) is derived in two steps. First, the representer theorem[9][10][11] states that the minimizer of the functional (2) can always be written as a linear combination of the kernels centered at the training-set points,

 

 

 

 

(3)

for some . The explicit form of the coefficients can be found by substituting for in the functional (2). For a function of the form in equation (3), we have that

We can rewrite the functional (2) as

This functional is convex in and therefore we can find its minimum by setting the gradient with respect to to zero,

Substituting this expression for the coefficients in equation (3), we obtain the estimator stated previously in equation (1),

A Bayesian perspective

The notion of a kernel plays a crucial role in Bayesian probability as the covariance function of a stochastic process called the Gaussian process.

A review of Bayesian probability

As part of the Bayesian framework, the Gaussian process specifies the prior distribution that describes the prior beliefs about the properties of the function being modeled. These beliefs are updated after taking into account observational data by means of a likelihood function that relates the prior beliefs to the observations. Taken together, the prior and likelihood lead to an updated distribution called the posterior distribution that is customarily used for predicting test cases.

The Gaussian process

A Gaussian process (GP) is a stochastic process in which any finite number of random variables that are sampled follow a joint Normal distribution.[12] The mean vector and covariance matrix of the Gaussian distribution completely specify the GP. GPs are usually used as a priori distribution for functions, and as such the mean vector and covariance matrix can be viewed as functions, where the covariance function is also called the kernel of the GP. Let a function follow a Gaussian process with mean function and kernel function ,

In terms of the underlying Gaussian distribution, we have that for any finite set if we let then

where is the mean vector and is the covariance matrix of the multivariate Gaussian distribution.

Derivation of the estimator

In a regression context, the likelihood function is usually assumed to be a Gaussian distribution and the observations to be independent and identically distributed (iid),

This assumption corresponds to the observations being corrupted with zero-mean Gaussian noise with variance . The iid assumption makes it possible to factorize the likelihood function over the data points given the set of inputs and the variance of the noise , and thus the posterior distribution can be computed analytically. For a test input vector , given the training data , the posterior distribution is given by

where denotes the set of parameters which include the variance of the noise and any parameters from the covariance function and where

The connection between regularization and Bayes

A connection between regularization theory and Bayesian theory can only be achieved in the case of finite dimensional RKHS. Under this assumption, regularization theory and Bayesian theory are connected through Gaussian process prediction.[3][12]

In the finite dimensional case, every RKHS can be described in terms of a feature map such that[2]

Functions in the RKHS with kernel can be then be written as

and we also have that

We can now build a Gaussian process by assuming to be distributed according to a multivariate Gaussian distribution with zero mean and identity covariance matrix,

If we assume a Gaussian likelihood we have

where . The resulting posterior distribution is the given by

We can see that a maximum posterior (MAP) estimate is equivalent to the minimization problem defining Tikhonov regularization, where in the Bayesian case the regularization parameter is related to the noise variance.

From a philosophical perspective, the loss function in a regularization setting plays a different role than the likelihood function in the Bayesian setting. Whereas the loss function measures the error that is incurred when predicting in place of , the likelihood function measures how likely the observations are from the model that was assumed to be true in the generative process. From a mathematical perspective, however, the formulations of the regularization and Bayesian frameworks make the loss function and the likelihood function to have the same mathematical role of promoting the inference of functions that approximate the labels as much as possible.

See also

References

  1. ^ Álvarez, Mauricio A.; Rosasco, Lorenzo; Lawrence, Neil D. (June 2011). "Kernels for Vector-Valued Functions: A Review". arXiv:1106.6251 [stat.ML].
  2. ^ a b c d Vapnik, Vladimir (1998). Statistical learning theory. Wiley. ISBN 9780471030034.
  3. ^ a b c Wahba, Grace (1990). Spline models for observational data. SIAM.
  4. ^ Schölkopf, Bernhard; Smola, Alexander J. (2002). Learning with Kernels: Support Vector Machines, Regularization, Optimization, and Beyond. MIT Press. ISBN 9780262194754.
  5. ^ a b Girosi, F.; Poggio, T. (1990). "Networks and the best approximation property" (PDF). Biological Cybernetics. Springer. 63 (3): 169–176. doi:10.1007/bf00195855. hdl:1721.1/6017. S2CID 18824241.
  6. ^ Aronszajn, N (May 1950). "Theory of Reproducing Kernels". Transactions of the American Mathematical Society. 68 (3): 337–404. doi:10.2307/1990404. JSTOR 1990404.
  7. ^ Schwartz, Laurent (1964). "Sous-espaces hilbertiens d'espaces vectoriels topologiques et noyaux associés (noyaux reproduisants)". Journal d'Analyse Mathématique. Springer. 13 (1): 115–256. doi:10.1007/bf02786620. S2CID 117202393.
  8. ^ Cucker, Felipe; Smale, Steve (October 5, 2001). "On the mathematical foundations of learning". Bulletin of the American Mathematical Society. 39 (1): 1–49. doi:10.1090/s0273-0979-01-00923-5.
  9. ^ Kimeldorf, George S.; Wahba, Grace (1970). "A correspondence between Bayesian estimation on stochastic processes and smoothing by splines". The Annals of Mathematical Statistics. 41 (2): 495–502. doi:10.1214/aoms/1177697089.
  10. ^ Schölkopf, Bernhard; Herbrich, Ralf; Smola, Alex J. (2001). "A Generalized Representer Theorem". Computational Learning Theory. Lecture Notes in Computer Science. Vol. 2111/2001. pp. 416–426. doi:10.1007/3-540-44581-1_27. ISBN 978-3-540-42343-0.
  11. ^ De Vito, Ernesto; Rosasco, Lorenzo; Caponnetto, Andrea; Piana, Michele; Verri, Alessandro (October 2004). "Some Properties of Regularized Kernel Methods". Journal of Machine Learning Research. 5: 1363–1390.
  12. ^ a b Rasmussen, Carl Edward; Williams, Christopher K. I. (2006). Gaussian Processes for Machine Learning. The MIT Press. ISBN 0-262-18253-X.
This page was last edited on 4 September 2023, at 11:27
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.