Abstract
Kidney cancer occurs in both a hereditary (inherited) and sporadic (non-inherited) form. It is estimated that almost a quarter of a million people in the USA are living with kidney cancer and their number increases with 51,000 diagnosed with the disease every year. In clinical practice, the response to treatment is monitored by manual measurements of tumor size, which are 2D, do not reflect the 3D geometry and enhancement of tumors, and show high intra- and inter-operator variability. We propose a computer-assisted radiology tool to assess renal tumors in contrast-enhanced CT for the management of tumor diagnoses and responses to new treatments. The algorithm employs anisotropic diffusion (for smoothing), a combination of fast-marching and geodesic level-sets (for segmentation), and a novel statistical refinement step to adapt to the shape of the lesions. It also quantifies the 3D size, volume and enhancement of the lesion and allows serial management over time. Tumors are robustly segmented and the comparison between manual and semi-automated quantifications shows disparity within the limits of inter-observer variability. The analysis of lesion enhancement for tumor classification shows great separation between cysts, von Hippel-Lindau syndrome lesions and hereditary papillary renal carcinomas (HPRC) with p-values inferior to 0.004. The results on temporal evaluation of tumors from serial scans illustrate the potential of the method to become an important tool for disease monitoring, drug trials and noninvasive clinical surveillance.
Keywords: contrast-enhanced CT, kidney cancer, von Hippel-Lindau syndrome, hereditary papillary renal carcinoma, segmentation, quantification, classification, monitoring, level sets, computer-assisted radiology
1. INTRODUCTION
Kidney cancer is made up of a number of different types of cancer, where clear cell renal carcinoma accounts for the vast majority of cases [16]. Whether hereditary or sporadic, other types of kidney cancers include papillary, chromophobe and collecting duct renal carcinoma [9,26,33] It is estimated that almost a quarter of a million people in the USA are living with kidney cancer and their number increases by 51000 every year [19]. Patients with localized disease have a 95% 5-10 year survival, but as the disease reaches an advanced stage, the 2-year survival rate drops to 18%. While several major risk factors associated with renal cancers have been identified, i.e. family history, obesity, smoking and hypertension medication, at least 40% of the cases are of unexplained causes. [17,19].
The established treatments of renal cancer include surgery (radical or partial nephrectomy), chemotherapy, radiation therapy and radiofrequency ablation [9]. New additions to the family of available treatments are molecular therapeutic agents, which target the kidney cancer gene pathways [1,9,18,19]. While the advance of targeted therapies is a topic of intensive research, clinical investigations are actively involved in the development of new drugs for chemotherapy.
The state-of-the-art minimally-invasive clinical procedures for diagnosis and monitoring kidney cancers are image-based and use computed tomography (CT) or magnetic resonance imaging (MRI) [2,9,32,47]. Contrast-enhanced CT has proven exceptionally useful to an improved diagnosis due to the ability to differentiate tumors from healthy kidney tissue. Figure 1 shows an example of normal kidney parenchyma and lesion intensity change in contrast enhanced CT. The level of enhancement in the tumor is an important indication of malignancy and can be associated with the intensity homogeneity of tissue to better classify renal abnormalities [6,42,45,47]. Some examples of tumor variability can be found in Figure 2, spanning from small to large, adipose to solid, and homogeneous to heterogeneous. Equally important is the growth rate (or regression rate during treatment) of tumors for a better targeted therapy. Recent studies emphasize the importance of optimized post-contrast injection scan delays using contrast bolus tracking techniques to assist the diagnosis of kidney cancer [8].
The management of kidney cancers encompasses studies from biology and etiology to early detection, diagnosis and treatment, and control and modeling. Monitoring the evolution of renal cancer is an essential part of the process and a rich source of information for diagnosis, understanding cancer development, and response to treatment. As manual measurements are time consuming and show high intra- and inter-operator variability [21,23], computer-assisted radiology (CAR) shows great promise in assisting the robust monitoring of renal tumors. Moreover, the two-dimensional (2D) bias toward the image acquisition plane manifested during the manual quantification of cancer can be removed by the 3D analysis allowed by computer analysis. The advance of strategies for cancer treatment and understanding causes of therapeutic failure will also rely on a combination of adequate perception of the underlying biological mechanisms [15] and non-invasive imaging analysis.
Most work in renal image analysis relates to kidney segmentation and not to kidney cancer quantification. Gao et al. proposed a 3D deformable surface model to segment the kidneys in CT [7]. They initialize the model manually by specifying the superior and inferior poles and the boundaries of three intermediate CT slices of each kidney and then interpolate to estimate the model parameters. Deformable models are also employed in [13] in a multiscale medial representation. The shape characteristics of kidneys are imbedded in a 3D statistical template and fitted to image data using a log likelihood term. A similar deformable shape model is presented in [28] combined with principal geodesic analysis. A comparison between manual and automatic kidney segmentation reveals good volume overlap and important potential for using computer-aided kidney analysis.
Recently, statistical models have been used towards multi-organ abdominal segmentation. Park et al. use a database of hand-segmented CT abdominal scans to compute a mean image [25]. This is registered with thin plate splines to propagate the segmentation of liver, kidneys and aorta. Using a similar principle, a priori data from probabilistic atlases is used to initialize the segmentation of abdominal organs in [35,44]. Both methods use measures of relationship and hierarchy between organs and manual landmarks. On a different note, contrast enhanced CT data from four-phases are employed in [10,31]. Hu et al. [10] use independent component analysis in a variational Bayesian mixture, while Sakashita et al. [31] combine expectation-maximization and principal component analysis to segment abdominal CT including the kidneys. Other groups addressed the segmentation of kidneys from dynamic MR images using graph-cuts [4,30] or wavelets and temporal dynamics [36].
The segmentation of renal tumors is seldom addressed. Notably, a marker controlled watershed algorithm is used in [38] to segment both renal and lesion volumes in 2D data. Three manual contours initialize the segmentation of the kidney, while homogeneous tumors are detected using granulometry. Alternatively, a homogeneous region growing from a seed point is presented in [14].
Our study proposes the semi-automated quantification of renal tumors for the assertive management of tumor diagnoses and evolution monitoring. It quantifies the three-dimensional size, volume and enhancement of renal tumors, as well as monitors the evolution of lesions over time and in response to treatment. The algorithm employs registration and smoothing to prepare the data, a combination of fast-marching and geodesic level-sets for segmentation, and lesions quantification. As a major challenge to robust CAR remains the reliable visualization and identification of tumor boundaries, a novel adaptive refinement step to adapt to the shape and intensity of the lesions is proposed. We present results on segmenting and assessing various types of renal tumors and compare automated and manual segmentation. This is, to our knowledge, the first semi-automated method that allows the temporal analysis of renal tumors and enhancement quantification for lesion classification.
2. METHODS
The method can be subdivided into three major steps, each consisting of several sub-stages. Data from the three-phase scans are first aligned by the image position relative to the body. The pre-processing of images includes an intra-patient inter-phase registration and data smoothing. The registration corrects for abdominal motion between subsequent acquisitions, while smoothing removes noise and enhances edges. The next step segments the renal tumors using geodesic active contours and an input from fast marching level sets. Tumor margins are difficult to identify in the majority of cases, and lesions tend to have a variety of shapes other than spherical. Hence, the method analyses local values of gradients starting from the provided landmarks and adapts the segmentation parameters accordingly. Finally, the size and enhancement characteristics of each tumor are computed and the temporal evolution of lesions is analyzed. A diagram of the algorithm is presented in Figure 3. The implementation uses Visual C++ 8.0 (Microsoft), OpenGL (SGI) and the Insight Segmentation and Registration Toolkit (ITK) 2.4 (Kitware, Inc.) [11].
2.1 Data Smoothing
CT data are smoothed using anisotropic diffusion to enhance the homogeneity of abdominal objects and ensure boundary preservation. We employ the classic Perona-Malik anisotropy model [27]. During the diffusion process, smoother versions of an image I are computed iteratively
(1) |
Iσ is the result of the convolution of I with a Gaussian of standard deviation and div the divergence. The resulting image provides stable edges over a large number of iterations based on a rapidly decreasing diffusivity g, but will only enhance those edges for which the gradient is larger than the contrast parameter k.
The smoothing process respects a minimum-maximum principle and does not alter the mean value inside of the smoothed object. The standard deviation is decreased due to the reduction of noise and homogenization of intensities. Heterogeneous objects will however have high standard deviation, as they comprise edges inside their volume and edges are preserved during smoothing by anisotropic diffusion. Figure 4 shows an example of kidney CT smoothing. A compelling review of anisotropic diffusion can be found in [43].
2.2 Intra-patient Inter-phase Registration
An example of multi-phase CT is presented in Figure 1. Although the acquisitions are done during the same session and intra-patient, note the abdominal motion between the three images. Hence, a motion correction is necessary to monitor the enhancement of lesions between the three phases, especially in the cranial-caudal direction [29,39]. Based on the irregularity of abdominal motion, a rigid deformation (translation and rotation) would not be sufficient; hence we assume that the best deformation will be non-rigid [46]. An affine motion model is equally considered [3].
The images from the first two phases of contrast-enhanced abdominal CT data (non-contrast or I1, and arterial or I2) are registered to the portal (or venous or I3) phase. Since data are acquired during a single acquisition session, inter-acquisition motion is mainly due to breathing and cardiac pulsation, though small patient movements are also present. The relatively limited range of motion between phases permits the use of the demons non-rigid registration algorithm, which requires partial overlaps between the objects to be registered, in this case between each organ over multiple phases [40]. The deformation field D of image I to match image J is governed by the optical flow equation and can be written as [40].
(2) |
The multi-phase CT data is intra-modal, but the different levels of organ enhancement justify the use of a multimodal similarity measure. Mutual information m accounts for intensity variability within the same organ during multi-phase acquisitions, where p(i,j) is the joint probability distribution of images I and J, and p(i) and p(j) the marginal distributions [22,41].
(3) |
Registration results are interpolated with cubic B-splines. A comparison between affine and non-rigid registration algorithms for intra-patient inter-phase abdominal CT images was performed, as seen in Figure 5. We employed an entropy-based affine transformation [37] for this comparative example. Both transformations produce the major shift in the cranial-caudal direction to align the tumor present in the right kidney (Figure 5). However, as noted from the difference images, the non-rigid registration finds better local correspondences between the individual organs boundaries, as well as globally between the body edges. Moreover, the difference in intensity between images due to contrast enhancement is clearly depicted by the non-rigid transform, which is better adapted locally (as seen in the left kidney).
2.3 Segmentation
The second stage of the method is the segmentation of renal lesions and our approach uses a combination of fast marching and geodesic active contour level sets [5,24,34]. Level sets are surfaces that expand or contract, split or merge in the direction orthonormal to the surface. Their definition allows level sets to be adapted to the image conditions and by using knowledge of shape, curvature and edge to segment incomplete data. Like other types of isosurfaces, level sets are expressed as time-crossing maps.
A fast marching level set is used to initialize the segmentation [34]. The fast marching method assumes that the surface can only expand starting from the seed point provided by the user. The speed of expansion is constant and along the surface normal n. The venous phase CT scan (I3) provides the feature image, while the sigmoid of the gradient of I3 supplies an edge image (or speed function) Ie, with α and β computed from ∇I3. The first segmentation given by the fast marching level set is If.
(4) |
A better-adapted level set based on geodesic active contours in used to refine the fast marching segmentation [5]. In deformable models there are two types of forces that govern the evolution of the active contour: the internal forces within the surface, which keep the model smooth during the deformation, and the external forces from the image data, which attract the model towards edges. To initialize the model, we use the fast marching segmentation as input level image (zero-level) into a geodesic active contour IL. The weights w1, w2 and w3 control respectively the speed c, curvature k and attraction to edges [5].
(5) |
2.4 Parameters
The adaptation of algorithm to image characteristics is important for the robustness of the segmentation and the independence of the method on parameter setting and user intervention [20]. Notably, the edge image Ie plays an essential role in the evolution of the isosurfaces resulting from the segmentation using level sets. As seen in equation (4), the definition of Ie is dependent on parameters α and β computed from the gradient image. α relates to the minimum gradient measure on the lesion boundaries, while β is a measure of the mean gradient values within the tumor. The estimation of parameters α and β is addressed next.
As lesions can be heterogeneous, only a boundary analysis of the image would not suffice, as segmentation algorithms would stop at inner-lesion edges. Hence, the initialization of the segmentation is performed manually to provide both information about the location and range of size of the lesion to quantify, and knowledge about the strength of the tumor boundaries in relation to its inner edges. However, to keep the user intervention minimal, only two points are required: one for the approximate tumor center pc, and a second along its boundaries pb. The first approximation of lesion is that of a sphere of radius r given by the Euclidian distance d=|pc ,pb|. An example of tumor landmark selection is presented in Figure 6. pc is approximated using axial and sagittal views, while pb is placed on the same axial slice as pc.
Given the locations of center and boundary of lesion, the gradient values along 26 rays originating from pc are recorded. As shown in a simplified 2D representation in Figure 7, we retain the gradient values on segments of length d centered on the sphere boundary to computeα. The dashed circle in the left part of Figure 7 represents the area that is used to computeβ. Hence, we allow errors in the initial estimation of tumor size to vary to ±50%, as many tumors are not spherical. This further allows correcting for the erroneous placement of pc and pb.
(6) |
The analysis of the histogram of gradient candidates permits to eliminate the outliers. Both the location of the edge (with the maximum gradient along the ray) and the value of α can now be estimated. We also assume that the first approximation of α must be at least 20% higher than the initial estimate ofβ.
The centroid of the object within the new set of boundaries updates the location of pc, and the spherical form r=(d,d,d) is changed to an ellipsoidal model r=(rx, ry, rz ), with rx≠ry ≠rz , as shown in the right side of Figure 7. The gradient values along the edges and inside the ellipsoid are recalculated and the resulting location of the tumor center pc is used as seed point for the fast marching level set. The updated values of α and β provide an adapted speed function, as in equation (4), to assist with the segmentation of lesions.
The ellipsoidal model provides a search space and not an approximation of the tumor shape. It finds edges in this search space, which are subsequently used to compute parameters α and β. There is no shape constraint in segmenting the tumor; α and β estimate the edge strength. However, highly heterogeneous tumors may have edges inside the lesion body as strong as its boundaries. Enforcing a higher α than β, the computation of the sigmoid will provide a speed image that will overlook the internal boundaries in the lesion.
2.5 Lesion Quantification
We compute the linear and volumetric measurements of a lesion from its segmentation (manual or automatic). We first apply a principal component analysis (PCA) [12] to compute the principal axes, then project the lesion surface to the principal axes and compute the linear measurement. PCA computes the statistically significant principal axis (the longest axis) from the entire object; hence, more robust than using a 3D bounding box, which is sensitive to outliers and noise in the segmented object. The PCA method can be written as
(7) |
where Yi is a vertex on the surface, n is the total number of vertices, Y is the centroid of the surface, and C is the covariance matrix. The eigenvectors Φ = {ϕ1,ϕ2,ϕ3} of C form the principal axes of the lesion. The linear measurement is then computed
(8) |
where Ψϕk (Yi) is a function to project Yi to axis ϕk, and Max and Min are functions to find the two extreme points of the projections. L1 is the longest linear measurement of the lesion. The volumetric measurement is simply the summation of all voxels inside the segmented region.
(9) |
VA is the segmented volume and P(vi) is the volume of a voxel vi inside the segmented region.
For the accurate estimate of segmentation overlap between the automatic and the manual segmentations, we compute the Dice Coefficient as one metric for validation
(10) |
D is the Dice Coefficient, SA is the segmented region of the automatic method, and SM is the manually segmented region by an expert. SA ∩ SM is the common voxels in both SA and SM.
3. RESULTS
The semi-automated renal tumor segmentation method was evaluated on a combination of benign cysts and cancers, namely von Hippel-Lindau (VHL) syndrome cases and hereditary papillary renal carcinomas (HPRC). Contrast-enhanced CT data had three acquisitions at corresponding to three time points. The first image was obtained before contrast administration. Then the patients were injected with 130ml of 1SOVUE-300 and two more contrast-enhanced data acquisitions were completed during arterial and portal phases. The distinction between phases was performed using fixed-delays of 25-30s and 65-70s for the arterial and venous phases respectively, depending on the scanner. The CT data were collected using GE LightSpeed Ultra and GE LightSpeed QX/i scanners from GE Healthcare, and Philips MX 8000 from Philips Medical Systems. Image resolution ranged from 0.70 × 0.70 × 1.0 mm3 to 0.97 × 0.97 × 1.00 mm3. Image size ranged from 512 × 512 × 189 voxels3 to 512 × 512 × 316 voxels3.
3.1 Tumor Segmentation
Data from 10 patients with tumor lesions were analyzed: 5 diagnosed with hereditary papillary renal carcinoma (HPRC) and 5 diagnosed with von Hippel-Lindau syndrome (VHL). A total of 31 individual lesions were analyzed from the patient scans, including 14 HPRC, 8 VHL and 9 benign cysts. Patients had between one and two scans, bringing the number of analyzed lesions to 55.
Lesions are segmented in the venous phase, where they appear better differentiated from the enhanced renal tissue. Cysts are adipose and remain radio-opaque during enhancement having well defined edges and a homogenous appearance, while VHL lesions tend to be solid and enhance more. HPRC tumors vary from cystic to solid and the mix of the two types. The most difficult segmentation occurs for mixed heterogeneous lesions that are both solid and cystic. The inner edges may confuse the estimation of segmentation parameters and a new segmentation seed may be required.
The segmentation of renal tumors is visually validated by overlaying the segmented data on the CT volumes, as shown in Figure 8. Tumors are robustly segmented, as confirmed by expert clinicians. Figure 8 presents segmentation examples for the three groups of lesions that we addressed.
Twelve lesions (5 HPRC, 5VHL and 2 benign cysts) were segmented manually by two observers for the precise quantification of the segmentation. The maximum size of lesions varied from 11.17mm to 71.82mm. The overlaps of the segmented lesions were computed, as described in Section 2. The inter-observer measurements show an overlap of 0.807±0.064, while the overlap between the computer segmentation and each of the observers is 0.806±0.065 and 0.805±0.056 respectively. Thus, the comparison between manual and semi-automatic quantifications shows disparity of the same magnitude as the inter-observer variability. The sizes of lesions were quantified and the correlations and p-values of the paired t-test between measurements are presented in Table 1. Once more, results show similar variability between observers as between computer and human measurements. Figure 9 presents the best linear fit for the comparative measurements.
Table 1.
Volume Correlation/p-value | Size Correlation/p-value | Overlap | |
---|---|---|---|
Observer1 - CAD | 0.999/0.156 | 0.984/0.02 | 0.805 |
Observer2 - CAD | 0.999/0.388 | 0.985/0.055 | 0.806 |
Inter-observer | 0.999/0.007 | 0.983/0.39 | 0.807 |
Further analysis was performed using available clinical measures for 21 of the 31 lesions described above. They varied in size from 9.08mm to 69.7mm. There were 5 VHL, 9 HPRC and 7 cystic benign lesions. The manual measurements were performed on 2D axial CT slices at the maximum size of the lesion. The correlation coefficient between the clinical measurements and the automatic quantifications was of 0.993, and the p-value of the pared t-test of 0.003. The best linear fit for the correlated measurements is shown in Figure 10 and has an R-squared value of 0.987.
3.2 Robustness
The goal of this semi-interactive technique is to provide the best segmentation of renal lesions for cancer monitoring. Therefore, it allows to repeat the segmentation if the result of segmentation was not satisfactory after visual inspection. The chosen segmentation will be referred as the best segmentation.
The technique is particularly sensitive to the placement of seed points in two circumstances: (1) when the size of the tumor is over-or under-estimated, as the search space for edges changes and number of iterations of the geodesic active contour varies with the approximation of the size of the tumor; and (2) when tumors are highly heterogeneous. Two experiments were designed to determine the sensitivity of the algorithm to the variation of the seed points: one in which the central seed point (pc) is kept unchanged, while the first estimate of the radius r of the tumor is varied by changing the boundary point (pb); and a second in which the radius is kept constant, but pc is moved. Figure 11 shows the variation of the relative errors in estimating the tumor size, volume and enhancement with the changes in the placement of the two seed points. Through the adaptation of the algorithm to tumor characteristics, the method is less sensitive to the change of the central seed point with 3.6% volume error, 2.3% size error and 1.9% enhancement error for a variation of 10 voxels in the position of pc (the seed points are always inside the tumor boundary). The errors increase when the manual estimation of the tumor size r changes dramatically and become 31% of the volume, 10% of the size and 12% of the enhancement, when the radius size is varies by 25% of the maximum size of the tumor.
The parameter k in the smoothing (equation 1) was 15 and chosen empirically, from training on seven tumor cases, which were not included in the test set. For this application, we aimed to enhance the edges in our data besides increasing the tumor homogeneity, as the edge properties are important for the segmentation. Weak edges within the tumor tend to be smoothed with the chosen value of k and increase the homogeneity of heterogeneous lesions.
The initial training of method parameters was performed on a database of seven cancers and cysts. Their n values were kept unchanged for the segmentation of the analyzed renal lesions (VHL, HPRC and cysts). The robustness of parameter choice is reflected in the quality of the segmentation results.
The influence of parameter k and of the number of iterations of the anisotropic diffusion is presented in Figure 12. The method is robust to small changes of the contrast value and relative errors in size and volume estimations increase over 5% when k is varied by more than 10 units. Errors remain smaller than 2% when the number of iterations is varied, but increase to 9% volume error, 7.7% size error and 3% enhancement if no smoothing is employed. Examples of segmentation with and without employing anisotropic diffusion are shown in Figure 13. The subsequent tumor classification is performed using the mean intensity (Hounsfield units) inside the segmented tumor, without smoothing the data. The anisotropic diffusion is employed to facilitate the segmentation, but not to quantify the lesions.
3.3 Enhancement Analysis
Based on observations from prevailing literature [42,45,47], we analyzed the patterns of lesion enhancement aiming to observe if the computer-assisted quantification can differentiate between different types of lesions. For the enhancement analysis, we selected 15 lesions, 5 of each type: VHL, HPRC and benign cysts. From data registration, scans obtained before contrast and at arterial phase were aligned to the venous phase. Then the computer segmentations of lesions from the venous phase were used to estimate the mean intensity of lesions in the other phases. Mean intensities were normalized by the values between contrast intake and the speed and level of enhancement between lesion groups were compared. Figure 14 exemplifies the enhancement patterns of VHL versus HPRC and benign lesions, while in Figure 15 we show an example of multi-phase segmentation of lesions after image registration. Although there is insufficient intensity information for the direct segmentation of tumors from the non-contrast and arterial phases, from non-rigid registration and propagation of segmentation through phases, our method allow the accurate quantification of lesions at different stages of enhancement.
Statistical analyses of the patterns of enhancement were performed for groups of lesions (VHL-HPRC, VHL-cysts and HPRC-cysts). For all 15 lesions we calculated the enhancement (difference of intensity) between phases (arterial and before contrast, venous and arterial, and venous and before contrast) and we computed the Pearson correlation coefficients and the p-values of two-sample t-test. Numerical results of the analysis can be found in Table 2. Note that the best differentiation between them is achieved using the relative enhancement between the venous phase and the acquisition before contrast administration. We obtained p-values of 0.004 (VHL to HPRC), 0.002 (HPRC to cysts) and 0.001 (VHL to cysts). Figure 16 shows the boxplots between the three groups of lesions grouped by two. The three categories of lesions are robustly differentiated by the algorithm and have mean relative enhancement values of 10.06 (cysts), 27.936 (HPRC) and 88.1 (VHL).
Table 2.
Arterial-NonContrast Correlation/p-value | Venous-NonContrast Correlation/p-value | Venous-Arterial Correlation/p-value | |
---|---|---|---|
VHL - HPRC | 0.718/0.01 | 0.442/0.004 | 0.054/0.478 |
HPRC - Cysts | -0.227/0.451 | -0.572/0.002 | 0.328/0.005 |
VHL - Cysts | -0.263/0.009 | 0.175/0.001 | -0.4/0.1 |
3.4 Temporal Comparison
Our method for renal lesion quantification allows the monitoring of temporal changes in tumors. This could be an important tool for the assessment of lesion evolution and response to treatment. For exemplification, we present temporal analysis of lesion size in two patients in Figure 17. The first patient has 3 HPRC cancers scanned at an interval of 6 month, and the second patient has 1 VHL cancer and 2 benign cysts imaged at an interval of 3 months. None of the patients was undergoing cancer therapy. As expected, both patients present an enlargement of lesions over time.
Analogous patterns of evolution of lesions can be observed in other patient serial data. The rate of change in tumor size is neither constant amongst the patients, nor between individual tumors. More analysis of temporal data will be performed on images acquired from patients undergoing therapy for the monitoring of response to cancer treatment. Presently, the method assists in the temporal quantification of lesions of patients diagnosed at NIH.
In a similar manner, the change of lesion intensity over time can be carried out to evaluate the possible changes of lesion solidity. Some normalization is required to quantify the intensity, as data were enhanced differently at various time points. We propose the level of enhancement in the healthy kidney tissue as a normalizing factor for a more accurate comparison of tumor enhancement over time. Figure 18 presents the intensity changes for the lesions addressed in Figure 17. While lesions grew in size, their intensities tend to remain constant, but may increase or decrease, probably related to the tumor solidity, as seen in two of the HPRC cases. We will address the tumor intensity over time more thoroughly in future work, when data from therapeutic trials will be available.
4. DISCUSSION
We presented a method for the semi-automated quantification of renal tumors to assist in the clinical management of tumor diagnoses and monitoring. The method is tailored to the difficult segmentation of variable kidney lesions through a novel step to adapt to the tumor shape and intensity. Furthermore, the lesions are quantified via principal component analysis (PCA), which is robust to outliers and noise in the segmentation. We quantify automatically, for the first time, the three-dimensional size and volume of renal tumors. Additionally, our method analyzes the enhancement of segmented lesions, as well as monitors the evolution of tumors from serial scans. The combination of registration, smoothing, segmentation and quantification of renal data using contrast-enhanced images is new to our knowledge.
Three types of renal lesions were analyzed: benign cysts, von Hippel-Lindau (VHL) syndrome cancers and hereditary papillary renal carcinomas (HPRC). The computer-assisted segmentation of tumors was compared with the manual segmentation of two independent observers and the average segmentation overlap was 80.55%. Tumors are robustly segmented by the semi-automated method and the comparison between manual and semi-automated quantifications shows disparity within the limits of inter-observer variability. The difference in tumor size estimations between our method and the clinical measurements are not statistically significant with a p-value of 0.003.
The analysis of lesion enhancement for tumor classification shows great separation between benign cysts, VHL cancers and HPRC cancers, with p-values inferior to 0.004. These results represent the first automatic analysis for renal tumor classification and show great promise toward computer-assisted kidney diagnosis. Moreover, our method allows combining the enhancement analysis with the temporal monitoring of lesions. The initial results on temporal evaluation of tumors from serial scans illustrate the potential of the method of becoming an important tool for disease monitoring, drug trials and noninvasive clinical surveillance.
Future work will involve a larger database, including data from patients undergoing cancer therapy. The method will investigate the characterization of renal lesions from time evolution and enhancement between subsequent contrasted acquisitions to monitor the response to medical trials for optimal tumor management. Presently, the analysis is performed in contrast-enhanced abdominal CT, but multi-modal investigations will also be considered (i.e. MRI). The method will study cystic, solid and mixed-type tumors and has the potential to be applied to other types of abdominal abnormalities (i.e. liver, spleen and pancreatic tumors).
ACKNOWLEDGEMENTS
This work was supported in part by the Intramural Research Program of the National Institutes of Health, Clinical Center and National Cancer Institute, Center for Cancer Research. The authors would like to thank Dr. Sovira Tan from the National Institutes of Health for the constructive discussions.
Biography
Marius George Linguraru is Staff Scientist in the Diagnostic Radiology Department at the Clinical Center, National Institute of Health (NIH), Bethesda, Maryland. Previously, he was with Harvard University in Cambridge, Massachusetts, and the National Institute of Research in Computer Science (INRIA) in Sophia Antipolis, France. He received a D.Phil. in Medical Image Analysis from the University of Oxford, UK. His earlier studies include an M.A. in Cultural Studies, an M.S. in Processing Systems, and a B.S. in Computer Science from the University of Sibiu, Romania, where he also worked as Assistant Professor in the Department of Computer Science. His research interests include medical imaging in general, with a focus on multi-organ multi-modality models of the human body.
Jianhua Yao is currently a staff scientist in the Diagnostic Radiology Department at the National Institutes of Health. His research interests are clinical image processing, deformable model, nonrigid registration, CAD and CT colonography. He received his doctoral degree in Computer Science from the Johns Hopkins University in 2001.
James Peterson is a Clinical Programmer working with the Urologic Oncology Branch, Center for Cancer Research, of the National Cancer Institute, National Institutes of Health in Bethesda, MD. He has designed, implemented, and administered numerous databases for the Urologic Oncology Branch. He has also overseen the data collection, including Case Report Form (CRF) design, managed the collected data, and processed the data in order to facilitate analysis. James has enjoyed being involved with the characterization and gene discovery of multiple heritable syndromes involving kidney disorders, including von Hippel-Lindau (VHL), Hereditary Papillary Renal Cell Carcinoma (HPRC), Birt-Hogg-Dube (BHD), and Hereditary Leiomyomatosis Renal Cell Carcinoma (HLRCC) as they have evolved over the last decade.
Rabindra Gautam is Clinical Programmer, works with Dr W. Marston Linehan at the Urologic Oncology Branch, Center for Cancer Research, the National Cancer Institute, National Institutes of Health, Bethesda, Maryland. He has been involved in kidney cancer research since he joined the branch in 2004.
Zhixi Li is a native of Orlando, Florida and received his B.S. in Applied Mathematics from Columbia University, School of Engineering and Applied Science in 2007. He is currently a fellow in the Diagnostic Radiology Department at the National Institutes of Health.
W. Marston Linehan, M.D. is Chief of Urologic Surgery and Head of the Urologic Oncology Branch, Center for Cancer Research, at the National Cancer Institute, National Institutes of Health, Bethesda, Maryland. He has had a long standing interest in the genetic basis of cancer of the kidney, he and his colleagues identified the VHL gene (von Hippel-Lindau, clear cell renal carcinoma), the gene for Hereditary Papillary Renal Carcinoma (c-Met oncogene, type I papillary renal carcinoma) and the BHD gene (Birt Hogg Dubé syndrome, chromophobe renal carcinoma) and described the germline fumarate hydratase mutations in the North American families with hereditary leiomyomatosis renal cell carcinoma (HLRCC).
Ronald M. Summers received the B.A. degree in physics and the M.D. and Ph.D. degrees in Medicine/Anatomy & Cell Biology from the University of Pennsylvania. He completed a medical internship at the Presbyterian-University of Pennsylvania Hospital, Philadelphia, PA, a radiology residency at the University of Michigan, Ann Arbor, MI, and an MRI fellowship at Duke University, Durham, NC. In 1994, he joined the Diagnostic Radiology Department at the NIH Clinical Center in Bethesda, MD where he is now a tenured Senior Investigator and Staff Radiologist. He is currently Chief of the Clinical Image Processing Service and directs the Virtual Endoscopy and Computer-Aided Diagnosis (CAD) Laboratory. In 2000, he received the Presidential Early Career Award for Scientists and Engineers, presented by Dr. Neal Lane, President Clinton’s science advisor. His research interests include virtual colonoscopy, CAD and development of large radiologic image databases. His clinical areas of specialty are thoracic and gastrointestinal radiology and body cross-sectional imaging. He co-chairs the special session on virtual endoscopy at the annual SPIE Medical Imaging conference. He has co-authored over 100 journal, review and conference proceedings articles.
REFERENCES
- [1].Atkins MB, Ernstoff MS, Figlin RA, Flaherty KT, George DJ, Kaelin WG, Jr, Kwon ED, Libermann TA, Linehan WM, McDermott DF, Ochoa AC, Pantuck AJ, Rini BI, Rosen MA, Sosman JA, Sukhatme VP, Vieweg JW, Wood CG, King L. Innovations and challenges in renal cell carcinoma: summary statement from the Second Cambridge Conference. Clinical Cancer Research. 2007;15(13):667–670. doi: 10.1158/1078-0432.CCR-06-2231. [DOI] [PubMed] [Google Scholar]
- [2].Birnbaum BA, Hindman N, Lee J, Babb JS. Renal cyst pseudoenhancement: influence of multidetector CT reconstruction algorithm and scanner type in phantom model. Radiology. 2007;244(3):767–775. doi: 10.1148/radiol.2443061537. [DOI] [PubMed] [Google Scholar]
- [3].Borgert J, Krüger S, Timinger H, Krücker J, Glossop N, Durrani A, Viswanathan A, Wood BJ. Respiratory motion compensation with tracked internal and external sensors during CT-guided procedures. Computer Aided Surgery. 2006;11(3):119–125. doi: 10.1080/10929080600740871. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [4].Boykov YY, Jolly MP. Interactive graph cuts for optimal boundary & region segmentation of objects in N-D images. Proceedings of International Conference on Computer Vision. 2001;I:105–112. [Google Scholar]
- [5].Caselles V, Kimmel R, Sapiro G. Geodesic active contours. International Journal on Computer Vision. 1997;22(1):61–97. [Google Scholar]
- [6].Fritz GA, Schoellnast H, Deutschmann HA, Quehenberger F, Tillich M. Multiphasic multidetector-row CT (MDCT) in detection and staging of transitional cell carcinomas of the upper urinary tract. European Radiology. 2006;16(6):1244–52. doi: 10.1007/s00330-005-0078-0. [DOI] [PubMed] [Google Scholar]
- [7].Gao L, Heath DG, Fishman EK. Abdominal image segmentation using three-dimensional deformable models. Investigative Radiology. 1998;33(6):348–355. doi: 10.1097/00004424-199806000-00006. [DOI] [PubMed] [Google Scholar]
- [8].Goshima S, Kanematsu M, Nishibori H, Kondo H, Tsuge Y, Yokoyama R, Miyoshi T, Onozuka M, Shiratori Y, Moriyama N, Bae KT. Multi-detector row CT of the kidney: optimizing scan delays for bolus tracking techniques of arterial, corticomedullary, and nephrographic phases. European Journal of Radiology. 2007;63(3):420–426. doi: 10.1016/j.ejrad.2007.02.005. [DOI] [PubMed] [Google Scholar]
- [9].Grubb RL, III, Choyke P, Pinto PA, Linehan WM, Walther MM. Management of von Hippel-Lindau-associated kidney cancer. Nature Clinical Practice Urology. 2005;2(5):1–8. doi: 10.1038/ncpuro0179. [DOI] [PubMed] [Google Scholar]
- [10].Hu X, Shimizu A, Kobatake H, Nawano S. Independent analysis of four-phase abdominal CT images. Proceedings of Medical Image Computing and Computer-Assisted Intervention. 2004;3217:916–924. LNCS. [Google Scholar]
- [11].Ibanez L, Schroeder W, Ng L, Cates J. The ITK software guide. 2ndedition Kitware Inc.; 2005. [Google Scholar]
- [12].Jackson JE. A User’s Guide to Principal Components. John Wiley & Sons, Inc.; New York: 1991. [Google Scholar]
- [13].Joshi S, Pizer S, Fletcher PT, Yushkevich P, Thall A, Marron JS. Multiscale deformable model segmentation and statistical shape analysis using medical descriptions. IEEE Transactions on Medical Imaging. 2002;21(5):538–550. doi: 10.1109/TMI.2002.1009389. [DOI] [PubMed] [Google Scholar]
- [14].Kim DY, Park JW. Computer-aided detection of kidney tumor on abdominal computer tomography scans. Acta Radiologica. 2004;45:791–795. doi: 10.1080/02841850410001312. [DOI] [PubMed] [Google Scholar]
- [15].Kim JJ, Tannock IF. Repopulation of cancer cells during therapy: an important cause of treatment failure. Nature Reviews Cancer. 2005;5(7):516–525. doi: 10.1038/nrc1650. [DOI] [PubMed] [Google Scholar]
- [16].Linehan WM, Walther MM, Zbar B. The genetic basis of cancer of the kidney. Journal of Urology. 2003;170:2163–2172. doi: 10.1097/01.ju.0000096060.92397.ed. [DOI] [PubMed] [Google Scholar]
- [17].Linehan WM, Zbar B. Focus on kidney cancer. Cancer Cell. 2004;6:223–228. doi: 10.1016/j.ccr.2004.09.006. [DOI] [PubMed] [Google Scholar]
- [18].Linehan WM, Grubb RL, III, Coleman JA, Zbar B, Walther MM. The genetic basis of cancer of kidney cancer: implications for gene-specific clinical management. British Journal of Urology International. 2005;95(2):2–7. doi: 10.1111/j.1464-410X.2005.05189.x. [DOI] [PubMed] [Google Scholar]
- [19].Linehan WM. Targeting VEGF receptors in kidney cancer. The Lancet Oncology. 2007;8(11):956–957. doi: 10.1016/S1470-2045(07)70322-4. [DOI] [PubMed] [Google Scholar]
- [20].Linguraru MG, Marias K, English R, Brady M. A biologically inspired algorithm for microcalcification cluster detection. Medical Image Analysis. 2006 Dec;10(6):850–62. doi: 10.1016/j.media.2006.07.004. [DOI] [PubMed] [Google Scholar]
- [21].Masseroli M, O’Valle F, Andujar M, Ramirez C, Gomez-Morales M, de Dios-Luna J, Aguilar M, Aguilar D, Rodriguez-Puyol M, Del-Moral RG. Design and validation of a new image analysis method for automatic quantification of interstitial fibrosis and glomerular morphometry. Laboratory Investigation. 1998;78(5):511–22. [PubMed] [Google Scholar]
- [22].Mattes D, Haynor DR, Vesselle H, Lewellen TK, Eubank W. PET-CT image registration in the chest using free-form deformations. IEEE Transactions. on Medical Imaging. 2003;22(1):120–128. doi: 10.1109/TMI.2003.809072. [DOI] [PubMed] [Google Scholar]
- [23].Meyer CR, Johnson TD, McLennan G, Aberle DR, Kazerooni EA, MacMahon H, Mullan BF, Yankelevitz DF, van Beek EJR, Armato SG, III, McNitt-Gray MF, Reeves AP, Gur D, Henschke CI, Hoffman EA, Bland PH, Laderach G, Pais R, Qing D, Oiker C, Guo J, Starkey A, Max D, Croft BY, Clarke LP. Evaluation of lung MDCT nodule annotation across radiologists and methods. Academic Radiology. 2006;13(10):1254–1265. doi: 10.1016/j.acra.2006.07.012. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [24].Paragios N, Deriche R. Geodesic active regions and level set methods for supervised texture segmentation. Computer Vision and Image Understanding. 2005;97(3):259–282. [Google Scholar]
- [25].Park H, Bland PH, Meyer CR. Construction of an abdominal probabilistic atlas and its application in segmentation. IEEE Transactions on Medical Imaging. 2003;22(4):483–492. doi: 10.1109/TMI.2003.809139. [DOI] [PubMed] [Google Scholar]
- [26].Pavlovich CP, Grubb RL, III, Hurley K, Glenn GM, Toro J, Schmidt LS, Torres-Cabala C, Merino MJ, Zbar B, Choyke P, Walther MM, Linehan WM. Evaluation and management of renal tumors in the Birt-Hogg-Dube syndrome. Journal of Urology. 2005;173:1482–1486. doi: 10.1097/01.ju.0000154629.45832.30. [DOI] [PubMed] [Google Scholar]
- [27].Perona P, Malik J. Scale-space and edge detection using anisotropic diffusion. IEEE Trans. on Pattern Analysis and Machine Intelligence. 1990;12:629–639. [Google Scholar]
- [28].Rao M, Stough J, Chi YY, Muller K, Tracton G, Pizer SM, Chaney EL. Comparison of human and automatic segmentations of kidneys from CT images. International Journal of Radiation Oncology * Biology * Physics. 2005;61(3):954–960. doi: 10.1016/j.ijrobp.2004.11.014. [DOI] [PubMed] [Google Scholar]
- [29].Rohlfing T, Maurer CR, Jr., O’Dell WG, Zhong J. Modeling liver motion and deformation during the respiratory cycle using intensity-based nonrigid registration and gated MR images. Medical Physics. 2004;31(3):427–432. doi: 10.1118/1.1644513. [DOI] [PubMed] [Google Scholar]
- [30].Rusinek H, Boykov Y, Kaur M, Wong S, Bokacheva L, Sajous JB, Huang AJ, Heller S, Lee VS. Performance of an automated segmentation algorithm for 3D MR renography. Magnetic Resonance in Medicine. 2007;57(6):1159–67. doi: 10.1002/mrm.21240. [DOI] [PubMed] [Google Scholar]
- [31].Sakashita M, Kitasaka T, Mori K, Suenaga Y, Nawano S. A method for extracting multi-organ from four-phase contrasted CT images based on CT value distribution estimation using EM-algorithm. Proceedings of SPIE Medical Imaging. 2007;6509:1C-1–12. [Google Scholar]
- [32].Schmidt LS, Nickerson ML, Angeloni D, Glenn GM, Walther MM, Albert PS, Warren MB, Choyke PL, Torres-Cabala CA, Merino MJ, Brunet J, Berez V, Borraz J, Sesia G, Middelton L, Phillips JL, Stolle C, Zbar B, Pautler SE, Linehan WM. Early onset hereditary papillary renal carcinoma: germline missense mutations in the tyrosine kinase domaine of the met proto-oncogene. Journal of Urology. 2004;172:1256–1261. doi: 10.1097/01.ju.0000139583.63354.e0. [DOI] [PubMed] [Google Scholar]
- [33].Schmidt LS, Nickerson ML, Warren MB, Glenn GM, Toro JR, Merino MJ, Turner ML, Choyke PL, Sharma N, Peterson J, Morrison P, Maher ER, Walther MM, Zbar B, Linehan WM. Germline BHD-mutation spectrum and phenotype analysis of a large cohort of families with Birt-Hogg-Dube syndrome. American Journal of Human Genetics. 2005;76:1023–1033. doi: 10.1086/430842. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [34].Sethian JA. Level set methods and fast marching methods: evolving interfaces in computational geometry, fluid mechanics, computer vision and materials science. Cambridge University Press; 1999. [Google Scholar]
- [35].Shimizu A, Ohno R, Ikegami T, Kobatake H. Multi-organ segmentation in three-dimensional abdominal CT images. International Journal of Computer Assisted Radiology and Surgery. 2006;l:76–78. [Google Scholar]
- [36].Song T, Lee VS, Rusinek H, Wong S, Laine AF. Integrated four dimensional registration and segmentation of dynamic renal MR images. Proceedings of Medical Image Computing and Computer Assisted Intervention. 2006;4191:758–65. doi: 10.1007/11866763_93. LNCS. [DOI] [PubMed] [Google Scholar]
- [37].Studholme C, Hill DLG, Hawkes DJ. An overlap invariant entropy measure of 3D medical image alignment. Pattern Recognition. 1999;32(1):71–86. [Google Scholar]
- [38].Summers RM, Agcaoili CML, McAuliffe MJ, Dalal SS, Yim PJ, Choyke PL, Walther MM, Linehan WM. Helical CT of Von Hippel-Lindau: semi-automated segmentation of renal lesions. Proceedings of International Conference in Image Processing. 2001:293–296. [Google Scholar]
- [39].Sun D, Willingham C, Durrani A, King P, Cleary K, Wood B. A novel end-effector design for robotics in image-guided needle procedures. International Journal of Medical Robotics and Computer Assisted Surgery. 2006;2(1):91–97. doi: 10.1002/rcs.66. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [40].Thirion JP. Image matching as a diffusion process: an analogy with Maxwell’s demons. Medical Image Analysis. 1998;2(3):243–260. doi: 10.1016/s1361-8415(98)80022-4. [DOI] [PubMed] [Google Scholar]
- [41].Viola P, Wells WM., III Alignment by maximization of mutual information. International Journal of Computer Vision. 1997;24(2):137–154. [Google Scholar]
- [42].Voci SL, Gottlieb RH, Fultz PJ, Mehta A, Parthasarathy R, Rubens DJ, Strang JG. Delayed computed tomographic characterization of renal masses: preliminary experience. Abdominal Imaging. 2000;25(3):317–21. doi: 10.1007/s002610000009. [DOI] [PubMed] [Google Scholar]
- [43].Weickert J. Diffusion in Image Processing. Teubner; Stuttgart: 1998. Anisotropic. [Google Scholar]
- [44].Yao C, Wada T, Shimizu A, Kobatake H, Nawano S. Simultaneous location detection of multi-organ by atlas-guided eigen-organ method in volumetric medical images. International Journal of Computer Assisted Radiology and Surgery. 2006;l:42–45. [Google Scholar]
- [45].Zagoria RJ, Gasser T, Leyendecker JR, Bechtold RE, Dyer RB. Differentiation of renal neoplasms from high-density cysts: use of attenuation changes between the corticomedullary and nephrographic phases of computed tomography. Journal of Computer Assisted Tomography. 2007;31(1):37–41. doi: 10.1097/01.rct.0000235071.27185.c6. [DOI] [PubMed] [Google Scholar]
- [46].Zhang H, Banovac F, Lin R, Glossop N, Wood BJ, Lindisch D, Levy E, Cleary K. Electromagnetic tracking for abdominal interventions in computer aided surgery. Computer Aideded Surgery. 2006;11(3):127–136. doi: 10.3109/10929080600751399. [DOI] [PMC free article] [PubMed] [Google Scholar]
- [47].Zhang J, Lefkowitz RA, Ishill NM, Wang L, Moskowitz CS, Russo P, Eisenberg H, Hricak H. Solid renal cortical tumors: differentiation with CT. Radiology. 2007;244(2):494–504. doi: 10.1148/radiol.2442060927. [DOI] [PubMed] [Google Scholar]