Skip to main content
Medical Physics logoLink to Medical Physics
. 2011 Oct 17;38(11):5980–5991. doi: 10.1118/1.3641645

Learning statistical correlation for fast prostate registration in image-guided radiotherapy

Yonghong Shi 1,a), Shu Liao 2,b), Dinggang Shen 2,c)
PMCID: PMC3215689  PMID: 22047362

Abstract

Purpose: In adaptive radiation therapy of prostate cancer, fast and accurate registration between the planning image and treatment images of the patient is of essential importance. With the authors’ recently developed deformable surface model, prostate boundaries in each treatment image can be rapidly segmented and their correspondences (or relative deformations) to the prostate boundaries in the planning image are also established automatically. However, the dense correspondences on the nonboundary regions, which are important especially for transforming the treatment plan designed in the planning image space to each treatment image space, are remained unresolved. This paper presents a novel approach to learn the statistical correlation between deformations of prostate boundary and nonboundary regions, for rapidly estimating deformations of the nonboundary regions when given the deformations of the prostate boundary at a new treatment image.

Methods: The main contributions of the proposed method lie in the following aspects. First, the statistical deformation correlation will be learned from both current patient and other training patients, and further updated adaptively during the radiotherapy. Specifically, in the initial treatment stage when the number of treatment images collected from the current patient is small, the statistical deformation correlation is mainly learned from other training patients. As more treatment images are collected from the current patient, the patient-specific information will play a more important role in learning patient-specific statistical deformation correlation to effectively reflect prostate deformation of the current patient during the treatment. Eventually, only the patient-specific statistical deformation correlation is used to estimate dense correspondences when a sufficient number of treatment images have been acquired from the current patient. Second, the statistical deformation correlation will be learned by using a multiple linear regression (MLR) model, i.e., ridge regression (RR) model, which has the best prediction accuracy than other MLR models such as canonical correlation analysis (CCA) and principal component regression (PCR).

Results: To demonstrate the performance of the proposed method, we first evaluate its registration accuracy by comparing the deformation field predicted by our method with the deformation field estimated by the thin plate spline (TPS) based correspondence interpolation method on 306 serial prostate CT images of 24 patients. The average predictive error on the voxels around 5 mm of prostate boundary is 0.38 mm for our method of RR-based correlation model. Also, the corresponding maximum error is 2.89 mm. We then compare the speed for deformation interpolation by different methods. When considering the larger region of interest (ROI) with the size of 512 × 512 × 61, our method takes 24.41 seconds to interpolate the dense deformation field while TPS method needs 6.7 minutes; when considering a small ROI (surrounding prostate) with size of 112 × 110 × 93, our method takes 1.80 seconds, while TPS method needs 25 seconds.

Conclusions: Experimental results show that the proposed method can achieve much faster registration speed yet with comparable registration accuracy, compared to the TPS-based correspondence (or deformation) interpolation approach.

Keywords: adaptive radiation therapy, fast registration, patient-specific correlation, multiple linear regression, predictive correlation model

INTRODUCTION

Prostate cancer is the second-leading cause of cancer death for America men.1 Intensity-modulated radiation therapy (IMRT), a state-of-the-art external beam radiation therapy, is the most common treatment paradigm for prostate cancer, by spreading the treatment over a weeks-long series of daily fractions.2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 Since the prostate is surrounded by healthy tissues which can also be harmed by radiation, it is important to maximize the dose delivered to the prostate while minimize the dose delivered to the healthy tissues.8 In addition, for adaptive radiation therapy in IMRT, the treatment plan designed in the planning image needs to be adjusted according to the patient position and motion estimated from the treatment images of the patient during the treatment stage.9, 10 All these applications require prostate segmentation and also the registration between the planning image and each treatment image. In this paper, we focus on prostate registration.

The goal of prostate registration is to estimate deformable prostate motion during radiotherapy. By registering prostates between planning image and each treatment image of the patient, the treatment plan designed in the planning image space can be warped onto the treatment image space for adaptive radiation therapy. Also, the dose distribution map in the treatment image can be mapped back onto the planning image space, for measuring the total dose that has been actually delivered to the prostate (after a portion of the treatment). This is very important for adaptive dose compensation or modulation during the radiotherapy, in order to reduce side effects caused by excessive dose delivered to the healthy tissues while improve the chance of curing prostate cancer. Furthermore, adaptive dose compensation can be achieved by modifying the initial treatment plan to account for the actual dose already delivered.10, 11, 12, 13

So far, many prostate registration algorithms have been developed in the literature, which can be broadly classified into two categories. The first category of methods is mainly based on correspondence detection or interpolation, i.e., first detecting correspondences through the segmentation of corresponding organs and then interpolating the dense correspondences for the rest regions of the image using thin plate splines (TPSs) based interpolation methods,14, 15, 16 finite element methods,17, 18, 19, 20 or other techniques.20, 21 For instance, Venugopal et al.15 used TPS to estimate the prostate motion given homologous landmark points in the two prostate images. Bharatha et al.19 used an elastic finite element model to align the preprocedural images with the intraprocedural images of the prostate and showed a significant increase in overlap between the registered preprocedural and intraprocedural prostate images, comparing to only using rigid transformation. Risholm et al.20 described a probabilistic method for nonrigid registration of prostate images, which could quantify the most probable deformation as well as the uncertainty of the estimated deformation based on a biomechanical finite element model. Note that, although this category of prostate registration methods requires the detection of correspondences (which often involves manual selection or contouring), it has the advantage of ensuring the alignment of important features22 such as the regions around the prostate boundary.

The second category of prostate registration methods is mainly intensity-based, aiming to maximize a similarity function defined based on image intensities or gradients of the two prostate images.23, 24, 25, 26, 27, 28, 29 Mutual information is a popular similarity function and has been reported to be effective for prostate registration.25 Besides, Oguro et al.26 have also evaluated the registration performance by integrating the B-spline transformation model with the mutual information. The advantage of intensity-based registration methods is that they can be made fully automatic. However, their registration performance could be easily affected by the possible significant change of prostate image appearance due to the uncertain existence of bowel gas.27, 28, 29 Figure 1 shows a typical example from the serial prostate CT images of a patient, where the yellow rectangles in the top row indicate the inconsistent appearance of bowel gas, while the bottom row shows the corresponding zoomed area for better visualization.

Figure 1.

Figure 1

Illumination of inconsistent appearance of bowel gas across different prostate CT images of the same patient.

It is still challenging to use the existing registration methods (as mentioned above) for the CT image guided radiotherapy of prostate cancer. First, due to the low image contrast between prostate and its surrounding tissues in CT images, it is often difficult for the intensity-based registration algorithms to differentiate the corresponding structures in the planning and treatment images.23, 24, 25, 6Second, it is also difficult to perform fast registration using the conventional intensity-based registration algorithms or even using the correspondence-guided registration methods (such as TPS-based interpolation algorithm) since it becomes slow when the number of correspondences in the prostate boundaries or the size of region of interest (ROI) becomes large. Although the TPS-based interpolation algorithm can be implemented block-by-block to improve its speed, the interpolation result could be affected if there is no single block covering the boundary points of the opposite sides of prostate.

In this paper, we propose a fast registration approach to align each treatment image with the planning image of the patient, based on the correspondences established between the prostate boundaries in the treatment and planning images by our recently developed deformable surface model.30 Our main idea is to learn the statistical (deformation) correlation between the prostate boundary and the nonboundary regions (around the prostate) from both the images acquired from the current patient and the images acquired from other training patients. With the learned statistical deformation correlation, the deformations estimated on the prostate boundaries can be used to rapidly predict the deformations on the nonboundary regions, for registering the new treatment image of the current patient to its planning image. More importantly, an online-updated strategy is adopted in our proposed approach to progressively learn the patient-specific statistical deformation correlation. Concretely, in the initial treatment stage when the number of treatment images from the current patient is small, the statistical deformation correlation is mainly learned from the images of other training patients. As more treatment images are collected from the current patient, they play a more important role in learning patient-specific statistical deformation correlation to reflect prostate deformation of the current patient during the treatment. Eventually, only the patient-specific statistical deformation correlation is used to estimate the dense deformations, once a sufficient number of treatment images have been acquired from the current patient.

It is worth noting that the statistical correlation model has been widely used in the field of medical imaging.31, 32, 33, 34, 35, 36 For example, Davatzikos et al.32 presented a purely shape-based framework for capturing the principal modes of covariation between anatomy and deformation in principal component analysis (PCA) formulation, in order to statistically represent deformability induced by tumor growth. Thus, when a patient’s anatomy is considered, it can be used in conjunction with the statistical model to predict the way in which the anatomy will deform. Liu et al.33 proposed a method for predictive modeling of anatomical structures using canonical correlation analysis (CCA).34 With this technique, certain anatomical structures, such as tumor-distorted structures, can be estimated from others by their correlation learned from the training samples. Besides the applications in medical imaging, predictive modeling has also been used widely in the computer vision and chemometrics fields. For example, Reiter et al.35 proposed to estimate face-depth maps from color face images based on CCA, which exploits the correlation between face color texture and surface depth. Castelan et al.36 compared four different subspace multiple linear regression (MLR) methods for 3D face shape prediction from a single 2D intensity image, and then principal component regression (PCR), partial least squares (PLS), CCA, and ridge regression (RR) were used to estimate a regression operator while maximizing specific criteria between 2D and 3D face subspaces. In our study, three types of MLR methods, namely CCA, PCR and RR, are used and compared to learn the statistical deformation correlation between prostate boundary and nonboundary regions.

The rest of the paper is organized as follows. In 2, our fast registration method on learning statistical deformation correlation between prostate boundary and nonboundary regions is presented. Then, our proposed method is intensively evaluated in 3. The key factors which affect the performance of the proposed method are also discussed in 4. Section 5 concludes the whole paper.

METHODOLOGY

In this section, details of the proposed method are described, with its schematic summary provided in Fig. 2. As illustrated in Fig. 2, the first step of the proposed method is to perform statistical shape-based segmentation on the acquired prostate CT images. Our recently developed statistical shape-based segmentation algorithm30 can not only segment the prostate from the planning and treatment images but also obtain correspondence between all segmented prostate boundaries.30 In order to establish the dense correspondences (or deformations), also for the points belonging to the nonboundary regions around the prostate, a correspondence interpolation algorithm, e.g., TPS or others,14, 15, 16 is needed. However, these algorithms are generally slow (e.g., taking more than 6.7 minutes for dense correspondence interpolation of prostates in a large region of interest (ROI) with size of 512 × 512 × 61 (Ref. 37)), which is not efficient for clinical application. Therefore, it is important to develop a fast algorithm for dense correspondence interpolation to satisfy the clinical applications.

Figure 2.

Figure 2

A schematic representation of the proposed method used for fast registration of prostate CT images.

As indicated in Fig. 2, the dense deformation (or correspondence) interpolation in the nonboundary regions can be estimated by using the statistical (deformation) correlation established between prostate boundary and nonboundary regions from a population of training patients, which will be further refined by the online-collected patient-specific treatment images during the radiotherapy of a patient. Specifically, the statistical deformation correlation learned from the population can be used to guide the estimation of dense deformations (or correspondences) for the initial treatment images of the current patient at the beginning of the treatment stage. With the acquisition and segmentation of more treatment images from the current patient, the patient-specific information can gradually play a more important role to achieve more accurate correspondence interpolation results, i.e., by increasing the value of coefficient ωt in Fig. 2. Once a sufficient number of treatment images are acquired from the current patient, the patient-specific information can eventually replace the population information in correspondence interpolation, i.e., setting ωt to be 1.0 in Fig. 2.

In the following Subsections2A, 2B, we will detail the proposed idea. In particular, Subsection 2A will first introduce how to learn the statistical deformation correlation from a population of training patients by using different multiple linear regression (MLR) methods, such as CCA-, PCR-, and RR-based correlation models. Then, Subsection 2B will introduce how to learn the patient-specific statistical deformation correlation as more treatment images are collected from the current patient, and also introduce how to adaptively combine the patient-specific information with the population-based information for more effective interpolation of dense correspondences in the nonboundary regions.

Learning statistical deformation correlation from a population of training patients

Training samples

Given a number of (manually or automatically) segmented serial prostate images of different training patients, the boundary correspondences across different prostate shapes can be established by using the deformable shape model proposed in Ref. 38. Then we can use the established correspondences to warp the prostate shapes of each training patient onto the planning image space of the current patient to obtain the aligned prostate shapes, with details provided below.

Assume that we have P training patients {Si|i=1,…,P}, and each patient has di segmented prostate shapes, denoted as {Sji|i=1,...,P;j=1,...,di}. Also, each shape Sji is represented by a vector with M prostate boundary points, denoted as Sji=(xj,1i,yj,1i,zj,1i,xj,Mi,yj,Mi,zj,Mi)T. We can linearly align each prostate shape Sji of the i-th training patient onto the prostate shape S10 of the planning image of the current patient S0, to obtain its aligned prostate shape Sj1i in the planning image space of the current patient. Based on all aligned prostate shapes Sj1i, for each patient Si, we can calculate the mean shape as S¯i=j=1diSj1idi, and then obtain the residual deformation Bji=Sj1i-S¯i from each aligned prostate shape Sj1i by subtracting the mean prostate S¯i from Sj1i. Thus, based on the prostate shape S10 in the planning image of the current patient S0 and the learned residuals from different training patients, we can obtain various deformed prostate shapes, {Cji=Bji+S10|i=1,,P;j=1,,di}, to simulate possible prostate deformations for the current patient during the radiotherapy.

Then, by using a correspondence interpolation algorithm, i.e., TPS or other methods,14, 15, 16 we can interpolate N dense correspondences Rji for the nonboundary regions of prostate, according to the correspondence on each deformed prostate shape Cji, denoted as Rji=(xj,1i,yj,1i,zj,1i,,xj,Ni,yj,Ni,zj,Ni)T. Therefore, we can get n paired samples for the prostate shape (or boundary) correspondences and nonboundary regional correspondences, denoted as {(Cji,Rji)|i=1,,P;j=1,,di}, where n=i=1Pdi,Cji is a 3M-dimensional vector, and Rji is a 3N-dimensional vector. With these training pairs, the goal of our study is to build a statistical deformation correlation model to predict the N dense correspondences in the nonboundary regions based on the M correspondences established on the prostate boundaries using multiple linear regressions (MLR). Next, we will describe three different MLR methods (i.e., CCA, PCR, and RR) one-by-one to build the statistical deformation correlation model.

CCA-based Correlation Model

Learning the correlation model. CCA is used to model the canonical correlation between the prostate boundary correspondences and the nonboundary regional correspondences.31, 32, 33, 34, 35, 36 Before performing CCA, PCA should be first performed on boundary correspondences and regional correspondences in order to get a compact representation for {Cji} and {Rji}, respectively, as described by Eqs. 1, 2 below.

Cji=C¯+ϕcαji (1)
Rji=R¯+ϕRβji (2)

where C¯ and R¯ denote the respective means for {Cji} and {Rji}, with ϕc and ϕR as the respective eigenvector matrices (each with q eigenvectors). αji and βji denote the respective coefficient vectors for Cji and Rji, which can also be denoted as matrices A=(α11,,αdPP)T and B=(β11,,βdPP)T, respectively. Then, CCA can be directly formulated as a linear least squares problem with respect to Eq. 3,

ɛ(wαk,wβk)=E[((wαk)Tαji-(wβk)Tβji)2], (3)

by seeking a set of transformation vector pairs, wαk and wβk, which yields the canonical variates with maximum correlation. A number of at most g=min(n,q) leading empirical canonical factor pairs wk={wαk,wβk},k=1,,g, can be solved, as denoted as matrices Wα=(wα1,,wαg) and Wβ=(wβ1,,wβg), respectively. Finally, the regression parameter H can be computed as H=(WαTA)BT. (Here, notation ‘†‘ denotes the pseudoinverse of matrix.)

Predicting the nonboundary regional correspondences. Given a new prostate shape segmented from a new treatment image of the current patient at time-point t, denoted as St0, we first obtain its corresponding aligned shape St10 by linearly aligning it onto the prostate shape in the planning image, S10. And then we obtain Bt0=St10-S¯0 and Ct0=S10+Bt0. Finally, we can predict the nonboundary regional correspondences by the following steps: first, obtain the PCA-based coefficient vector αt0 according to Eq. 1; second, estimate the coefficient vector βt0 using equation βt0=HTαt0; and finally, estimate the regional correspondences Rt0 for the new treatment image using the reversed PCA by Eq. 2.

PCR-based Correlation Model

Learning the correlation model. Another alternative to build the statistical deformation correlation model between prostate boundary correspondences and regional correspondences is the PCR method. PCR is used to overcome the possible colinearity of prostate boundary correspondences. Let X be the matrix constructed by the prostate boundary correspondences, i.e., X=[C11,,CdPP]T, and Y be the matrix constructed by the nonboundary regional correspondences, i.e., Y=[R11,,RdPP]T. And then, according to Eq. 1, the first q principal components of the covariance matrix XTX of the prostate boundary correspondences can be calculated and stored in ϕc and the corresponding coefficient vectors are stored in the matrix A=(α11,,αdPP)T. Then, these coefficient vectors are used as the new predictors for the regional correspondence vectors Y. Finally, the regression matrix H=(ATA)-1ATY is calculated by minimizing the following energy function:

ɛ(H)=E[(Y-AH)2] (4)

Predicting the regional correspondences. Given a new prostate shape segmented from a new treatment image of the current patient at time-point t, denoted as St0, similar to CCA, the corresponding Ct0 can be obtained, and then the prostate regional correspondences can be predicted by first obtaining the PCA-based coefficient vector αt0 according to Eq. 1, and then estimated by equation Rt0=αt0H.

RR-based Correlation Model

Learning the correlation model. The last method we described in this paper is the RR-based correlation method. The main advantage of the RR-based method is its ability to avoid the over-fitting problem in high-dimensional correspondence prediction. In particular, RR-based correlation model introduces an additional term λ||H|| in the following regression function,

ɛ(H)=E[Y-XH2+λH2] (5)

where X and Y are defined similarly as PCR’s, λ denotes the regularization parameter, and H denotes the regression matrix. By taking derivative ɛ(H) on H and letting the derivative be zero, the regression matrix is estimated as H=(XTXI)−1XTY (where I is a unit matrix of 3M-by-3M).

Predicting the regional correspondences. Given a new prostate shape segmented from a new treatment image of the current patient at time-point t, denoted as St0, after the similar operations as CCA’s, we obtain Ct0 and finally the nonboundary regional correspondences of prostate by equation Rt0=Ct0H.

Refining interpolation of dense correspondences by using patient-specific information

For each new treatment image of the current patient, we can use the method proposed in Ref. 30 to segment the prostate shape, and further establish the correspondence on the prostate boundaries between the planning image and the treatment image. With the statistical correlations learned between the prostate boundary correspondences and regional correspondences, we can rapidly predict the dense deformations (or correspondences) for the nonboundary regions based on the prostate boundary correspondences of the new treatment image. Moreover, after each daily radiotherapy, we can also perform offline interpolation using TPS or other interpolation methods to obtain potentially more accurate correspondences for the nonboundary regions, based on the prostate boundary correspondences or even other correspondences provided by the urologist, calcified points detected in the prostate (i.e., bright points in CT), or calypso transponders implanted in the prostate. Note that, after radiotherapy, we are allowed to take more time to update the dense correspondences for the nonboundary regions in the treatment image.

As more treatment images are obtained and segmented from the current patient, we can start to collect new pairs of correspondences in the prostate boundary and the nonboundary regions, which can be used to train a patient-specific deformation correlation model. Intuitively, images obtained from the same patient can reflect the patient-specific anatomical characteristics more accurately; therefore, these images should be used to adaptively update the statistical deformation correlation model, in order to build a patient-specific statistical deformation correlation model with acquisition of more and more treatment images from the current patient. Details about how to control the parameter coefficient ωt (in Fig. 2) to build or update patient-specific statistical deformation correlation model during the radiotherapy of a patient are given below.

First, we briefly summarize how to generate pairs of patient-specific training data. Assume that we have t-1 segmented prostate shapes {Sj0|j=1,,t1} from the current patient S0. Then, we can obtain their linearly aligned prostate shapes {Sj10|j=1,,t1} in the planning image space S10. And the mean prostate shape can be calculated as S¯0=j=1t-1Sj10(t-1), and the residual deformation is calculated as Bj0=Sj10-S¯0. And, eventually, we can obtain all the possible patient-specific prostate deformations for the current patient as {Cj0=Bj0+S10|j=1,,t1}. Similarly, the respective dense deformations (or correspondences) in the nonboundary regions {Rj0|j=1,,t1} can also be obtained with TPS interpolation method. In this way, we can obtain a set of patient-specific training samples {(Cj0,Rj0)|j=1,,t1}.

Then, based on the available patient-specific training data and also the population-based training data, patient-specific statistical deformation correlation model can be built and progressively updated with more and more treatment images collected from the current patient, i.e., using a parameter ωt to control the contribution of the current patient in construction of statistical deformation correlation model according to the Eq. 6,

ωt={0t<Ns(tNs)(NbNs)NstNb1Nb<t (6)

Here Ns is the minimal number of treatment images required for the current patient to begin building the patient-specific statistical deformation correlation model. Nb is the minimal number of treatment images collected from the current patient required to build the patient-specific correlation model without using population training data. More specifically,

  • if t<Ns, we fully rely on the population-based training data to build population-based correlation model for estimating the nonboundary regional correspondence Rt at the t-th time point treatment image for the current patient;

  • if NstNb, we start to build and update patient-specific statistical deformation correlation model with the collected pairs of training sample from the current patient and population training data balanced by parameter ωt. According to Eq. 6, initially, population training data play a more important role in learning the patient-specific correlation model to predict nonboundary regional correspondences when there are few treatment images from the current patient available. Then with more treatment images collected from the current patient, the contribution from patient-specific information to update the patient-specific correlation model is gradually increased, and simultaneously the contribution from population training data is reduced;

  • if t>Nb, we have more than Nb treatment images collected from the current patient. Then, we can stop using the population training data in learning the patient-specific correlation model, since more than Nb treatment images collected from the current patient is enough to build a robust patient-specific statistical deformation correlation model for accurately predicting the nonboundary regional correspondences.

In conclusion, our method for fast correspondence interpolation is summarized as follows (Refer to Fig. 2 for schematic explanations):

  • Step (1)

    Use the deformable segmentation method such as proposed in Ref. 30 to segment the prostates from the planning image of the current patient, as well as all images in the available training patients.

  • Step (2)

    Align all segmented prostate shapes of each training patient onto the prostate shape in the planning image of the current patient, and then learn its intrapatient motions (i.e., the residual of the aligned patient shapes compared to the mean shape) to simulate pairs of boundary and nonboundary correspondence samples, for constructing the population-based statistical deformation correlation model.

  • Step (3)

    For each initial treatment image of the current patient, we first use a deformable segmentation method such as in Ref. 30 to segment the prostate and establish its boundary correspondence with that in the planning image. Then, with the learned population-based correlation model as well as the established correspondences on the prostate boundaries, we can estimate the nonboundary regional correspondences for the current treatment image.

  • Step (4)

    As more treatment images are collected from the current patient, we can use them together with the population training data to jointly build a patient-specific statistical deformation correlation model. Once a sufficient number of treatment images are collected from the current patient, we can use only the patient-specific training data to build the patient-specific statistical deformation correlation model (without using the population training data). This built model will be used to guide the estimation of regional correspondences for the new treatment image by following the similar procedure as described in Step (3).

EXPERIMENTAL RESULTS

The performance of our proposed method is evaluated on serial prostate CT images of 24 patients. Most patients have up to 12 scanned images, with image size of 512×512×61 and voxel size of 1×1×3mm3. Prostates in all serial images of each patient have been manually segmented by medical experts, and their correspondences on the prostate boundaries have been established with a statistical shape-based method as proposed in Ref. 38. For comparison, TPS-based correspondence interpolation is used as the gold standard14 to estimate dense regional correspondences based on the correspondences obtained on the prostate boundaries. For convenience, we denote our methods of using different statistical correlation models as follows: Methods based on statistical correlation models of CCA, PCR, and RR if using only the population-based training data are called as Population CCA, Population PCR, and Population RR, respectively, while the respective methods using both the population-based and patient-specific training data are called as online CCA, online PCR, and online RR, respectively. The performance of different statistical correlation models are demonstrated by both qualitative and quantitative results.

Before providing the detailed experimental results, we first introduce the measures used to evaluate the registration performance and then summarize the parameters used in these experiments. In particular, the quantitative measure, called predictive error, is used to evaluate the registration performance of the proposed method. The predictive error is calculated as the magnitude of difference of displacement vector on each voxel obtained using the TPS-based interpolation method and our proposed method. Table Table I. gives the values of important parameters we used in the experiments. These parameters specify when to collect and use the patient-specific statistical correlation model, the important parameters of PCA, and the number of landmarks used in the whole experiments and so on. All parameters are optimized based on the predictive errors. For example, for the method of CCA or PCR, the predictive error is mainly a function of the number of latent (or canonical) variables used, while for the method of RR, the predictive error is mainly a function of regularization parameter λ. For our data, the number of latent variables for CCA- or PCR-based correlation model is determined by their representation power, while for RR-based model, λ=0.5 was found to have the optimal results.

Table 1.

Parameters used in the paper.

Symbol Value and Description
Training data  
P (24) Number of patients
di Number of serial CT images for each patient
n Number of training samples in the population-based training data, i.e., n=i=1Pdi
M (816) Number of corresponding points on prostate shape (or boundary)
N Number of points on nonboundary regions
Predictive model  
q Number of principal components used for prostate boundary correspondences, as well as for nonboundary regional correspondence; or the length of coefficient vector αji and Bji
g Number of empirical transformation factor pairs of CCA-based correlation model
λ (0.5) Regularization parameter for RR-based correlation model
Algorithm  
Ns (3) Minimal number of treatment images from current patient required to build or update patient-specific statistical deformation correlation model
Nb (10) Minimal number of treatment images of the current patient required to build a patient-specific statistical deformation correlation model without using population training data

Evaluating registration performance

In the following, we will evaluate the performance of our method on an individual patient and also on all patients, respectively.

Results on an individual patient

Figure 3 shows the predictive error of prostate deformations in the serial images of a patient estimated by our methods, compared to those interpolated by TPS. The top three rows show the spatial distribution of predictive errors at different treatment times using the population-based statistical correlation model by setting ωt=0 in Eq. 6. And the bottom three rows show the spatial distribution of predictive errors using patient-specific statistical correlation models. In this figure, the middle contour represents the boundary of prostate, while the outer contour and the interior contour represent the iso-distance of 15 mm outward and inward from the prostate boundary contour, respectively. This figure shows that the performance of all online methods (bottom three rows) is better than that by the population methods (top three rows). As for the population methods, the performance of Population PCR and Population RR is better than that by Population CCA, especially in the right side and also the middle part of prostate. We have also evaluated the Online CCA, Online PCR and Online RR methods, indicating (from Fig. 3) that our online methods can achieve the predictive error of less than 1.0 mm when a sufficient number of treatment images are obtained from the current patient. By comparing these three online methods, we can find that the Online RR method can more accurately estimate deformations even when the number of treatment images from the current patient is small.

Figure 3.

Figure 3

The distribution of predictive errors at different treatment times by using the population-based (top three rows) or patient-specific statistical correlation model (bottom three rows).

These results can be further evaluated by comparing the relative deformed positions of four planning image points in different treatment images by TPS method and our population methods or online methods, respectively. Figure 4 shows the four points in the planning image of a patient, as indicated by four crosses. Figure 5 compares the corresponding points estimated, respectively, by TPS method (crosses), our population methods (plus signs in the left three columns), and our online methods (plus signs in the right three columns) at image spaces of time-point 5, 7, and 10. This figure shows that the performance of all online methods (right three columns) is better than that by the population methods (left three columns), as we can see that the four estimated points by the online methods are basically overlaid upon the corresponding points interpolated by TPS method. Notably, in Figs. 45, the middle contour represents the boundary of prostate, while the outer contour and the interior contour represent the iso-distance of 15 mm outward and inward from the prostate boundary contour, respectively. Since these four points are selected far from the prostate boundary, this experimental result shows that our online methods can more accurately estimate tissue deformations.

Figure 4.

Figure 4

Four points are selected in the planning image of the patient, to demonstrate the performance of correspondence interpolation by different methods as shown in Fig. 5.

Figure 5.

Figure 5

Comparison between the point interpolation results (plus signs) by the population methods (left three columns) and the online methods (right three columns). Here, the points (crosses) interpolated by TPS method are shown and used as ground-truth. It can be observed that the online methods can interpolate the points much closer to those interpolated by TPS method.

Figure 6 quantitatively illustrates the error distributions corresponding to those in Fig. 3. From this figure, we can observe that the error distribution in any treatment image is similar to each other for all three population-based methods when using only the population-based statistical correlation model. We can also observe that, when including the patient-specific information, the predictive errors are significantly reduced, compared with those by using only the population-based information. This figure also shows that the performance of PCR and RR is consistently better than that of CCA.

Figure 6.

Figure 6

Overall distributions of predictive errors at six different treatment times (Time 5–Time 10) of a patient, by using the population-based or patient-specific statistical correlation models.

Results on all 24 patients

Table Table II. shows the overall predictive errors for all images of the 24 patients by using only the population-based training data or using both the population-based and patient-specific training data. The predictive errors on the voxels around 5 mm of prostate boundary are considered and reported, since these voxels locate between the prostate and the other normal tissues where high registration accuracy is required for effective treatment to maximize the harm to the tumor while minimize the harm to healthy tissues. It can be observed that the average error is 0.47, 0.38, and 0.38 mm for the Online CCA, Online PCR, and Online RR, respectively, which is much better than 1.15, 0.87, and 0.87 mm achieved by the Population CCA, Population PCR, and Population RR which use the population-based statistical correlation model. Also, the maximum error can be reduced significantly by using patient-specific correlation models, compared with those using only the population-based correlation model. For example, the maximum errors for the Online CCA, Online PCR, and Online RR methods are 3.61, 3.02, and 2.89 mm, respectively, which are much smaller than 4.98, 4.05, and 3.76 mm for the Population CCA, Population PCR, and Population RR methods, respectively.

Table 2.

Comparison of predictive errors for all the images of 24 patients between CCA-, PCR-, and RR-based predictive correlation methods which use the population-based correlation model or patient-specific correlation models. (unit: mm).

Method Mean ± Std Minimum Median Maximum
CCA Population 1.15 ± 0.78 0.0030 0.99 4.98
Online 0.47 ± 0.34 0.0003 0.39 3.61  
PCR Population 0.87 ± 0.58 0.0013 0.77 4.05
Online 0.38 ± 0.27 0.0002 0.32 3.02  
RR Population 0.87 ± 0.57 0.0030 0.77 3.76
Online 0.38 ± 0.27 0.0002 0.32 2.89

Table Table III. shows that the effect on the predictive error with respect to the number of available treatment images of the current patient used for building the patient-specific correlation model. The error in this table is computed from voxels around 5 mm of the prostate shape. This table indicates that the predictive error is reduced as more treatment images are collected from the current patient for all the methods. From Table Table III., we can also observe that RR’s performance is better than PCR’s and CCA’s when the number of available treatment images of the current patient is small, and the performance of these three methods becomes similar when a sufficient number of treatment images are collected from the current patient to serve as the patient-specific training data. For example, the predictive errors obtained by the Online CCA, Online PCR, and Online RR methods are similar to each other when the number of the treatment images collected from the current patient is reaching ten.

Table 3.

The effect on the predictive error with respect to the number of patient’s treatment images used for estimation of deformation correlation. (unit: mm).

Number of patient’s treatment images used Online CCA Online PCR Online RR
Mean (Std) Maximum Mean (Std) Maximum Mean (Std) Maximum
3 0.83 (0.56) 3.61 0.64 (0.43) 3.03 0.64 (0.42) 2.89
4 0.77 (0.52) 3.01 0.59 (0.38) 2.32 0.60 (0.39) 2.27
5 0.65 (0.43) 2.42 0.50 (0.32) 1.95 0.51 (0.32) 1.93
6 0.51 (0.35) 1.94 0.40 (0.27) 1.60 0.41 (0.28) 1.58
7 0.45 (0.33) 2.34 0.37 (0.27) 1.93 0.37 (0.27) 1.94
8 0.31 (0.23) 1.75 0.28 (0.22) 1.82 0.28 (0.21) 1.82
9 0.13 (0.22) 2.54 0.13 (0.23) 2.54 0.13 (0.23) 2.54
10 0.09 (0.07) 1.03 0.09 (0.07) 1.04 0.09 (0.06) 0.96

Evaluating registration speed

The above results (in Figs. 3456 and Tables 2, Table III.) demonstrate that our online-learning method has comparable performance as TPS. More importantly, our method is much faster than TPS when processing the same data in the same machine (OS: 32 bit of Windows 7; CPU: Intel Core 2 Quad Q9400 2.66 Hz; Memory: 4 GB). As shown in Table Table IV., when considering larger ROI with the size of 512 × 512 × 61, our methods, such as CCA, PCR, and RR, are able to predict the dense deformation field within 24.50, 24.45, and 24.41 seconds, respectively, while TPS needs 6.7 minutes When considering a small ROI (surrounding prostate) with the size of 112 × 110 × 93, it takes 1.85, 1.83, and 1.80 seconds for our CCA, PCR, and RR methods to estimate the deformation field, while TPS needs 25 seconds. This result indicates that our method can estimate the dense deformation field in fast time, which shows potential in clinical application.

Table 4.

Comparison of the running time for our methods and TPS-based method.

Prostate data (Number of Landmarks: 816) TPS CCA (s) PCR (s) RR (s)
Large ROI (Size: 512 × 512 × 61) 6.70 min 24.50 24.45 24.41
Small ROI (Size: 112 × 110 × 93) 25.00 s 1.85 1.83 1.80

DISCUSSION

In the following, we detail the discussions on the choice of multiple linear regressions, the factors affecting the registration speed, and the standard for evaluating the performance.

Choice of multiple linear regressions

In this paper, multiple linear regressions are used to estimate the dense deformation field in the nonboundary regions based on the correspondence established on the prostate boundaries. There exist other regression methods such as principal component regression (PCR) and partial least squares (PLSs). However, the drawback of PCR method is that it can lead to suboptimal solutions because it creates only the principal components to explain the observed variability of prostate boundary vectors, without considering the nonboundary regional correspondence vectors.39 On the other hand, PLS do seek to maximize covariance between prostate boundary correspondences and regional correspondences jointly, which has been proven as the most useful for the low-observation-to-variable ratio problems, i.e., our problem.31 However, the longer computation time of PLS leads to its unsuitability in our application, which requires fast registration speed. Furthermore, the experimental results also confirm that RR is more accurate than PCR, and can offer a simple and efficient way to approximate the dense correspondences in the nonboundary regions without requiring the construction of the latent (or canonical) variables between prostate boundaries and nonboundary regions.

Choice of TPS model, and factors affecting the registration speed

When using the correspondence-guided registration methods to estimate dense deformation field during radiotherapy of the prostate cancer, TPS or other interpolation methods14, 15, 16 are often used to estimate the deformation within or around the prostate. This is because TPS approach can yield minimal bending energy to produce the smooth deformation field14, 15, 16, 40 for modeling the elastic deformation of object, which is exactly assumed for the prostate deformation as investigated in the literature.41 Also, TPS approach can further improve its performance in modeling prostate deformation by using the extra correspondences established in urethra and calcified points, besides using only the boundary correspondences as described above. On the other hand, this is also the main reason why multiple linear regression techniques such as CCA, PCR and RR are used in this paper to interpolate the dense deformation. If the deformation cannot be formulated by the linear elastic model, other methods such as Gaussian radial basis interpolation42, 43 may be needed for deformation interpolation.

The key factors affecting the deformation interpolation speed are mainly the number of corresponding points and the size of region of interest (ROI). Accordingly, two respective ways can be used to improve the deformation interpolation speed. First, interpolation can be confined to a small portion of the image around prostate since the prostate does not occupy the entire image. Second, a limited number of points can be used to interpolate the dense deformation field since the deformations between serial images are assumed smooth.

Moreover, when using conventional intensity-based registration methods to align the planning image to a treatment image of a patient, the running time can be significantly reduced by implementing the algorithm with fast hardware such as graphic processing unit (GPU), or using a deliberately designed parallel implementation. However, a deflation algorithm must be first performed in order to eliminate the possible appearance of bowel gas in one image but not in another image (Refer to Fig. 1),27, 28, 29 which is not easy to perform in an automated fashion.

Standard for evaluating the performance

Comparing with the ground-truth landmarks of biomechanical model, the TPS interpolation is not physically based. Although the predicted deformations using the proposed method agree well with those by the direct TPS-based interpolation, neither of these deformation fields might be particularly accurate when compensating for the physical deformation. In particular, it is very important to find the significant registration error for the emerging targeted and dose escalated radiotherapy schemes where the tissue may exhibit complex behavior in terms of deformation. Therefore, in the future, more other ground-truth landmarks provided by the urologist, calcified points (with bright intensity) detected in the prostates, and calypso transponders implanted in the prostates will be considered to obtain better registration accuracy.

CONCLUSION

This paper presented a new algorithm for fast registration between prostates in the planning image and each treatment image of a patient during radiotherapy, by using both the population-based and patient-specific statistical correlation model established between correspondences of prostate boundaries and non-boundary regions. The statistical correlation model is learned by using multiple linear regression (MLR) techniques, including canonical correlation analysis (CCA), principal component regression (PCR), and ridge regression (RR). First, the patient-specific statistical correlation model is progressively learned from the previously collected treatment images of the current patient for guiding the estimation of regional correspondences for the new treatment image. In particular, at the beginning of the treatment stage, the population-based statistical correlation model plays a major role to statistically predict the dense regional correspondences. As more treatment images are collected from the current patient, the patient-specific statistical correlation model gradually plays a more important role than the population-based statistical correlation model. Second, it is found that the RR-based statistical correlation model can achieve more accurate prediction results in estimating the dense regional correspondences, compared with PCR- and CCA-based statistical correlation models. Experimental results also illustrate that our method has comparable registration accuracy with TPS-based interpolation technique, but achieves much faster speed than TPS, which is critical for clinical application.

In the future, our proposed method will be incorporated into the whole image process pipeline for prostate segmentation and registration. With accurate segmentation and registration of the prostate, the day-to-day motion (or deformation) of the prostate during external beam radiation therapy can be better determined, which can be used to adjust the treatment plan, as popularly done in adaptive radiation therapy. Thus, the best treatment for the disease could be achieved by maximizing dose to tumor and minimizing dose to healthy tissue. The performance of the whole segmentation and registration pipeline will be tested in our future work.

ACKNOWLEDGMENTS

This research was supported by the grant from National Institute of Health (Grant No. 1R01 CA140413). The image data and expert contours used in this study were provided by the Department of Radiation Oncology, UNC-Chapel Hill under support of NIH Grants R01 RR018615 and R44/43 CA119571, E. L. Chaney PI. This work was also supported by the grants from National Natural Science Foundation of China (No. 60972102) and the National Basic Research Program of China (973 Program) (No. 2010CB732505).

References

  1. Prostate Cancer Foundation, http://www.prostatecancerfoundation.org (2011).
  2. Ghilezan M., Yan D., and Martinez A., “Adaptive radiation therapy for prostate cancer,” Semin. Radiat. Oncol. 20(2), 130–137 (2010). 10.1016/j.semradonc.2009.11.007 [DOI] [PMC free article] [PubMed] [Google Scholar]
  3. Wu Q. J. et al. , “On-line re-optimization of prostate IMRT plans for adaptive radiation therapy,” Phys. Med. Biol. 53, 673–691 (2008). 10.1088/0031-9155/53/3/011 [DOI] [PubMed] [Google Scholar]
  4. Kupelian P. and Meyer J. L., “Image-guided adaptive radiotherapy of prostate cancer: Toward new standards of radiotherapy practice,” Front. Radiat. Ther. Oncol. 43, 344–368 (2011). 10.1159/000322485 [DOI] [PubMed] [Google Scholar]
  5. Li T., Zhu X., Thongphiew D., Lee W. R., Vujaskovic Z., Wu Q., Yin F. F., and Wu Q. J., “On-line adaptive radiation therapy: Feasibility and clinical study,” J. Oncol. 2010, 1–12 (2010). 10.1155/2010/407236 [DOI] [PMC free article] [PubMed] [Google Scholar]
  6. Zhu X., Li T., Yin F. F., Wu Q. J., Ge Y., and Thongphiew D., “A planning quality evaluation tool for prostate adaptive IMRT based on machine learning,” Med. Phys. 38, 719–26 (2011). 10.1118/1.3539749 [DOI] [PubMed] [Google Scholar]
  7. Peng C., Chen G., Ahunbay E., Wang D., Lawton C., and Li X. A., “Validation of an online replanning technique for prostate adaptive radiotherapy,” Phys. Med. Biol. 56(12), 3659–3668 (2011). 10.1088/0031-9155/56/12/013 [DOI] [PubMed] [Google Scholar]
  8. Halperin E. C., Perez C. A., Brady L. W., Wazer D. E., Freeman C., and Prosnitz L. R., Principles and Practice of Radiation Oncolory, 4th ed. (Lippincott Williams & Wilkins, New York, 2004). [Google Scholar]
  9. Yan D., Lockman D., Brabbins D., Tyburski L., and Martinez A., “An off-line strategy for constructing a patient-specific planning target volume in adaptive treatment process for prostate cancer,” Int. J. Radiat. Oncol., Biol., Phys. 48(1), 289–302 (2000). 10.1016/S0360-3016(00)00608-8 [DOI] [PubMed] [Google Scholar]
  10. Court L. E., Tishler R. B., Petit J., Cormack R., and Chin L., “Automatic online adaptive radiation therapy techniques for targets with significant shape change: A feasibility study,” Phys. Med. Biol. 51(10), 2493–2501 (2006). 10.1088/0031-9155/51/10/009 [DOI] [PubMed] [Google Scholar]
  11. St. Francis Health, http://www.stfrancishospitals.org (2011).
  12. Palta J. R. and Mackie T. R., Intensity-Modulated Radiation Therapy – The State of the Art (Medical Physics Publishing, Madison, Wisconsin, 2003). [Google Scholar]
  13. Schaly B., Kempe J. A., Bauman G. S., Battista J. J., and Van Dyk J., “Tracking the dose distribution in radiation therapy by accounting for variable anatomy,” Phys. Med. Biol. 49, 791–805 (2004). 10.1088/0031-9155/49/5/010 [DOI] [PubMed] [Google Scholar]
  14. Bookstein F. L., “Principal warps: Thin-plate splines and the decomposition of deformations,” IEEE Trans. Pattern Anal. Mach. Intell. 11(6), 567–585 (1989). 10.1109/34.24792 [DOI] [Google Scholar]
  15. Venugopal N., McCurdy B., Hnatov A., and Dubey A., “A feasibility study to investigate the use of thin-plate splines to account for prostate deformation,” Phys. Med. Biol. 50(12), 2871–2885 (2005). 10.1088/0031-9155/50/12/010 [DOI] [PubMed] [Google Scholar]
  16. Davatzikos C., “Spatial transformation and registration of brain images using elastically deformable models,” Comput. Vis. Image Underst. 66, 207–222 (1997). 10.1006/cviu.1997.0605 [DOI] [PubMed] [Google Scholar]
  17. Yan D., Jaffray D. A., and Wong J. W., “A model to accumulate fractionated dose in a deforming organ. Int. J. Radiat. Oncol., Biol., Phys. 44, 665–675 (1999). 10.1016/S0360-3016(99)00007-3 [DOI] [PubMed] [Google Scholar]
  18. Brock K. K., Sharpe M. B., Dawson L. A., Kim S. M., and Jaffray D. A., “Accuracy of finite element model-based multi-organ deformable image registration,” Med. Phys. 32, 1647–1659 (2005). 10.1118/1.1915012 [DOI] [PubMed] [Google Scholar]
  19. Bharatha A. et al. , “Evaluation of three-dimensional finite element-based deformable registration of pre- and intraoperative prostate imaging,” Med. Phys. 28(12), 2551–2560 (2001). 10.1118/1.1414009 [DOI] [PubMed] [Google Scholar]
  20. Risholm P., Fedorow A., Pursley J., Tuncali K., Cormack R., and Wells W. M., “Probabilistic non-rigid registration of prostate images: modeling and quantifying uncertainty,” Proceedings of 2011 IEEE International Symposium on Biomedical Imaging: From nano to macro, Chicago, Illinois: (2011). [DOI] [PMC free article] [PubMed]
  21. Kaus M. R., Brock K. K., Pekar V., Dawson L. A., Nichol A. M., and Jaffray D. A., “Assessment of a model-based deformable image registration approach for radiation therapy planning,” Int. J. Radiat. Oncol., Biol., Phys. 68, 572–580 (2007). 10.1016/j.ijrobp.2007.01.056 [DOI] [PubMed] [Google Scholar]
  22. Joshi S. C. and Miller M. I., “Landmark matching via large deformation diffeomorphisms,” IEEE Trans. Image Process. 9, 1357–1370 (2000). 10.1109/83.855431 [DOI] [PubMed] [Google Scholar]
  23. Christensen G. E., Rabbitt R. D., and Miller M. I., “Deformable templates using large deformation kinematics,” IEEE Trans. Image Process. 5, 1435–1447 (1996). 10.1109/83.536892 [DOI] [PubMed] [Google Scholar]
  24. Foskey M., Davis B., Goyal L., Chang S., Chaney E., Strehl N., Tomei S., Rosenman J., and Joshi S., “Large deformation three-dimensional image registration in image-guided radiation therapy,” Phys. Med. Biol. 50, 5869–5892 (2005). 10.1088/0031-9155/50/24/008 [DOI] [PubMed] [Google Scholar]
  25. Fei B., Duerk J. L., and Wilson D. L., “Automatic 3D registration for interventional MRI-guided treatment of prostate cancer,” Comput. Aided Surg. 7, 257–267 (2002). 10.3109/10929080209146034 [DOI] [PubMed] [Google Scholar]
  26. Oguro S. et al. , “MRI signal intensity based B-spline nonrigid registration for pre- and intraoperative imaging during prostate brachytherapy,” J. Magn. Reson Imaging 30, 1052–1058 (2009). 10.1002/jmri.21955 [DOI] [PMC free article] [PubMed] [Google Scholar]
  27. Davis B. C., Foskey M., Rosenman J., Goyal L., Chang S., and Joshi S., “Automatic segmentation of intra-treatment CT images for adaptive radiation therapy of the prostate,” Proceeding of 2005 International Conference of Medical Image Computing and Computer-Assisted Intervention (MICCAI), Springer-Verlag, Heidelberg, German, 8(Pt 1), pp. 442–450 (2005). [DOI] [PubMed]
  28. Gao S., Zhang L., Wang H., Crevoisier R. D., Kuban D. D., Mohan R., and Dong L., “A deformable image registration method to handle distended rectums in prostate cancer radiotherapy,” Med. Phys. 33, 3304–3312 (2006). 10.1118/1.2222077 [DOI] [PubMed] [Google Scholar]
  29. Malsch U., Thieke C., Huber P. E., and Bendl R., “An enhanced block matching algorithm for fast elastic registration in adaptive radiotherapy,” Phys. Med. Biol. 51, 4789–4806 (2006). 10.1088/0031-9155/51/19/005 [DOI] [PubMed] [Google Scholar]
  30. Feng Q., Foskey M., Chen W., and Shen D., “Segmenting CT prostate images using population and patient-specific statistics for radiotherapy,” Med. Phys. 37(8), 4121–4132 (2010). 10.1118/1.3464799 [DOI] [PMC free article] [PubMed] [Google Scholar]
  31. Frank I. E. and Friedman J. H., “A statistical view of some chemometrics regression tools,” Technometrics 35(2), 109–135 (1993). 10.2307/1269656 [DOI] [Google Scholar]
  32. Davatzikos C., Shen D., Mohamed A., and Kyriacou S. K., “A framework for predictive modeling of anatomical deformations,” IEEE Trans. Med. Imaging 20(8), 836–843 (2001). 10.1109/42.938251 [DOI] [PubMed] [Google Scholar]
  33. Liu T., Shen D., and Davatzikos C., “Predictive modeling of anatomic structures using canonical correlation analysis,” Proceedings of the IEEE International Symposium on Biomedical Imaging, Arlington, IEEE Computer Society, Piscataway, VA, pp. 1279–1282 (2004).
  34. Hotelling H., “Relations between two sets of variates,” Biometrika 28, 321–377 (1936). 10.2307/2333955 [DOI] [Google Scholar]
  35. Reiter M., Donner R., Langs G., and Bischof H., “Estimation of face depth maps from color textures using canonical correlation analysis,” in Computer Vision Winter Workshop. Ondřej Chum, Vojtěch Franc (eds.), Telč, Czech Republic, February 6–8, Czech Pattern Recognition Society, (2006).
  36. Castelan M., Puerto-Souza G. A., and Horebeek J., “Using subspace multiple linear regression for 3D face shape prediction from a single image,” Proceeding of the 5th International Symposium on Advances in Visual Computing (ISVC 2009): Part II, (2009), pp. 662–673, LNCS 5876.
  37. ITK Insight Toolkit, http://www.itk.org/ (2011).
  38. Shen D. G., Herskovits E. H., and Davatzikos C., “An adaptive focus statistical shape model for segmentation and shape modeling of 3D brain structures,” IEEE Trans. Med. Imaging 20, 257–271 (2001). 10.1109/42.921475 [DOI] [PubMed] [Google Scholar]
  39. Castelan M. and Van Horebeek J., “3D face shape approximation from intensities using partial least squares,” Proceedings of 2008 IEEE Computer Society Conference on Computer Vision and Pattern Recognition Workshops (CVPRW’08), Anchorage, Alaska, (2008) pp. 1–8.
  40. Cheung M. R. and Krishnan K., “Interactive deformation registration of endorectal prostate MRI using ITK thin plate splines,” Acad. Radiol. 16(3), 351–357 (2009). 10.1016/j.acra.2008.09.011 [DOI] [PubMed] [Google Scholar]
  41. Krouskop T. A. et al. , “Elastic moduli of breast and prostate tissues under compression,” Ultrason. Imaging 20, 260–274 (1998). [DOI] [PubMed] [Google Scholar]
  42. Baxter B. J. C., “The interpolation theory of radial basis functions,” Ph.D. dissertation, Cambridge University (1992). [Google Scholar]
  43. Fornefett M., Rohr K., and Stiehl H. S., “Radial basis functions with compact support for elastic registration of medical images,” Image Vis. Comput. 19, 87–96 (1999). 10.1016/S0262-8856(00)00057-3 [DOI] [Google Scholar]

Articles from Medical Physics are provided here courtesy of American Association of Physicists in Medicine

RESOURCES