- Thin plate spline
This is a brief derivation for the closed form solutions for "smoothing Thin Plate Spline". Details about these splines can be found in (Wahba, 1990).
Thin plate splines (TPS) were introduced to
geometric design by Duchon (Duchon, 1976). The name "thin plate spline" refers to a physical analogy involving the bending of a thin sheet of metal. In the physical setting, the deflection is in the direction, orthogonal to the plane. In order to apply this idea to the problem of coordinate transformation, one interprets the lifting of the plate as a displacement of the or coordinates within the plane. In 2D cases, given a set of corresponding points, the TPS warp is described by parameters which include 6 global affine motion parameters and coefficients for correspondences of the control points. These parameters are computed by solving a linear system, in other words, TPS has closed-form solution."Smoothing TPS" is a regularized TPS. The model has a parameter to control how non-rigid is allowed for the deformation. When , TPS is equal to an affine transformation, as the roughest model for non-rigid deformation.
Radial basis function
Given a set of control points , a radial basis function basically defines a spatial mapping which maps any location in space to a new location , represented by,:where denotes the usual Euclidean norm and is a set of mapping coefficients. One possible choice for the kernel function is the thin plate spline . It has a more global nature than the Gaussian kernel , which is another common function -- a small perturbation of one of the control points always affects the coefficients corresponding to all the other points as well.
Thin plate spline
moothness measure
One of the simplest smoothness measures is the space integral of the square of the second order derivatives of the mapping function. This leads us to the thin plate spline (TPS). The TPS fits a mapping function between corresponding point-sets and by minimizing the following energy function: :And for a smoothing TPS, it is:Then smoothing TPS is defined as:For this variational problem, it can be shown that there exists a unique minimizer (Wahba,1990) with a fixed weight parameter which is presented in next section.
pline
Suppose the points are in 2D (D = 2). We use "homogeneous coordinates" for the point-set where a point represented as a vector . The unique minimizer is parameterized by which comprises two matrices and ().:where d is a matrix representing the affine transformation and c is a warping coefficient matrix representing the non-affine deformation. The kernel function is a vector for each point , where each entry for 2 dimensions. For the 3 dimension case, . Note that for TPS, the control points are chosen to be the same as the set of points to be warped , so we already use in the place of the control points.
If we substitute the solution for , becomes::where and are just concatenated versions of the point coordinates and , and is a matrix formed from the . Each row of each newly formed matrix comes from one of the original vectors. The matrix represents the TPS kernel. Loosely speaking, the TPS kernel contains the information about the point-set's internal structural relationships. When it is combined with the warping coefficients , a non-rigid warping is generated.
A nice property of the TPS is that it can always be decomposed into a global affine and a local non-affine component. Consequently, the TPS smoothness term is solely dependent on the non-affine components. This is a desirable property, especially when compared to other splines, since the global pose parameters included in the affine transformation are not penalized.
olution
The separation of the affine and non-affine warping space is done through a
QR decomposition (Wahba,1990). :where Q1 and Q2 are and orthonormal matrices, respectively. The matrix is upper triangular.With the QR decomposition in place, we have :where is a matrix. Setting (which in turn implies that ) enables us to cleanly separate the first term in last third equation into a non-affine term and an affine term (first and second terms last equation respectively).The least-squares energy function in the last equation can be first minimized w.r.t and then w.r.t. . By applying
Tikhonov regularization we have::The minimum value of the TPS energy function obtained at the optimum is:Application
TPS has been widely used as the non-rigid transformation model in imagealignment and shape matching.
The popularity of TPS comes from a number of advantages: (1) the interpolation is smooth with derivatives of any order; (2) the model has no free parameters that need manual tuning; (3) it has closed-form solutions for both warping and parameter estimation; and (4) there is a physical explanation for its energy function.
References
*Haili Chui: Non-Rigid Point Matching: Algorithms, Extensions and Applications. PhD Thesis, Yale University, May 2001.
*G. Wahba, 1990,Spline models for observational data. Philadelphia: Society for Industrial and Applied Mathematics.
*J. Duchon, 1976, Splines minimizing rotation invariant seminorms in sobolev spaces, constructive theory of functions of several variables. vol 1, pp 85-100ee also
*Radial basis function
*Subdivision surface (emerging alternative to spline-based surfaces)
*Spline
*Polyharmonic spline (the thin-plate-spline is a special case of a polyharmonic spline)External links
* [http://www-cse.ucsd.edu/classes/fa01/cse291/hhyu-presentation.pdf Explanation for a simplified variation problem]
* [http://mathworld.wolfram.com/ThinPlateSpline.html TPS at MathWorld]
* [http://elonen.iki.fi/code/tpsdemo/index.html TPS in C++]
* [http://ricanet.com/new/data/hw/vision/tps1.ppt TPS Powerpoint]
Wikimedia Foundation. 2010.