Radial basis function

From testwiki
Jump to navigation Jump to search

Template:Short description In mathematics a radial basis function (RBF) is a real-valued function φ whose value depends only on the distance between the input and some fixed point, either the origin, so that φ(𝐱)=φ^(𝐱), or some other fixed point 𝐜, called a center, so that φ(𝐱)=φ^(𝐱𝐜). Any function φ that satisfies the property φ(𝐱)=φ^(𝐱) is a radial function. The distance is usually Euclidean distance, although other metrics are sometimes used. They are often used as a collection {φk}k which forms a basis for some function space of interest, hence the name.

Sums of radial basis functions are typically used to approximate given functions. This approximation process can also be interpreted as a simple kind of neural network; this was the context in which they were originally applied to machine learning, in work by David Broomhead and David Lowe in 1988,[1][2] which stemmed from Michael J. D. Powell's seminal research from 1977.[3][4][5] RBFs are also used as a kernel in support vector classification.[6] The technique has proven effective and flexible enough that radial basis functions are now applied in a variety of engineering applications.[7][8]

Definition

A radial function is a function φ:[0,)ℝ. When paired with a norm on a vector space :V[0,), a function of the form φ𝐜=φ(𝐱𝐜) is said to be a radial kernel centered at 𝐜V. A radial function and the associated radial kernels are said to be radial basis functions if, for any finite set of nodes {𝐱k}k=1nV, all of the following conditions are true: Template:Bulleted list Template:NumBlk


Examples

Commonly used types of radial basis functions include (writing r=𝐱𝐱i and using ε to indicate a shape parameter that can be used to scale the input of the radial kernel[9]):

Template:Bulleted list

Approximation

Template:Main Template:Main

Radial basis functions are typically used to build up function approximations of the form Template:NumBlk where the approximating function y(𝐱) is represented as a sum of N radial basis functions, each associated with a different center 𝐱i, and weighted by an appropriate coefficient wi. The weights wi can be estimated using the matrix methods of linear least squares, because the approximating function is linear in the weights wi.

Approximation schemes of this kind have been particularly usedTemplate:Citation needed in time series prediction and control of nonlinear systems exhibiting sufficiently simple chaotic behaviour and 3D reconstruction in computer graphics (for example, hierarchical RBF and Pose Space Deformation).

RBF Network

Template:Main

Two unnormalized Gaussian radial basis functions in one input dimension. The basis function centers are located at x1=0.75 and x2=3.25.

The sum Template:NumBlk can also be interpreted as a rather simple single-layer type of artificial neural network called a radial basis function network, with the radial basis functions taking on the role of the activation functions of the network. It can be shown that any continuous function on a compact interval can in principle be interpolated with arbitrary accuracy by a sum of this form, if a sufficiently large number N of radial basis functions is used.

The approximant y(𝐱) is differentiable with respect to the weights wi. The weights could thus be learned using any of the standard iterative methods for neural networks.

Using radial basis functions in this manner yields a reasonable interpolation approach provided that the fitting set has been chosen such that it covers the entire range systematically (equidistant data points are ideal). However, without a polynomial term that is orthogonal to the radial basis functions, estimates outside the fitting set tend to perform poorly.Template:Citation needed

RBFs for PDEs

Template:Main Radial basis functions are used to approximate functions and so can be used to discretize and numerically solve Partial Differential Equations (PDEs). This was first done in 1990 by E. J. Kansa who developed the first RBF based numerical method. It is called the Kansa method and was used to solve the elliptic Poisson equation and the linear advection-diffusion equation. The function values at points 𝐱 in the domain are approximated by the linear combination of RBFs: Template:NumBlk

The derivatives are approximated as such: Template:NumBlk where N are the number of points in the discretized domain, d the dimension of the domain and λ the scalar coefficients that are unchanged by the differential operator.[10]

Different numerical methods based on Radial Basis Functions were developed thereafter. Some methods are the RBF-FD method,[11][12] the RBF-QR method[13] and the RBF-PUM method.[14]

See also

References

Template:Reflist

Further reading

Template:More footnotes