Skip to main content

METHODS article

Front. Neuroinform., 18 November 2013
Volume 7 - 2013 | https://doi.org/10.3389/fninf.2013.00029

Robust multi-site MR data processing: iterative optimization of bias correction, tissue classification, and registration

  • 1Biomedical Engineering Department, University of Iowa, Iowa City, IA, USA
  • 2Psychiatry, University of Iowa Hospital and Clinic, Iowa City, IA, USA

A robust multi-modal tool, for automated registration, bias correction, and tissue classification, has been implemented for large-scale heterogeneous multi-site longitudinal MR data analysis. This work focused on improving the an iterative optimization framework between bias-correction, registration, and tissue classification inspired from previous work. The primary contributions are robustness improvements from incorporation of following four elements: (1) utilize multi-modal and repeated scans, (2) incorporate high-deformable registration, (3) use extended set of tissue definitions, and (4) use of multi-modal aware intensity-context priors. The benefits of these enhancements were investigated by a series of experiments with both simulated brain data set (BrainWeb) and by applying to highly-heterogeneous data from a 32 site imaging study with quality assessments through the expert visual inspection. The implementation of this tool is tailored for, but not limited to, large-scale data processing with great data variation with a flexible interface. In this paper, we describe enhancements to a joint registration, bias correction, and the tissue classification, that improve the generalizability and robustness for processing multi-modal longitudinal MR scans collected at multi-sites. The tool was evaluated by using both simulated and simulated and human subject MRI images. With these enhancements, the results showed improved robustness for large-scale heterogeneous MRI processing.

1. Introduction

Accurate and robust analysis of brain MR imaging from multi-site, multi-modal and longitudinal studies is a difficult problem. A key research technique for advancing the understanding of the human brain is the analysis of large collections of MR images (Cocosco et al., 1997; ADNI, 2004; Marcus et al., 2007; INDI, 2010; IXI, 2013). The largest data sets are commonly amalgamations of data collected from similar, but independent, research studies. Successful development of a fully automated analysis framework can reduce both the operator time requirement and measurement variability for clinical trial applications (Zijdenbos et al., 2002). A primary challenge associated with automating the analysis of large-scale and multi-site studies is the development of techniques to address large variabilities in scan properties due to data collection on different scanner manufacturer and scanning environments. High-quality registration and bias-field correction techniques become essential to ensure interpretation consistency of large data-sets collected from different scanners or multi-site studies. As a result, there has been an increased emphasis on automated tool development for multi-site MR image analysis.

Iterative optimization approaches have been proposed to achieve robust MR processing, and these often involve three main techniques: bias-field correction, registration, and tissue classification. Approaches that incorporate these three techniques are attractive because they recognize that these are naturally one interrelated and interconnected optimization problem. The improved intensity uniformity provided by bias-field correction produces better registration accuracy, and also enhances tissue classification. Correct tissue type identification helps to improve bias-field estimation, which in turn improves registration accuracy. In previous studies, Wells et al. (1996) proposed an adaptive segmentation method by using Expectation Maximization (EM) algorithm with simultaneous bias field correction. This idea was further advanced by work in Van Leemput et al. (1999); Prastawa et al. (2004). Each of these papers described an iterative method that alternates between bias correction and tissue classification within an EM algorithm framework. These previous works have been applied successfully in several research projects (Prastawa et al., 2003, 2004, 2005; Prastawa, 2007). The reported instances of these implementations, however, have only been applied with limited conditions: single-site, single-scanner, single-modality, affine registration and limited 3-tissue model.

In this paper, we expand upon the previously introduced procedure in Prastawa et al. (2004), and describe the algorithmic enhancements for increasing the robustness of the framework to be applicable to a large-scale multi-site heterogeneous data analysis (32 sites, 3000+ scan sessions). The improvements for robustness were achieved by incorporating four components: (1) a collective set of inputs including multi-modal and repeated scans to maximize utilization of data at hands, (2) a high-deformable registration approach for better correspondence to a subject from a atlas, (3) expanded tissue spatial prior definitions to 12 discrete tissue types (and 5 nuisance tissue types), and (4) intensity-constrained tissue priors, so called region-specific intensity context priors, based on a priori tissue-specific robust statistics. To evaluate our proposed method, we discuss the relative benefits of high deformable compared against affine registration and of the extended definition of tissue priors against traditional three tissue priors towards tissue classification accuracy of large-scale data (Section 3.1). In addition, we also provide visual inspection outcome and sample results of our tissue classification results compared with other well-established works in the field (Section 3.2). Finally, we conclude with a discussion of limitation and some possible future directions of development (Section 4).

2. Methods

The implementation of our iterative framework incorporates (1) bias-field correction, (2) tissue classification, and (3) image registration with specific enhancements for robust processing of large-scale multi-site MR data. The basic philosophy of the framework has conceptual similarities to the works from Wells et al. (1996), Prastawa et al. (2004) and Avants et al. (2011a) with enhancements (dashed boxes in the Figure 1) that we have found useful for automated processing of large heterogeneous data.

FIGURE 1
www.frontiersin.org

Figure 1. Flowchart. The framework takes any number of modalities, with any number of repetitions of scans as inputs. The algorithm starts with Intra Subject Registration to align all intra-session scans into first scan given. Then the initial Atlas to Subject Registration is performed to place all the atlas priors into subject space. Finally, the iterative process for Posterior-Estimation, Bias Correction, and Registration Update is repeated multiple times. Gray dashed boxes represent where our enhancements.

EM Algorithm for Bias Correction: A core implementation of this work uses a general expectation-maximization (EM) algorithm (Wells et al., 1996; Van Leemput et al., 1999; Gelman et al., 2004; Avants et al., 2011a) by iterating distributional parameter estimation and individual voxel y classification at location i into K tissue types. The process assumes Gaussian mixture model yi ~ Ni) where θi = {μi, σi} with mean μ and variance σ2 of each tissue label Γ ∈ {l|l = 1 … K}. First step is the expectation (E) step to determine the expected posterior density function p(yi | θ, Φi) with estimated bias-field Φi (Van Leemput et al., 1999). Formulations in this paper are adapted from the works (Wells et al., 1996; Van Leemput et al., 1999; Gelman et al., 2004; Avants et al., 2011a).

E-Step

p(yi|θ,Φi)=lp(yi|Γi=l,θl,Φi)p(Γi=l),(1)

with p(yii = l, θl, Φi) = Nσ,l(yi − μl − Φi) and

p(Γi=l)=till=1ktil,wheretilisatissuespecificprior(2)

Then the maximization (M) step computes parameters of Gaussian θ and bias-field Φ by maximum likelihood estimation from current density function.

M-Step

μl=ip(Γi=l|yi,θ,Φi)(yiΦi)ip(Γi=l|yi,θ,Φi),σl2=ip(Γi=l|yi,θ,Φi)(yiμlΦi)2ip(Γi=l|yi,θ,Φi)(3)

The previous equations are extended to multi-modal data as described in Van Leemput et al. (1999).

Overview of Proposed Procedure with Enhancements: This multi-modal MRI framework begins by taking inputs of any combination of modalities with any number of repetitions. Repeated scans within a single sessions can be taken advantage of to increase in signal-to-noise ratio for each modality. Our procedure begins with spatial normalization of each intra-modal scan into a common subject-specific reference orientation defined by the AC (Anterior commissure), PC (Posterior Commissure), and mid-sagittal plane by using Rigid-type transformation (Ghayoor et al., 2013). The spatial normalization reduces non-subject specific spatial variation between scans, and in turn, enhances robustness and efficiency of subsequent procedures. Subject-specific tissue posteriors are estimated by performing EM procedure described previously. The posterior estimation step here employs (1) atlas-to-subject high-deformable registration algorithm [ANTS (Avants et al., 2011a)] to enhance accuracy of subject specific tissue priors by increasing warping correspondence to the subject and (2) a novel region-specific intensity constraint to ensure the correctness of tissue posteriors. Finally, the bias-field of each input MR image is estimated and applied based on current estimate of tissues. The whole process iterates until converges: the step returns to posterior estimation with improved intensity homogeneity, consecutively brings upgraded estimation of inter-scan high deformable registration, and so improved tissue posterior estimation.

To accomplish superior robustness towards large-scale multi-site longitudinal MR data, each step is carefully reviewed, and tested (highlighted with gray in Figure 1): (1) Multi-modal images including their repetition images are incorporated to compensate a degraded MRI quality (Section 2.1), (2) high-degree of deformable registration is integrated for provide better estimate of spatial location of each tissue type (Section 2.2), (3) estimated tissue posteriors are constrained with intensity- context prior to accommodate shortcomings of atlas based tissue segmentation and/or bias correction (Section 2.3), and (4) 17 tissue priors (as opposed to three tissue priors) are employed to further stabilize the tissue classification algorithm and to address severe intra-scan bias (Section 2.4). The following section describes each enhancement in detail.

2.1. A Collective Set of Input: Multi-Modal MR Images with Repetition

A collective set of multi-modal MR images including repetitions from a single scan session are utilized. It is well established that multi-modal MR images can provide complementary information that can improve brain tissue classification (Rubin, 1999). We further employed repeated scans, where they are available, to compensate inherent noise in the measurements. Careful study design and scanning protocols can limit the occurrence artifacts, but some are unavoidable.

2.2. Integrating High-Deformable Registration [SyN (Avants et al., 2011b)]

High deformable registration is integrated for accurate estimation of deformation mapping of atlas priors to subject subject specific space. We hypothesize that improved correspondence mapping of the atlas to the subject benefits tissue classification procedure as well as bias-field correction as compared to previously employed affine or B-Spline registrations. Symmetric image normalization (SyN) based registration (Avants et al., 2011b) provided from ANTS package is extensively tested and has been shown to perform well at preserving image topology. With the high deformable registration, our subject specific spatial priors are now further refined:

p(Γi=l)=ψ(til)j=1Kψ(tij)(4)

2.3. Extended Prior Definition

Extended spatial tissue priors are employed for the robustness of large-scale MR data processing. Traditionally, spatial priors propagate tissue-specific spatial knowledge to a MR image-processing algorithm. One of the big assumptions behind utilization of tissue spatial priors is the homogeneous intensity profile of identical tissue type across images. In a large-scale study setting, however, the degree of inhomogeneity is vastly different from scan to scan. Rather than adjusting algorithmic parameterization for each problematic case, the pragmatic way to deal with the situation is to break down biological tissue definitions further by their unique image properties. We designed 17 extended tissue specific priors based on their spatial location, intensity profiles, and biological definitions (Figure 2). These priors are constructed to have intrinsic hierarchical tissue definitions with respect to each other (See Table 1 and Figure 2)

FIGURE 2
www.frontiersin.org

Figure 2. 17 Spatial priors. (Denote gray [gr], green [gn], and red [r]). (A) Air [gr], accumben [gn], and cerebellum GM [r], (B) Not GM [gr], globus pallidus [gn], and CSF [r], (C) Not CSF [gr], hippocampus [gn], and cerebellum WM [r], (D) Not venous blood [gr], thalamus [gn], and venous blood [r], (E) Not WM [gr], caudate [gn], and cerebral WM [r], and (F) Putamen [gn] and surface cerebral GM [r].

TABLE 1
www.frontiersin.org

Table 1. Atlas definition of 17 region-specific intensity-context prior.

The most prominent regions of interest include gray matter (GM), white matter (WM), and cerebrospinal fluid (CSF). Those prominent regions of interest are now partitioned further based on their spatial property, depending on whether it is located in cortical/subcortical (peripheral/central) of brain. The distinction of priors between cortical and subcortical tissues is practically useful since they often present heterogeneous MR intensity characteristics across different imaging modalities. In addition, the background region of image is also partitioned based on intensity profiles. Tissues in the background are named as ‘Not-tissue’ regions, which demonstrate similar MR-image profiles to the tissues of interest, but are spatially located outside of the brain/biological region of interest, such as bone, skin, or fat. Designation of each spatial tissue priors is summarized in Table 1.

2.4. Multi-Modal Region-Specific Intensity-Context Priors

Intensity-context priors are devised for algorithmic robustness of large-data processing. Since MR intensities are are not a standardized quantitative measurement, the threshold parameters for each tissue type are designated by quantiles of each image's histogram. The multi-modal quantile threshold value of each tissue type are conservatively chosen to ensure that each tissue regions is completely included (i.e., no false negatives). These threshold identified regions are used as an additional constraint in conjunction with their corresponding spatial priors. The set of multi-model threshold parameters that are used globally for our studies are shown in Table 1. By incorporating a priori knowledge β, multi-modal intensity constraints of each tissue type, the initial estimates of tissue statistics are made more robust across a wide range of imaging protocols. Therefore, for multi-modal intensity model y with a indicator function, defined 1β(yil), then Equation 2 and Equation 4 can be further refined,

p(Γi=l)=ψ(til) · 1¯β(y¯il)j=1Kψ(tij) · 1¯β(y¯ij),   1¯β(y¯il)={ 1,ify¯iβ = {y¯|qlowerm<ym<quppermfor all imagem}0,otherwise (5)

The software implementation and usage is explained in Appendix A.

3. Evaluation

The accuracy and effectiveness of our proposed enhancements are evaluated from multiple perspectives: (1) compare similarity against known ground truth by using simulated MR data, (2) visual inspection results by experts, and (3) a visual comparison of sample results to the well-established techniques (FreeSurfer (Fischl et al., 2002; Reuter and Fischl, 2011) and Atropos from ANTS package (Avants et al., 2011a)).

3.1. Evaluation on Simulated Data

A series of evaluation experiments with BrainWeb data are summarized in the Figure 3.

FIGURE 3
www.frontiersin.org

Figure 3. Tissue classification agreement comparison to three-tissue based ground truth with BrainWeb Data. Two bias-fields, rf = 20 (solid line) and rf = 40 (dotted line), are shown with six noise levels along x-axis. Two independent measures of Dice Index (upper) and average Hausdorff Distance (bottom) are shown. With affine registration, Intensity-context prior (yellow) has better accuracy than one without one (blue). SyN registration (pink, black) also improved tissue segmentation agreement further comparing to the affine (yellow, blue). Note that the performance with SyN registration utilizing only three tissue types outperformed any affine registration method. Multi-modal input trial, T1 and T2, (black) comparing to T1 Only (green) seems helpful when there is more noise.

Two independent measures, Dice index (larger is better) and average Hausdorff distance (Dubuisson et al., 1994) (smaller is better), are reported to underscore the validity of our processing between the automated delineation and the ground truth. The visualization of results makes it clear there is a difference between with and without enhancements. Along the six noise levels with two degrees of bias-field, the most agreeable result to the ground truth was obtained by utilizing all of our proposed enhancements: high-deformable registration (SyN) with intensity-context priors (Figure 3:black).

The series of BRAINWeb experiments demonstrate the benefit of each individual enhancement, and also the combined benefit of using all enhancements together. First, high deformable registration (SyN) improves tissue classification results as compared to affine registration (blue vs. black). Second, multi-modal intensity constraints benefit the procedure, especially when registration is less optimal due to large morphological differences that often present in degenerative diseases (Figure 3: contrasting yellow vs. blue). Third, the extended definition of tissue priors helps to increase accuracy of segmentation (Figure 3:purple vs. black). Those three improvements were valid for all six levels of noise and two bias-field levels. Finally, using multi-modal input is beneficial especially when MR scan is corrupted with noise and/or inhomogeneity bias (Figure 3: black vs. green).

3.2. Evaluation on In-vivo Data

The proposed pipeline was applied on the in vivo MR data, collected from the multi-site international PREDICT-HD (PREDICT-HD, 2001) project. The PREDICT-HD data (PREDICT-HD, 2001) was highly heterogeneous. The inhomogeneity of the data was due to a multi-site natural history observational study design that employed all the available resources including multiple MR vendors (GE, Phillips, and Siemens), field strengths (1.5T and 3T), and over 20 different MR acquisition protocols (i.e., due to transmission and receive hardware). All the processed images (n = 3751) are visually inspected by three independent experts and only <2% scans were classified as obvious failure to produce bias-corrected T1 images. Note that our proposed method achieved a higher process completion rate without error than FreeSurfer for the large-scale MR data collected at PREDICT-HD study. Processing time varied approximately between 3 and 5 h per scan (related to the number of modalities and repeats) for the entire bias correction, registration, and tissue classification.

Three subjects were sampled for a retrospective result comparison with regard to (1) MR vendors and (2) rough estimate of tissue ratio, volume of WM and GM over intracranial volume, to reflect morphological variations in our large-scale multi-site study. Characteristic of the sample data is summarized in Table 2. The smaller tissue ratio means more atrophy in brain tissue, which generally caused either by disease progression or aging. To facilitate visual comparison to other works, tissue classification results from Avants et al. (2011a) and Fischl et al. (2002); Reuter and Fischl (2011) are displayed as well. To be fair, multi-modal approaches (where applicable) are applied and their results are visually investigated for all three processing pipelines. In this study, we did not use ‘-T2’ option for FreeSurfer. As Figures 4, 5, 6 show, tissue boundaries in cortical area (peripheral region of brain) from our proposed approach (BRAINSABC) were more agreeable to other two methods than subcortical area (central area of brain). For the subcortical GM, however, three approaches resulted in noticeable differences. BRAINSABC's results were closer to FreeSurfer while Atropos exhibited the most conservative subcortical GM delineation. Note that globus pallidium was treated as independent tissue type in BRAINSABC and FreeSurfer while there was no special consideration for globus pallidium in the Atropos.

TABLE 2
www.frontiersin.org

Table 2. Sample results are shown in this paper for visual comparison.

FIGURE 4
www.frontiersin.org

Figure 4. Visual Comparison of Scan A in Table 2. Tissue classification results from three applications, BRAINSABC, Atropos of ANTS Tools, and FreeSurfer on top of T1- and T2-weighted images, multi-modal repeated scan processing. This subject present relatively normal tissue ratio, reflecting minimal, if exists, atrophy in brain tissues. Red and blue boxes highlight where tissue classification is more differentiated from each other. BRAINSABC were highly agreeable to Atropos and FreeSurfer in cortical area in general. For subcortical area (blue box), however, BRAINSABC produced more agreeable to FreeSurfer than Atropos. Atropos were the most conservative in the subcortical GM identification among three methods. For CSF (or ventricle) region, which is more distinguishable from T2-weighted modality, BRAINSABC produced very robust results across scans.

FIGURE 5
www.frontiersin.org

Figure 5. Visual Comparison of Scan B in Table 2. Tissue classification results from three applications, BRAINSABC, Atropos of ANTS Tools, and FreeSurfer on top of T1-weighted images, uni-modal processing. This subject present relatively small tissue ratio, reflecting brain atrophy progression to some extent. Again, Atropos were more parsimonious in the subcortical (yellow box) GM identification than others. Red box also underlines differences of tissue classifications on the cortical area. Note that without T2 modality, CSF classification results of BRAINSABC were more agreeable to the other two.

FIGURE 6
www.frontiersin.org

Figure 6. Visual Comparison of Scan C in Table 2. Tissue classification results from three applications, BRAINSABC, Atropos of ANTS Tools, and FreeSurfer on top of T1- and T2-weighted images, multi-modal processing. This subject present relatively small tissue ratio, reflecting brain atrophy progression to some extent. BRAINSABC and other two methods produced very similar results in this scan. Differences between methodologies are also observed as highlighted in red, yellow, and green boxes. Red box contrasts classification on the cortical region, where BRAINSCut draws a nice borderline for surface CSF in regarding to both T1- and T2-weighted images. Green box magnified CSF and GM border on the subject with enlarged ventricles where T1-weighted image shows artifacts. Last, yellow box also shows different classification results between tools. Again, CSF classification present some disagreement between FreeSurfer and BRAINSABC (green box).

4. Discussion

Summary: We propose a method to advance the automatic bias-field correction algorithm for large-scale heterogeneous MR data processing. Our proposed method is evaluated via application to both simulated brain MR images as well as in vivo MRI collected from a large multi-center study. The series of experiments on simulated MR data revealed the improved robustness of our proposed enhancements in the presence of varying levels of noise, inhomogeneity. In addition, application to in vivo MRI, collected for multi-site study, also showed good generalizability as demonstrated by the very low failure rate across a wide spectrum of input image protocols. Sample results are also presented in comparison to the well-established tools of Atropos and FreeSurfer.

With the evaluation with simulated data in Section 3.1, Dice index goes up at first and then down as the noise level increases. One possible explanation for the slight DSC increment as a bit of noise/bias added to a simulated MRI, is that a simulated MR image without noise/bias may be dissimilar to an in vivo MRI. A patient MRI in vivo is usually corrupted by noise to some extent. (Figure 7 shows differences between simulated and in-vivo MRIs). Since our techniques are highly optimized for in vivo MRIs, testing the method on simulated MR images without realistic noise corruption, may be a less than ideal validation.

FIGURE 7
www.frontiersin.org

Figure 7. Distinguishable intensity profile differences between BrainWeb and real MR data. Difference is more obvious for the globus pallidus (orange) region, where BrainWeb data appears medium gray both in T1 and T2. Real data, however, presents the globus pallidus (orange) with medium gray in T1 and dark gray in T2. (A) Simulated T1; (B) In-vivo T1; (C) Simulated T2; (D) In-vivo T2.

The key contributions of this work are three fold: (1) pipeline enhancements for large-scale heterogeneous MR data processing, (2) empirically showing advantages of utilizing multiple scans including multi-modal or repeated MRIs, and (3) distributing all the tools of the open source pipeline including all parameter sets.

Additional advantages of our proposed enhancements are revealed from in vivo application. First, BRAINSABC requires no pre-alignment between scans because the process incorporates both intra-subject and atlas-to-subject registration with refinements in the iterative process. Second, as shown in Figure 6, the brain extraction of BRAINSABC produces very high quality brain region estimate as compared to other two approaches. A robust brain region estimation is important because it is often employed in normalizing sub-volumetric data to compensate for overall brain size differences between subjects. In addition, we found empirically that the visual inspection failure rate of FreeSurfer on the raw MRI scans was approximately 20%, on large-scale heterogeneous MR data, but when FreeSurfer was provided the BRAINSABC tissue classified pre-aligned and bias-corrected images the visual inspection failure rate dropped to approximately 8%.

A more comprehensive evaluation and validation of all available tissue classification tools to see how our proposed tool performs in comparison would have been ideal, but this task was determined beyond the scope of this paper. However, in this study, we have provided a formal validation study of our proposed tool as well as a formal comparative study against well-established tools. In addition, the results of our study has undergone a rigorous qualitative assessment that involved visual inspections by three independent experts who have been trained on a large number of scan sessions from various sites and scanning protocols.

The software implementation is written based on the InsightToolkit libraries and conforms to the coding style, testing, and software license guidelines specified by the National Alliance for Medical Image Computing group. Our implementation, BRAINSABC, is publicly available at https://github.com/BRAINSia/BRAINSTools via BRAINSTool package. Our implementation is optimized for, but not limited to, large-scale MR data analysis. The implementation has successfully applied over 3000 scans from the large-scale longitudinal study (PREDICT-HD, 2001) and visually inspected their validity. Advantages of our tool come primarily from its demonstrated generalizability to a wide number of scanning protocols, variations in the number and type of modalities, and number of repeated scans. As a part of larger image processing framework, this iterative automatic bias-field correction module provides very robust and consistent results for further MR image analysis.

Funding

This research was supported by NIH Neurobiological Predictors of Huntington's Disease (PREDICT-HD; NS40068, NS050568) National Alliance for Medical Image Computing (NAMIC; EB005149 / Brigham and Women's Hospital), and Enterprise Storage in a Collaborative Neuroimaging Environment (S10 RR023392 / NCCR Shared Instrumentation Grant).

Conflict of Interest Statement

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Acknowledgments

We wish to express our gratitude to University of Iowa Scalable Informatics, Neuroimaging, Analysis, Processing, and Software Engineering (SINAPSE) laboratory team members for their all support. We also thank the anonymous reviewers for their constructive comments that improved our manuscript.

References

ADNI. (2004). Adni Data Base. Available online at: http://www.adni-info.org/

Avants, B. B., Tustison, N., and Song, G. (2011a). Advanced Normalization Tools (ANTS), Image. Rochester, NY. Available online at: http://hdl.handle.net/10380/3113

Avants, B. B., Tustison, N. J., Wu, J., Cook, P. A., and Gee, J. C. (2011b). An open source multivariate framework for n-tissue segmentation with evaluation on public data. Neuroinformatics 9, 381–400. doi: 10.1007/s12021-011-9109-y

CrossRef Full Text

Cocosco, C., Kollokian, V., and Kwan, R. (1997). Brainweb: online interface to a 3D MRI simulated brain database. Neuroimage 5:425.

Dubuisson, M.-P., Jain, A. E., and Lansing, E. (1994). “A modified Hausdorff distance for object matching,” in Proceedings of the 12th IAPR International Conference, Vol. 1. (Jerusalem: Conference A: Computer Vision & Image Processing), 566–568. doi: 10.1109/ICPR.1994.576361

CrossRef Full Text

Fischl, B., Salat, D. H., Busa, E., Albert, M., Dieterich, M., Haselgrove, C., et al. (2002). Whole brain segmentation: automated labeling of neuroanatomical structures in the human brain. Neuron 33, 341–355. doi: 10.1016/S0896-6273(02)00569-X

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Gelman, A., Carlin, J. B., Stern, H. S., and Rubin, D. B. (2004). Bayesian Data Analysis. 2nd Edn. New York, NY: Chapman and Hall/CRC. ISBN: 9781584883883.

Ghayoor, A., Vaidya, J. G., and Johnson, H. J. (2013). “Development of a novel constellation based landmark detection algorithm,” in Proceedings of SPIE Medical Imaging, Vol. 8669, (Lake Buena Vista, FL), 86693F–86693F–6.

INDI. (2010). Indi. Available online at: http://fcon_1000.projects.nitrc.org.

IXI. (2013). Ixi Dataset. Availble online at: http://neurolex.org/wiki/Category:Resource:IXI_dataset

Marcus, D. S., Wang, T. H., Parker, J., Csernansky, J. G., Morris, J. C., and Buckner, R. L. (2007). Open Access Series of Imaging Studies (OASIS): cross-sectional MRI data in young, middle aged, nondemented, and demented older adults. J. Cogn. Neurosci. 19, 1498–1507. doi: 10.1162/jocn.2007.19.9.1498

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Prastawa, M. (2007). An MRI Segmentation Framework for Brains with Anatomical Deviations. PhD thesis, University of Chapel Hill.

Prastawa, M., Bullitt, E., Moon, N., Van Leemput, K., and Gerig, G. (2003). Automatic brain tumor segmentation by subject specific modification of atlas priors. Acad. Radiol. 10, 1341–1348. doi: 10.1016/S1076-6332(03)00506-3

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Prastawa, M., Gilmore, J., Lin, W., and Gerig, G. (2004). “Automatic segmentation of neonatal brain MRI,” in Medical Image Computing and Computer-Assisted Intervention, Vol. 3216, eds C. Barillot, and D. Haynor, and P. Hellier (Berlin; Heidelberg: Springer), 10–17. doi: 10.1007/978-3-540-30135-6_2

CrossRef Full Text

Prastawa, M., Gilmore, J. H., Lin, W., and Gerig, G. (2005). Automatic segmentation of MR images of the developing newborn brain. Med. Image Anal. 9, 457–466. doi: 10.1016/j.media.2005.05.007

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

PREDICT-HD. (2001). Predict-hd. Available online at: https://www.predict-hd.net/

Reuter, M., and Fischl, B. (2011). Avoiding asymmetry-induced bias in longitudinal image processing. Neuroimage 57, 19–21. doi: 10.1016/j.neuroimage.2011.02.076

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Rubin, R. (1999). “Principles of imaging in neuro-ophthalmology,” in Ophthalmology, eds M. Yanoff, and J. S. Duker (Philadelphia: Mosby), 943–949.

Van Leemput, K., Maes, F., Vandermeulen, D., and Suetens, P. (1999). Automated model-based bias field correction of MR images of the brain. IEEE Trans. Med. Imaging 18, 885–896. doi: 10.1109/42.811268

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Wells, W. M., Grimson, W. L., Kikinis, R., and Jolesz, F. a. (1996). Adaptive segmentation of MRI data. IEEE Trans. Med. Imaging 15, 429–442. doi: 10.1109/42.511747

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Zijdenbos, A. P., Forghani, R., and Evans, A. C. (2002). Automatic “pipeline” analysis of 3-D MRI data for clinical trials: application to multiple sclerosis. IEEE Trans. Med. Imaging 21, 1280–1291. doi: 10.1109/TMI.2002.806283

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Appendix A: Implementation and Usage

The software implementation is written based on the InsightToolkit libraries and conforms with the coding style, testing, and software license guidelines specified by the National Alliance for Medical Image Computing group. Our implementation, BRAINSABC, is publicly available at https://github.com/BRAINSia/BRAINSTools via BRAINSTools package:

yes

Once downloaded and built the BRAINSTools package, the standard help manual is available via –help command, or -h in short. Note that required inputs are written in blud bold letters.

yes

Multi-modal repeated scan processing can be applied as following command: Note that the presented parameter set is used for entire this paper. Again, a set of required inputs are written in blue bold letters, and the file “ExtendedAtlasDefinition.xml” of –atlasDefinition is provided in the BRAINSTools package along with all the altases. The only adjustment we have made is the Affine and SyN of the –atlasToSubjectTransformType option, which can be chosen from five different options: Identity, Rigid, Affine, BSpline, and SyN

yes

Keywords: segmentation, registration, inhomogeneity correction, tissue classification

Citation: Kim EY and Johnson HJ (2013) Robust multi-site MR data processing: iterative optimization of bias correction, tissue classification, and registration. Front. Neuroinform. 7:29. doi: 10.3389/fninf.2013.00029

Received: 31 May 2013; Accepted: 25 October 2013;
Published online: 18 November 2013.

Edited by:

Nicholas J. Tustison, University of Virginia, USA

Reviewed by:

Satrajit S. Ghosh, Massachusetts Institute of Technology, USA
Andrey Fedorov, Brigham and Women's Hospital, USA

Copyright © 2013 Kim and Johnson. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) or licensor are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Hans J. Johnson, Assistant Professor, University of Iowa Healthcare, Department of Psychiatry, 200 Hawkins Drive, 52242, Iowa City, IA, USA e-mail: hans-johnson@uiowa.edu

Download