AUTOMATIC SEGMENTATION OF OPTIC PATHWAY GLIOMAS IN MRI L. Weizman, L. Joskowicz

L. Ben-Sira, R. Precel, D. Ben-Bashat

School of Eng. and Computer Science The Hebrew Univ. of Jerusalem, Israel

Sourasky Medical Center Tel-Aviv, Israel

ABSTRACT This paper presents an automatic method for the segmentation of Optic Pathway Gliomas (OPGs) from multi-spectral MRI datasets. The method starts with the automatic localization of the OPG and its core with an anatomical tumor atlas followed by a binary voxel classification with a probabilistic tissue model whose parameters are estimated from MR images. The method effectively incorporates prior location, shape, and intensity information to accurately identify the sharp OPG boundaries and to delineate in a consistent and repeatable manner the OPG contours that cannot be clearly distinguished on conventional MR images. Our experimental study on 15 datasets yield a mean surface distance error of 0.67mm and mean volume overlap difference of 28.6% as compared to manual segmentation by an expert radiologist. To the best of our knowledge, this is the first method that addresses automatic OPG segmentation. Index Terms— multi-spectral MRI, brain tumor, segmentation, Optic Pathway Glioma 1. INTRODUCTION Optic Pathway Gliomas (OPGs) are the most common tumors of the central nervous system in patients with Neurofibromatosis (NF). OPGs are low-grade pilocytic astrocytomas arising in the optic nerve and chiasm and may involve the hypothalamus and post-chiasmal regions. OPGs may be asymptomatic, but may become very aggressive [1]. OPG growth may cause severe complications depending on its localization [2]. In NF patients, the most common site of involvement of the optic pathway is the optic nerve, while in combined NF and non-NF groups, the most common site is the chiasm. Patients with known OPGs are typically screened serially for progressive visual loss and for changes on MR images. To determine the proper treatment for NF patients with OPGs, it is crucial to accurately quantify the tumor volume and its components [3]. Precise follow-up of OPG evolution may serve as a marker for disease progression and may be used to determine the efficacy of a treatment. Currently, OPG volume is coarsely estimated manually by the physician with a few measurements on axial, coronal, and sagittal slices.

978-1-4244-4126-6/10/$25.00 ©2010 IEEE

920

This is inaccurate, time consuming, error prone, user dependent, and may compromise the follow-up of the disease progression and its treatment. Brain tumor detection, characterization, and follow-up using CT and MR images is the current standard of care in radiology. The ample spectrum of tumor types and locations has given rise to a plethora of methods for tissue classification and quantification [4]. Most studies focus on the automatic detection of Glioblastoma Multiforme (GBM) tumors, e.g. [3, 5, 6], since they account for about 40% of all brain tumors [7]. Additional studies address the automatic detection of other brain lesions, including astrocytoma [8], low-grade glioma [9] and meningioma [10]. While effective, most of these methods do not take into account the anatomic location of the tumor, which is essential for the detection and segmentation of the OPG. A common problem of OPGs and other tumors is the delineation of their boundaries due to the tumor inhomogeneity, the surrounding tissues with overlapping signal intensity values, the uneven tumor ingrowth into nearby structures, and the imaging partial volume effect. In this paper we describe an automatic method for the segmentation of OPG from multi-spectral MRI datasets. The method starts with the automatic localization of the OPG and its shape with an anatomical atlas followed by a binary voxel classification with a probabilistic tumor model whose parameters are estimated from MR images. The method effectively incorporates prior location, shape, and intensity information to accurately identify the sharp OPG boundaries and to delineate in a consistent and repeatable manner the OPG contours that cannot be clearly identified on the MR images. Experimental results on 15 datasets yield a mean surface distance error of 0.67mm and a mean volume overlap difference of 28.6% as compared to manual segmentation by an expert radiologist. To the best of our knowledge, this is the first method that addresses automatic OPG segmentation. 2. METHOD Our automatic OPG segmentation method consists of four steps. The input is a multi-spectral MRI dataset consisting of k MRI pulse sequences, such as T1-weighted, T2-weighted, Fluid Attenuated Inversion Recovery (FLAIR), among others. The output is the set of OPG voxels. Since OPG bound-

ISBI 2010

aries are not always clear, the algorithm uses a probabilistic tissue model generated from training datasets. The initial location of OPG is found using an anatomical OPG atlas. The OPG atlas consists of a set of points in the chiasm core, O = {o1 , ..., onO }, and a set of points the OPG Region Of Interest (ROI), M = {m1 , ..., mnM }. These two sets were defined by an experienced radiologist on the Johns Hopkins Univ. Int. Consortium of Brain Mapping T2 atlas [11]. In the first step, the MR images from the different pulse sequences are co-registered and normalized. In the second step, the core of the chiasm and the OPG Region Of Interest (ROI) are defined by registering the MR images to the anatomical OPG atlas. In the third step, the OPG sharp boundaries are found. In the fourth step, the missing OPG boundary segments are found using a probabilistic tumor intensity model. Fig. 1 shows two representative examples of OPG segmentation. Fig. 2 illustrates the algorithm steps.

(a)

(b)

(c)

Fig. 1. Example of an OPG on a FLAIR axial slice: (a) OPG location (red); our method’s worst (b) and best (c) results (green), compared with manual OPG delineation (red).

2.1. MRI sequences co-registration and normalization Since the patient may move during image acquisition, we first co-register the MR images with an affine registration method using the SPM package [12]. To standardize the patient MRI intensity values and the probabilistic OPG intensity model, we apply Dynamic Histogram Warping (DHW) [13]. This results in intensity-normalized and aligned MR images. 2.2. MRI sequences registration to OPG atlas The chiasm core and OPG ROI are generated by first registering the MR images to the OPG atlas using the SPM normalization tool [12], and then mapping back the OPG atlas points O and M to the MR images space. The resulting sets ˜ = {m ˜ = {o˜1 , ..., o ˜1 , ..., m ˜ nM˜ } represent the O ˜nO˜ } and M chiasm core and the OPG ROI in the patient image space. 2.3. OPG sharp boundaries detection The OPG is mostly surrounded by the Cerebral Spine Fluid (CSF), whose intensity value in the FLAIR pulse sequence is very low. Consequently, the OPG boundary is clearly distinguishable where the CSF surrounds the OPG. The CSF voxels are identified in FLAIR by fixed-value thresholding. Once the sharp OPG boundary voxels have been identi˜ is reduced to include only the OPG voxels that do not fied, M lie beyond a sharp border. The voxels are selected as follows. ˜ , we find the shortest Euclidean disFor every voxel m ˜i ∈M ˜ tance path to O and label it as P = {p1 , ..., pl }. If at least one of the voxels in P is a CSF voxel, then m ˜ i is deleted from ˜ . The resulting M ˜ has all the voxels in the OPG ROI that M do not lie beyond the CSF borders around the OPG. 2.4. OPG boundary completion To find the OPG boundary in areas where a clear border with CSF does not exist, we use the Generalized Likelihood Ratio

921

(a)

(b)

(c)

Fig. 2. Illustration of steps 2-4 of our method: (a) detail of the chiasm core (green) and the OPG ROI (red) superimposed on a MR FLAIR image; (b) sharp boundaries detection, and; (c) final boundary completion. Test (GLRT) [14]. In GLRT, two hypotheses are defined; the most likely is chosen based on a probabilistic measure calculated from an estimate of their unknown model parameters. Probabilistic tissue model We represent an MRI dataset consisting of MR images acquired with k pulse sequences, each with n voxels, as set V = {v 1 (r), ..., v n (r)} where v i (r) is a k-dimensional vector, v i (r) = (vi1 , vi2 , ..., vij , ..., vik ), where vij represents the intensity value of the voxel v i in the j-th pulse sequence. The parameter r denotes the spatial location of the voxel v i (r). We postulate two hypotheses for voxel v j (r): H0 : voxel v j (r) corresponds to healthy tissue. H1 : voxel v j (r) corresponds to OPG. Thus, the probability of v j (r) to be OPG depends on its spatial location and the voxel intensity values in the MR images. Assuming that the spatial location of a voxel is independent of its intensity level, the Probability Density Function (PDF) of v j (r) for a given hypothesis is: f (v j (r), r|Hi )

= fI (v j (r)|Hi ) · fS (r|Hi ) , i = 0, 1

where fI (v j (r)|Hi ) and fS (r|Hi ) are the contributions of

the intensity and the spatial location of f (v j (r), r|Hi ). Since the OPG spreads from the center of the core to the margins of the chiasm, we model fS (r|H1 ) as a Gaussian: (r|H1 ) ∼ N (r S , CS ).

=

1 − fS (r|H1 )

Under hypothesis H1 , an OPG voxel can be enhancing OPG, non-enhancing OPG, or cyst. Under hypothesis H0 , a healthy voxel can be air, CSF, or non-enhancing healthy tissue. We model the intensity levels of the voxels under hypotheses H0 and H1 as a mixture of three Gaussians. The distribution of the intensity values for the i-th hypothesis is: fI (v j (r)|Hi ) =

3 X

aiq · g1 (Ciq ) · g2 (µiq , Ciq )

1 (2π)k/2 |Ciq |1/2 1 g2 (µiq , Ciq ) = exp{− (v j (r) − µiq )T C−1 iq (v j (r) − µiq )} 2

g1 (Ciq ) =

where the superscript T denotes the transpose. The parameters µ0q and C0q denote the mean vector and covariance matrix of the relevant healthy tissue component, respectively, and µ1q and C1q denote the mean vector and covariance matrix of the relevant OPG component. Since we do not have the prior probabilities of any of the three components for either of the healthy or the OPG hypothesis, we use an equal prior probability for these components, i.e.: ∀i, q aiq = 31 . Unknown parameters estimation The PDF of a voxel for a given hypothesis H0 or H1 requires the estimation of the mean vector and matrix covariances. To compute the value of these 14 parameters, we use Maximum Likelihood Estimator (MLE). We group the parameters estimators into three vectors: =

θˆ2

(2)

=

ˆ 0q }3 ) ˆ 0q }3k=1 , {C ({µ q=1 ˆ 1q }3 ) ˆ 1q }3 , {C ({µ

=

ˆ S) (ˆ rS , C

(4)

q=1

q=1

(3)

representing the healthy tissue model, the OPG model, and the OPG location. Since we assumed Gaussian distribution of the healthy and OPG components, the MLEs of θˆ1 and θˆ2 ˆ 0q }3q=1 in this case are as follows [14]. The parameters {µ ˆ 0q }3 are the sample mean and covariance matrix and {C q=1 of the CSF, air, and healthy components of healthy tissues, ˆ 1q }3 are the samˆ 1q }3q=1 and {C respectively. Similarly, {µ q=1 ple mean and covariance of enhancing, non-enhancing, and

922

=

nO ˜ 1 X o ˜i nO˜ i=1

ˆ s is the spatial sample covariance of O, ˜ the core of the and C chiasm. The GLRT is thus: f (v j (r), r|θˆ1 , θˆ2 ; H1 ) H1 ≷ γ Λ(v j (r)) = f (v j (r), r|θˆ0 , θˆ2 ; H0 ) H0 where γ is a predetermined threshold that reflects the tradeH1

off between false and missed detections. The notation ≷

H0

means that if Λ(si (r)) is greater than γ, H1 is chosen for voxel si (r), otherwise, H0 . The final segmentation result is the intersection between ˜ . The set of voxels S = {si (r)} that the GLRT result and M are detected as OPG is: S

q=1

θˆ0 θˆ1

rˆ S

(1)

Since H0 is the complementary hypothesis of H1 , and we have no additional knowledge about the distribution of r for H0 , we model the distribution of fS (r|H0 ) as: fS (r|H0 )

cystic components of OPG, respectively. Based on Eq. 1, rˆ S ˜ (the origin of chiasm), i.e.: is the center of mass of O

˜} = {si (r) : Λ(si (r)) > γ and si (r) ∈ M 3. EXPERIMENTAL RESULTS

We conducted a quantitative evaluation of our method with 15 clinical multi-spectral MRI datasets acquired by a General Electric Signa 3T HDXT scanner. Subjects were pediatric patients 3-7 years old with OPGs. Each scan consists of the three pulse sequences that are mostly frequently used to detect, diagnose, and segment OPGs in the clinical setting: T1weighted, T2-weighted, and FLAIR. Each dataset has 512 × 512 × 30 voxels with voxel size 0.5mm × 0.5mm × 5.0mm. An expert radiologist manually produced ground-truth segmentations for each scan. To separate the training and testing datasets and to provide robust performance of our methods, three additional data sets were used to estimate the unknown parameters for Eqs. 3-4. These datasets were also used to determine the CSF value in the FLAIR sequence to distinguish the OPG from CSF in their tangency region. Figs. 1 and 2 show representative results. To quantify the results, we computed the Receiver Operating Characteristic (ROC) curve. It graphically shows the sensitivity versus false positives (FP) rate for a binary classifier system as its discrimination threshold varies [15]. Fig. 3 shows the free response ROC curve for the 15 datasets, where 1-sensitivity is given in voxels/mm3 units. We determined from it that the optimal threshold is γ = 1.2. For this value, the mean volumetric overlap error is 28.6%, and the mean surface distance is 0.67mm. These values are comparable to those of other fully automatic detection methods of brain tumors reported in the literature [4, 6]. 4. CONCLUSIONS We have presented a method for the automatic segmentation of Optic Path Gliomas from several MRI pulse sequences.

nis. A system for brain tumor volume estimation via MR imaging and fuzzy connectedness. Comput. Med. Imag. Graphics 29(1):21–34, 2005.

ROC 1 0.9 0.8

[4] J.J. Corso, E. Sharon, S. Dube, S. El-Saden, U. Sinha and A. Yuille. Efficient multilevel brain tumor segmentation with integrated bayesian model classification. IEEE Trans. Medical Imaging 27(5):629–640, 2008.

Sensitivity

0.7 0.6 0.5

[5] S. Ho, E. Bullitt and G. Gerig. Level set evolution with region competition: automatic 3D segmentation of brain tumors. In Int. Conf. Pattern Recognit., Quebec, Canada, August 2002, pp. 532–535.

0.4 0.3 0.2 0.1 0

0

0.2

0.4

0.6

0.8 1 1−Specificity

1.2

1.4

1.6

[6] M. Prastawa, E. Bullitt, N. Bullitt, K.V. Leemput and G. Gerig. Automatic brain tumor segmentation by subject specific modification of atlas priors. Acad. Rad. 10:1341–1348, 2003.

1.8 −3

x 10

Fig. 3. The ROC of our method for 15 cases. Our method effectively incorporates prior location, shape, and intensity information. It relies on an anatomical tumor atlas and on a probabilistic tissue model. Unlike other methods, ours relies on the tumor localization to define a tumor region of interest and combines the voxel information from several MRI modalities to delineate the ambiguous OPG boundaries. Our experimental results indicate that our method accurately identifies the sharp OPG boundaries and delineates in a consistent and repeatable manner the OPG contours that cannot be clearly identified on the MR images. Our method is the first of its kind for automatic OPG segmentation. The potential clinical significance of the OPG segmentations is to save time and effort for clinicians and to provide an automatic tool to reliably determine the OPG shape boundary and measure its volume. In addition, since OPG contours often cannot be defined in the MR images even by an expert radiologist, the method can provide a consistent, repeatable, and unbiased tool for follow-up measurements. Future work includes the classification of the segmented OPG volumes into its three constituent components (cyst, enhancing, and nonenhancing tumors) and the comparative evaluation and comparison for accurate and quantitative OPG follow-up. 5. REFERENCES [1] J.S. Guillamo, A. Creange, C. Kalifa, J. Grill, D. Rodriguez, F.. Doz, S.. Barbarot, M. Zerah, M. Sanson, S. Bastuji-Garin and P. Wolkenstein. Prognostic factors of CNS tumours in Neurofibromatosis 1: A retrospective study of 104 patients. Brain 126:152–160, 2003. [2] M.J. Binning, J.K Liu, J.R.W Kestle, D.L. Brockmeyer and M.L. Walker. Optic pathway gliomas: a review. Neurosurgical Focus 23(5), 2007. [3] J. Liu, J.K. Udupa, D. Odhner, D. Hackney and G. Moo-

923

[7] J.G. Smirniotopoulos. The new WHO classification of brain tumors. Neuroimag. Clinics North Amer. 9(4): 595–613, 1999. [8] C.H. Lee, M. Schmidt, A. Murtha, A. Bistritz, J. Sander and R. Greiner. Segmenting brain tumor with conditional random fields and support vector machines. In Proc. Int. Conf. Comput. Vision, Beijing, China, October 2005, pp. 469-478. [9] M. Kaus, S. Warfield, A. Nabavi, P.M. Black, F.A. Jolesz and R. Kikinis. Automated segmentation of MRI of brain tumors. Radiology 218: 586–591, 2001. [10] N.B. Karayiannis and P.I. Pai. Segmentation of magnetic resonance images using fuzzy algorithms for learning vector quantization. IEEE Trans. Med. Imag. 18(2): 172–180, 1999. [11] Laboratory of brain anatomical MRI, Johns Hopkins Medical Institute, http://cmrm.med.jhmi.edu/. [12] K.J. Friston, A.P. Holmes and J. Ashburner. Statistical Parametric Mapping (SPM), http://www.fil.ion.ucl.ac.uk/spm/, 1999. [13] I.J. Cox and S.L. Hingorani. Dynamic histogram warping of image pairs for constant image brightness. In Int. Conf. on Image Proc. Washington, D.C., USA. IEEE, October 1995, Vol. II, pp. 366-369. [14] S. Kay, Fundamentals of statistical signal processing: detection theory. Prentice Hall, Englewood, NJ, 1998. [15] M.H. Zweig and G. Campbell. Receiver-operating characteristic (ROC) plots: a fundamental evaluation tool in clinical medicine. Clin. Chem. 39:561–577, 1993.

automatic segmentation of optic pathway gliomas in mri

L. Weizman, L. Joskowicz. School of Eng. and Computer Science ... Most studies focus on the auto- ... tic tissue model generated from training datasets. The ini-.

419KB Sizes 0 Downloads 219 Views

Recommend Documents

MRI internal segmentation of optic pathway gliomas
Mar 31, 2011 - e-mail: [email protected]. B. Shofty .S. Constantini ... recent publication that deals with automated segmentation of pediatric brain tumors ...

Multi-organ automatic segmentation in 4D contrast ...
promise as a computer-aided radiology tool for multi-organ and multi-disease ... the same range of intensities), and r=1..3 for pre-contrast, arterial and venous ... and visualization of the segmentation was generated using. VolView (Kitware, Inc.).

Optic pathway glioma volume predicts retinal axon ...
manufacturer-supplied Nsite Analytics software (version 5.6.3.0), the Spectralis OCT scans ... was performed using a tabletop platform in 30 participants (80%) ...

AUTOMATIC TRAINING SET SEGMENTATION FOR ...
els, we cluster the training data into datasets containing utterances whose acoustics are most ... proach to speech recognition is its inability to model long-term sta- ..... cember 2001. [5] M. Ostendorf, V. Digalakis, and O. Kimball, “From HMMs.

LNCS 6361 - Automatic Segmentation and ... - Springer Link
School of Eng. and Computer Science, Hebrew University of Jerusalem, Israel. 2 ... OPG boundary surface distance error of 0.73mm and mean volume over- ... components classification methods are based on learning the grey-level range.

Automatic segmentation of kidneys from non-contrast ...
We evaluated the accuracy of our algorithm on five non-contrast CTC datasets .... f q t qp p. +. = → min, min. (3) t qp m → is the belief message that point p ...

Automatic segmentation of the clinical target volume and ... - AAPM
Oct 28, 2017 - Key words: automatic segmentation, clinical target volume, deep dilated convolutional ... 2017 American Association of Physicists in Medicine.

Automatic segmentation of the thoracic organs for ...
and another with the lungs, the heart and the rest soft tissues is achieved by ..... These scans can detect smaller lung tumors than a conventional CT scan and the ex- amination takes only a few minutes. • With bronchoscopy, a careful examination o

Automatic Segmentation of Audio Signals for Bird ...
tions, such as to monitor the quality of the environment and to .... Ruler audio processing tool [32]. The authors also .... sounds used in alert situations [7].

ICA Based Automatic Segmentation of Dynamic H2 O ...
stress studies obtained with these methods were compared to the values from the .... To apply the ICA model to cardiac PET images, we first pre-processed and ...

cerebral white matter segmentation from mri using ... - Semantic Scholar
more user intervention and a larger computation time. In .... On the same machine, the average execution time ... segmentation and ii) reduce the execution time.

cerebral white matter segmentation from mri using ... - Semantic Scholar
slow speed, strong sensitivity to initialization and incomplete segmentation in case of ... Let O, B and Ip be the histogram of the object seeds, histogram of the ...

Automatic Skin Lesion Segmentation Via Iterative Stochastic ieee.pdf
Loading… Whoops! There was a problem loading more pages. Whoops! There was a problem previewing this document. Retrying... Download. Connect more apps... Automatic Ski ... stic ieee.pdf. Automatic Ski ... stic ieee.pdf. Open. Extract. Open with. Si

Polymorphisms in the p53 pathway - Nature
could then represent an interesting predictive marker for ... By definition, a polymorphism has a minor allele frequency ..... Analysis of haplotypes remains a much.

Role of Wnt pathway in medulloblastoma oncogenesis
The Wnt pathway plays important roles in development, cellular proliferation and ... Clinical information of these 23 ..... rescent DNA technology. Br J Cancer ...

The Role of the Syllable in Lexical Segmentation in ... - CiteSeerX
Dec 27, 2001 - Third, recent data indicate that the syllable effect may be linked to specific acous- .... classification units and the lexical entries in order to recover the intended parse. ... 1990), similar costs should be obtained for onset and o

Pathway-based discovery of genetic interactions in ... - Semantic Scholar
Sep 28, 2017 - States of America, 2 HealthPartners Institute, Minneapolis, MN, ...... Allan JM, Wild CP, Rollinson S, Willett EV, Moorman AV, Dovey GJ, et al.

Low-Grade Gliomas: Do Changes in rCBV ...
Apr 1, 2008 - to A.D.W. (e-mail: [email protected]). RSNA, 2008 ...... (Add appropriate sales tax for Virginia, Maryland, Pennsylvania, and the.