HOME

TheInfoList



OR:

A radial basis function (RBF) is a
real-valued function In mathematics, a real-valued function is a function whose values are real numbers. In other words, it is a function that assigns a real number to each member of its domain. Real-valued functions of a real variable (commonly called ''real ...
\varphi whose value depends only on the distance between the input and some fixed point, either the
origin Origin(s) or The Origin may refer to: Arts, entertainment, and media Comics and manga * ''Origin'' (comics), a Wolverine comic book mini-series published by Marvel Comics in 2002 * ''The Origin'' (Buffy comic), a 1999 ''Buffy the Vampire Sl ...
, so that \varphi(\mathbf) = \hat\varphi(\left\, \mathbf\right\, ), or some other fixed point \mathbf, called a ''center'', so that \varphi(\mathbf) = \hat\varphi(\left\, \mathbf-\mathbf\right\, ). Any function \varphi that satisfies the property \varphi(\mathbf) = \hat\varphi(\left\, \mathbf\right\, ) is a radial function. The distance is usually Euclidean distance, although other metrics are sometimes used. They are often used as a collection \_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 David S. Broomhead (13 November 1950 – 24 July 2014) was a British mathematician specialising in dynamical systems and was professor of applied mathematics at the School of Mathematics, University of Manchester. Education Broomhead was b ...
and David Lowe in 1988, which stemmed from Michael J. D. Powell's seminal research from 1977.: "We would like to thank Professor M.J.D. Powell at the Department of Applied Mathematics and Theoretical Physics at Cambridge University for providing the initial stimulus for this work." RBFs are also used as a
kernel Kernel may refer to: Computing * Kernel (operating system), the central component of most operating systems * Kernel (image processing), a matrix used for image convolution * Compute kernel, in GPGPU programming * Kernel method, in machine lea ...
in support vector classification. The technique has proven effective and flexible enough that radial basis functions are now applied in a variety of engineering applications.


Definition

A radial function is a function \varphi:[0,\infty) \to \mathbb. When paired with a metric on a vector space \, \cdot\, :V \to [0,\infty) a function \varphi_\mathbf = \varphi(\, \mathbf-\mathbf\, ) is said to be a radial kernel centered at \mathbf . A Radial function and the associated radial kernels are said to be radial basis functions if, for any set of nodes \_^n


Examples

Commonly used types of radial basis functions include (writing r = \left\, \mathbf - \mathbf_i\right\, and using \varepsilon to indicate a ''shape parameter'' that can be used to scale the input of the radial kernel):


Approximation

Radial basis functions are typically used to build up function approximations of the form where the approximating function y(\mathbf) is represented as a sum of N radial basis functions, each associated with a different center \mathbf_i, and weighted by an appropriate coefficient w_i. The weights w_i can be estimated using the matrix methods of linear least squares, because the approximating function is ''linear'' in the weights w_i. Approximation schemes of this kind have been particularly used in time series prediction and control of nonlinear systems exhibiting sufficiently simple
chaotic Chaotic was originally a Danish trading card game. It expanded to an online game in America which then became a television program based on the game. The program was able to be seen on 4Kids TV (Fox affiliates, nationwide), Jetix, The CW4Kids ...
behaviour and 3D reconstruction in
computer graphics Computer graphics deals with generating images with the aid of computers. Today, computer graphics is a core technology in digital photography, film, video games, cell phone and computer displays, and many specialized applications. A great deal ...
(for example, hierarchical RBF and Pose Space Deformation).


RBF Network

The sum can also be interpreted as a rather simple single-layer type of
artificial neural network Artificial neural networks (ANNs), usually simply called neural networks (NNs) or neural nets, are computing systems inspired by the biological neural networks that constitute animal brains. An ANN is based on a collection of connected units ...
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(\mathbf) is differentiable with respect to the weights w_i. 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.


RBFs for PDEs

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 \mathbf in the domain are approximated by the linear combination of RBFs: The derivatives are approximated as such: where N are the number of points in the discretized domain, d the dimension of the domain and \lambda the scalar coefficients that are unchanged by the differential operator. Different numerical methods based on Radial Basis Functions were developed thereafter. Some methods are the RBF-FD method, the RBF-QR method and the RBF-PUM method.


See also

* Matérn covariance function * Radial basis function interpolation * Kansa method


References


Further reading

* * * * Sirayanone, S., 1988, Comparative studies of kriging, multiquadric-biharmonic, and other methods for solving mineral resource problems, PhD. Dissertation, Dept. of Earth Sciences, Iowa State University, Ames, Iowa. * {{cite journal , last1 = Sirayanone , first1 = S. , last2 = Hardy , first2 = R.L. , year = 1995 , title = The Multiquadric-biharmonic Method as Used for Mineral Resources, Meteorological, and Other Applications , journal = Journal of Applied Sciences and Computations , volume = 1 , pages = 437–475 Artificial neural networks Interpolation Numerical analysis