Gaussian process

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

In probability theory and statistics, Gaussian processes are a family of statistical distributions in which time plays a role. In a Gaussian process, every point in some input space is associated with a normally distributed random variable. Moreover, every finite collection of those random variables has a multivariate normal distribution. The distribution of a Gaussian process is the joint distribution of all those (infinitely many) random variables, and as such, it is a distribution over functions.

The concept of Gaussian processes is named after Carl Friedrich Gauss because it is based on the notion of the Gaussian distribution (normal distribution). Gaussian processes can be seen as an infinite-dimensional generalization of multivariate normal distributions.

Gaussian processes are important in statistical modelling because of properties inherited from the normal. For example, if a random process is modeled as a Gaussian process, the distributions of various derived quantities can be obtained explicitly. Such quantities include the average value of the process over a range of times and the error in estimating the average using sample values at a small set of times.

Definition

A Gaussian process is a statistical distribution Xt, tT, for which any finite linear combination of samples has a joint Gaussian distribution. More accurately, any linear functional applied to the sample function Xt will give a normally distributed result. Notation-wise, one can write X ~ GP(m,K), meaning the random function X is distributed as a GP with mean function m and covariance function K.[1] When the input vector t is two- or multi-dimensional, a Gaussian process might be also known as a Gaussian random field.[2]

Some authors[3] assume the random variables Xt have mean zero; this greatly simplifies calculations without loss of generality and allows the mean square properties of the process to be entirely determined by the covariance function K.[4]

Alternative definitions

Alternatively, a time contiuous stochastic process Stochastic_process is Gaussian if and only if for every finite set of indices t_1,\ldots,t_k in the index set T

{\mathbf{X}}_{t_1, \ldots, t_k} = (\mathbf{X}_{t_1}, \ldots, \mathbf{X}_{t_k})

is a multivariate Gaussian random variable. Using characteristic functions of random variables, the Gaussian property can be formulated as follows: \left\{X_t ; t\in T\right\} is Gaussian if and only if, for every finite set of indices t_1,\ldots,t_k, there are real valued \sigma_{\ell j}, \mu_\ell with \sigma_{jj} > 0 such that the following equality holds for all s_1,s_2,...s_k\in\mathbb{R}

 \operatorname{E}\left(\exp\left(i \ \sum_{\ell=1}^k s_\ell \ \mathbf{X}_{t_\ell}\right)\right) = \exp \left(-\frac{1}{2} \, \sum_{\ell, j} \sigma_{\ell j} s_\ell s_j + i \sum_\ell \mu_\ell s_\ell\right).

where i denotes the imaginary number \sqrt{-1}.

The numbers \sigma_{\ell j} and \mu_\ell can be shown to be the covariances and means of the variables in the process.[5]

Covariance functions

A key fact of Gaussian processes is that they can be completely defined by their second-order statistics.[2] Thus, if a Gaussian process is assumed to have mean zero, defining the covariance function completely defines the process' behaviour. The covariance matrix K between all the pair of points x and x' specifies a distribution on functions and is known as the Gram matrix. Importantly, because every valid covariance function is a scalar product of vectors, by construction the matrix K is a non-negative definite matrix. Equivalently, the covariance function K is a non-negative definite function in the sense that for every pair x and x', K(x,x') ≥ 0; if K(,) > 0 then K is called positive definite. Importantly the non-negative definiteness of K enables its spectral decomposition using the Karhunen–Loeve expansion. Basic aspects that can be defined through the covariance function are the process' stationarity, isotropy, smoothness and periodicity.[6][7]

Stationarity refers to the process' behaviour regarding the separation of any two points x and x' . If the process is stationary, it depends on their separation, x − x', while if non-stationary it depends on the actual position of the points x and x'; an example of a stationary process is the Ornstein–Uhlenbeck process. On the contrary, the special case of an Ornstein–Uhlenbeck process, a Brownian motion process, is non-stationary.

If the process depends only on |x − x'|, the Euclidean distance (not the direction) between x and x' then the process is considered isotropic. A process that is concurrently stationary and isotropic is considered to be homogeneous;[8] in practice these properties reflect the differences (or rather the lack of them) in the behaviour of the process given the location of the observer.

Ultimately Gaussian processes translate as taking priors on functions and the smoothness of these priors can be induced by the covariance function.[6] If we expect that for "near-by" input points x and x' their corresponding output points y and y' to be "near-by" also, then the assumption of continuity is present. If we wish to allow for significant displacement then we might choose a rougher covariance function. Extreme examples of the behaviour is the Ornstein–Uhlenbeck covariance function and the squared exponential where the former is never differentiable and the latter infinitely differentiable.

Periodicity refers to inducing periodic patterns within the behaviour of the process. Formally, this is achieved by mapping the input x to a two dimensional vector u(x) = (cos(x), sin(x)).

Usual covariance functions

There are a number of common covariance functions:[7]

  • Constant :  K_\text{C}(x,x') = C
  • Linear:  K_\text{L}(x,x') =  x^T x'
  • Gaussian Noise:  K_\text{GN}(x,x') = \sigma^2 \delta_{x,x'}
  • Squared Exponential:  K_\text{SE}(x,x') = \exp \Big(-\frac{||d||^2}{2l^2} \Big)
  • Ornstein–Uhlenbeck:  K_\text{OU}(x,x') = \exp \Big(-\frac{|d| }{l} \Big)
  • Matérn:  K_\text{Matern}(x,x') = \frac{2^{1-\nu}}{\Gamma(\nu)} \Big(\frac{\sqrt{2\nu}|d|}{l} \Big)^\nu K_{\nu}\Big(\frac{\sqrt{2\nu}|d|}{l} \Big)
  • Periodic:  K_\text{P}(x,x') = \exp\Big(-\frac{ 2\sin^2(\frac{d}{2})}{ l^2} \Big)
  • Rational Quadratic:  K_\text{RQ}(x,x') =  (1+|d|^2)^{-\alpha}, \quad \alpha \geq 0

Here d = x- x'. The parameter l is the characteristic length-scale of the process (practically, "how close" two points x and x' have to be to influence each other significantly), δ is the Kronecker delta and σ the standard deviation of the noise fluctuations. Moreover, K_\nu is the modified Bessel function of order \nu and \Gamma(\nu) is the gamma function evaluated at \nu. Importantly, a complicated covariance function can be defined as a linear combination of other simpler covariance functions in order to incorporate different insights about the data-set at hand.

Clearly, the inferential results are dependent on the values of the hyperparameters θ (e.g. l and σ) defining the model's behaviour. A popular choice for θ is to provide maximum a posteriori (MAP) estimates of it with some chosen prior. If the prior is very near uniform, this is the same as maximizing the marginal likelihood of the process; the marginalization being done over the observed process values y.[7] This approach is also known as maximum likelihood II, evidence maximization, or Empirical Bayes.[4]

Brownian Motion as the Integral of Gaussian processes

A Wiener process (aka brownian motion) is the integral of a white noise Gaussian process. It is not stationary, but it has stationary increments.

The Ornstein–Uhlenbeck process is a stationary Gaussian process.

The Brownian bridge is the integral of a Gaussian process whose increments are not independent.

The fractional Brownian motion is the integral of a Gaussian process whose covariance function is a generalisation of Wiener process.

Applications

A Gaussian process can be used as a prior probability distribution over functions in Bayesian inference.[7][9] Given any set of N points in the desired domain of your functions, take a multivariate Gaussian whose covariance matrix parameter is the Gram matrix of your N points with some desired kernel, and sample from that Gaussian.

Inference of continuous values with a Gaussian process prior is known as Gaussian process regression, or kriging; extending Gaussian process regression to multiple target variables is known as cokriging.[10] Gaussian processes are thus useful as a powerful non-linear multivariate interpolation tool. Additionally, Gaussian process regression can be extended to address learning tasks in both supervised (e.g. probabilistic classification[7]) and unsupervised (e.g. manifold learning[2]) learning frameworks.

Gaussian process prediction, or kriging

When concerned with a general Gaussian process regression problem, it is assumed that for a Gaussian process f observed at coordinates x, the vector of values f(x) is just one sample from a multivariate Gaussian distribution of dimension equal to number of observed coordinates |x|. Therefore under the assumption of a zero-mean distribution, f (x) ∼ N (0, K(θ,x,x')), where K(θ,x,x') is the covariance matrix between all possible pairs (x,x') for a given set of hyperparameters θ.[7] As such the log marginal likelihood is:

\log p(f(x)|\theta,x) =  -\frac{1}{2}f(x)^T K(\theta,x,x')^{-1} f(x) -\frac{1}{2} \log \det(K(\theta,x,x')) - \frac{|x|}{2} \log 2\pi

and maximizing this marginal likelihood towards θ provides the complete specification of the Gaussian process f. One can briefly note at this point that the first term corresponds to a penalty term for a model's failure to fit observed values and the second term to a penalty term that increases proportionally to a model's complexity. Having specified θ making predictions about unobserved values f(x*) at coordinates x* is then only a matter of drawing samples from the predictive distribution p(y*|x*,f(x),x) = N(y*|A,B) where the posterior mean estimate A is defined as:

A = K(\theta,x^*,x) K(\theta,x,x')^{-1} f(x)

and the posterior variance estimate B is defined as:

B = K(\theta,x^*,x^*) - K(\theta,x^*,x)  K(\theta,x,x')^{-1}  K(\theta,x^*,x)^T

where K(θ,x*,x) is the covariance between the new coordinate of estimation x* and all other observed coordinates x for a given hyperparameter vector θ, K(θ,x,x') and f(x) are defined as before and K(θ,x*,x*) is the variance at point x* as dictated by θ. It is important to note that practically the posterior mean estimate f(x*) (the "point estimate") is just a linear combination of the observations f(x); in a similar manner the variance of f(x*) is actually independent of the observations f(x). A known bottleneck in Gaussian process prediction is that the computational complexity of prediction is cubic in the number of points |x| and as such can become unfeasible for larger data sets.[6] Works on sparse Gaussian processes, that usually are based on the idea of building a representative set for the given process f, try to circumvent this issue.[11][12]

See also

Notes

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. 2.0 2.1 2.2 Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. 4.0 4.1 Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. 6.0 6.1 6.2 Lua error in package.lua at line 80: module 'strict' not found.
  7. 7.0 7.1 7.2 7.3 7.4 7.5 Lua error in package.lua at line 80: module 'strict' not found.
  8. Lua error in package.lua at line 80: module 'strict' not found.
  9. Lua error in package.lua at line 80: module 'strict' not found.
  10. Lua error in package.lua at line 80: module 'strict' not found.
  11. Lua error in package.lua at line 80: module 'strict' not found.
  12. Lua error in package.lua at line 80: module 'strict' not found.

External links

Software

Video tutorials