• 沒有找到結果。

3 Institute of Radiation Medicine,

Seoul National University College of Medicine, Korea Correspondence: kimjh@radcom.snu.ac.kr

Abstract

This study introduces k -means clustering approach to automatic classification of kinetic patterns on 3-D contrast-enhanced breast MR images. Although BI-RADS criteria are widely accepted for breast MRI diagnosis, it has the limitation not to be able to consider intermediate contrast-enhancement patterns.

We performed k -means cluster analysis technique that enables to effectively classify the divers enhancement and signal patterns from real world tumor cases into a reasonable number of reference pattern set that is representative of each cluster. This technique, then, detects and classifies the tumor specific patterns from the given MRI data by measuring the vector distances from the reference pattern set on each voxel. The detections are highlighted with colors reflecting likelihood of malignancy and the type of reference pattern on a 3-D volume display. This method will greatly enhance the radiologists’ capability to efficiently identify and characterize the multi-dimensional patterns from tumors on DCE breast MRI.

1. Introduction

Magnetic Resonance Imaging (MRI) in combination with T1 enhancement from gadolinium diethylene triamine pentaacetic acid (Gd -DTPA) [1] is a valuable imaging modality because of its high contrast sensitivity to a large number of characteristics of tissues and body fluids, including T1 relaxation times. Dynamic Contrast Enhanced MRI (DCE-MRI) is necessary to detect breast lesions, and to help differentiate malignant from benign tumors [2, 3]. Malignant breast lesions tend to enhance more rapidly than benign lesions. Observation of contrast enhancement is typically achieved using dynamic imaging techniques whereby the contrast agent is injected during acquisition of a dynamic image set.

The American College of Radiology notes that there are rare situations when traditional imaging modalities are unable to guide patient management. These include situations involving inconclusive or contradictory results on mammography or ultrasound and the search for an unknown primary tumor. Breast MRI may help to solve

these problems before definitive treatment.

The basis of DCE-MRI is the fact that tumors need many blood vessels to grow, the concentration of the contrast agent at their location will be higher than in surrounding normal tissues and they will consequently appear as brighter areas in the images. Their dynamic and morphological patterns are related to the diffusion of the contrast agent and to the shape, edges, or the internal pattern of the enhancing region [4]. However, there is a considerable overlap between dynamic and morphological patterns of benign and malignant lesions.

In this paper, we will study dynamic features only.

A DCE-MRI requires the acquisition of one series of images before the injection of the contrast agent, called pre-contrast series, and of several series of images, after injection, called post-contrast series. A DCE-MRI examinations produce one hundred images or so, which have to be analyzed by ones.

American college of Radiology (ACR) Breast Imaging and Reporting Data System (BI-RADS) [5] describe the slope from pre-contrast phase to the initial enhancement phase, and the curve change in the delayed phases for kinetic curve assessment. However, BI-RADS criteria do not consider in detail the intermediate enhancement patterns in the delayed phases. Thus we performed a cluster analysis technique as a part of the role of a computer-aided diagnosis (CAD), for providing the radiologist a second opinion to take into account in difficult cases. Our clustering algorithm was a trial to explore features which are not directly human readable, reaching higher level of accuracy.

In this study, we focused on the differentiation of malignant tumor patterns extracted from DCE-MRI examinations and presented the result of k-means clustering analysis applied to the problem of classification of dynamic patterns.

2. Materials and Methods

2.1. Materials

Dynamic breast MR images from 13 patients with malignant lesions were acquired through 1.5 T Sonata (Siemens, Erlangen, Germany). First, pre-contrast T1

weighted three dimensional fast low angle shot (3D FLASH) sagittal image was obtained with fat suppression, and four consecutive post-contrast image using the same condition after the injection of 0.1 mmol/kg Gadolinium-DTPA (Magnevist, Schering, Berlin, Germany), respectively. Standard subtraction image, the image resulted after the first post-contrast image subtracts the pre-contrast image, was acquired as post-processing image.

2.2. Data acquisition

Signal patterns were collected on a voxel by voxel from the enhanced malignant tumor area for each patient The total number of the signal patterns was 1734 and these signals were used as the training data for the classification of the malignant signal patterns.

2.3. K-means clustering

The k-means clustering is a popular method used to divide n patterns {x1, …, xn} in d dimensional space into k clusters. The result is a set of k centers, each of which is located at the centroid of the partitioned dataset. This algorithm can be summarized in the following steps given as Figure 1:

Figure 1. Steps of k-means algorithm (1) Choose the number of clusters k and input a dataset

of n patterns X={x1, …, xn}. Randomly select the initial candidates for k cluster centers matrix V(0) from the dataset.

(2) Assign each pattern to the nearest cluster using a distance measure. For each pattern xi, computer its membership function m(Cj | xi) in each cluster Cj. The membership function m(Cj | xi) defines the proportion of pattern xi that belongs to the jth cluster Cj. The k-means algorithm uses a hard membership function, that is the membership m(Cj | xi) ? {0, 1}. If the pattern xi is closest to cluster Cj (i.e., the distance between xi

and cluster center vj is minimal), then m(Cj | xi)=1;

otherwise m(Cj | xi)=0.

(3) Recompute the centroids (centers) of these k clusters to find new cluster centers vj, and compute the sum of square error E.

(4) Repeat step 2 and 3 until convergence. Typical convergence criteria are: no more reassignment of patterns to new clusters, the change in error function E fails below a threshold, or a predetermined number of iterations have been reached.

In k-means clustering, choosing a good set of initial cluster centers is very important to reduce the distance calculations. However, it is difficult to select a good set of initial clusters randomly. Our method used as initial clusters the centroids which are empirically acquired by training of dataset. Table 1 shows the notation used in describing the algorithm. Figure2 shows the 10 centroilds computed finally through k-means clustering analysis .

Table 1. Notation used in our algorithm k The number of clusters

n The number of patterns in a dataset xi The ith data element (pattern) d The number of dimensions vj The centroid of the jth cluster Cj The jth cluster

Figure 2. Ten centroid signals computed from 1734 kinetic curves in malignant tumors

2.4. Classified image mapping

The centroids of the signal patterns computed through k-means clustering analysis were used for classifying a random dynamic breast MR image with a malignant lesion. The criterion of classification is to

(a) (b) (c)

Figure 3. An example of multi-dimensional detection on dynamic breast MR images of a patient with a single breast cancer; (a) the DCE-MR image in the initial phase, (b) the classification result from k-means clustering, (c) the result after removing false positives

assign each pattern extracted from the MR image to the nearest reference centroid using distance measure. In this study, the number of clusters, k was 10. The voxels corresponding to the position of each signal patterns were labeled as its class name and mapped to an image.

2.5. Removal of false positives

The signals as the cause of the false positives resulted from our clustering algorithm can be the artery signals similar to the kinetic patterns of typical malignant tumors with rapid initial enhancement and washout delayed phases, or the signals of normal tissues resembling the benign-like kinetic patterns, that is, the persisted enhancement patterns of untypical malignant tumors. Thus, we analyzed the size and the circularity of the voxels corresponding to the false positives using ImageJ free software (National Institute of Health, USA) and adequately removed them by thresholding.

2.6. Development environment

In this study, the C++ programming language and Insight Segmentation and Registration Toolkit (ITK) open-source software system sponsored by the National Library of Medicine were used for image analysis, and ImageJ software for the removal of false positives.

3. Results

Our classification results were displayed on an image as the texture with different colors for each class of malignant signal patterns. The various classes within a malignant tumor could be visually identified. The use of the more subdivided classification than the existing BI-RADS criteria allowed radiologis t the possible to be able to provide the information of more detailed cancer diagnosis. Figure 3 shows an example detected through our classification method on dynamic breast MR images of a patient with a single breast cancer.

4. Discussion and Conclusion

In this study, we presented the experimentation of k-means classifier based on automatic detection of tumor specific patterns, considering the intermediate kinetic patterns in the delayed phases. Such experimentation strategy can discriminate the heterogeneous patterns within malignant tumor and characterize the multi-dimensional patterns in detail, but still fail, when malignant lesions present atypical kinetic patterns similar to the signal patterns of benign tumors, as the case may be. Such observation confirms that, by itself, kinetic patterns are not able to distinguish correctly between benign and malignant lesions, and that morphological analysis of various specific tumors is to be combined.

There are several ways we plan our future work:

(1) The short-term goal is to enrich the set of kinetic features used by the classifiers and try to improve the classification of contrast-enhancement patterns. In addition, other advanced classifiers need to be tested.

(2) The long-term goal is to introduce morphological analysis. The combination with morphological analysis makes possible the comparison with the fully ranked classification through BI-RADS criteria.

5. References

[1] A.D. Watson, S.M. Rocklage and M.J. Carvlin.

Magnetic Resonance Imaging. St. Louis, USA, 1992.

[2] S.H. Heywang, D. Hahn, H. Schmidt et al, “MR imaging of the breast using Gadolinium-DTPA.” J. Comp.

Ass. Tomography, 1986; 10, pp. 199-204.

[3] W.A. Kaiser and E. Zeitler, “MR imaging of the breast:

fast imaging sequences with and without Gd-DTPA.”

Radiology, 1989; 170, pp. 681-686.

[4] C.K. Kuhl and H.H. Schild, “Dynamic image

interpretation of MRI of the breast.” J Magn Reson Imaging, 2000; 12, pp. 965-974.

[5] ACR BI-RADS-MRI first edition American College of Radiology, 2003.