阅读记录:Landmark and Intensity-Based, Consistent Thin-Plate Spline Image Registration
DOI
Abstract
Landmark-based thin-plate spline image registration is one of the most commonly used methods for non-rigid medical image registration and anatomical shape analysis. It is well known that this method does not produce a unique correspondence between two images away from the landmark locations because interchanging the role of source and target landmarks does not produce forward and reverse transformations that are inverses of each other. In this paper, we present two new image registration algorithms that minimize the thin-plate spline bending energy and the inverse consistency error—the error between the forward and the inverse of the reverse transformation. The landmarkbased consistent thin-plate spline algorithm registers images given a set of corresponding landmarks while the intensity-based consistent thinplate spline algorithm uses both corresponding landmarks and image intensities. Results are presented that demonstrate that using landmark and intensity information to jointly estimate the forward and reverse transformations provides better correspondence than using landmarks or intensity alone.
基于地标的薄板样条插值图像配准是最常用的非刚性医学图像配准和解剖学形状分析方法之一。众所周知,这种方法不能在远离地标位置的两幅图像之间产生唯一的对应关系,因为互换源地标和目标地标的作用并不能产生互为逆变换的正向和反向变换。在本文中,我们提出了两种新的图像注册算法,它们能使薄板样条插值的弯曲能量和逆向一致性误差--正向和反向变换的逆向之间的误差最小。基于地标的一致薄板样条插值算法对给定的一组相应地标的图像进行配准,而基于强度的一致薄板样条插值算法则同时使用相应的地标和图像强度。结果表明,使用地标和强度信息来联合估计正向和反向变换,比单独使用地标或强度提供更好的对应关系。
Methods
Notation
Figure 1 shows two MRI images with corresponding landmarks that define the notation used throughout the paper. Assume that the template and target** images are defined on the continuous domain and were constructed from pixel images using bilinear interpolation. Let , and , for , define corresponding landmarks in the template and target images, respectively. The forward transformation is defined as the mapping that transforms into the shape of and the reverse transformation is defined as the mapping that transforms into the shape of . The forward transformation defines the mapping from the coordinate system of the template to the target and the reverse transformation defines the mapping from the coordinate system of the target image to the template for . The inverse of the forward transformation is defined as and the reverse transformation is defined as .
注解
标志点(landmark)正反变换能够一致,但是控制点为非标志点时,其 TPS 正向变换(红色)与逆向变换(绿色)会存在不一致性
template target
transformation | inverse(逆) | |
---|---|---|
forward(正) | ||
reverse(反) | ||
Landmark-Based, Thin-Plate Spline Image Registration with Cyclic Boundary Conditions
where for
It is well known that the TPS displacement field that minimizes the bending energy defined by has the form
where and are weighting vectors. The matrix and the vector define the affine transformation where and are vectors.
The unknown parameters are determined by substituting the landmark constrains into and solving the resulting equations. Let build the matrix
and is a matrix of zeros. Also, define the matrix of landmark displacements as where for . The equations formed by substituting the landmark constrains into can be written in matrix form as . The solution to this matrix equation is determined by least squares estimation since the matrix is not guaranteed to be full rank.
注解
矩阵 应该由最小二乘法求解,因为不一定满秩,即不一定可逆(方阵:矩阵满秩等价于矩阵可逆,非方阵是广义逆)。由的最小二乘法求解为,则上述.