Next Article in Journal
Diagnostic Accuracy of Abbreviated Bi-Parametric MRI (a-bpMRI) for Prostate Cancer Detection and Screening: A Multi-Reader Study
Previous Article in Journal
Volumetric Measurements in Lung Cancer Screening Reduces Unnecessary Low-Dose Computed Tomography Scans: Results from a Single-Center Prospective Trial on 4119 Subjects
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Lesion Volume Quantification Using Two Convolutional Neural Networks in MRIs of Multiple Sclerosis Patients

by
Marcela de Oliveira
1,*,
Marina Piacenti-Silva
1,
Fernando Coronetti Gomes da Rocha
2,
Jorge Manuel Santos
3,
Jaime dos Santos Cardoso
4 and
Paulo Noronha Lisboa-Filho
1
1
Department of Physics, School of Sciences, São Paulo State University (UNESP), Bauru 17033-3600, SP, Brazil
2
Department of Neurology, Psychology and Psychiatry, Medical School, São Paulo State University, Botucatu 18618-687, SP, Brazil
3
Department of Mathematics of School of Engineering, Polytechnic of Porto (ISEP), 4249-015 Porto, Portugal
4
Institute for Systems and Computer Engineering, Technology and Science (INESC TEC) and Faculty of Engineering, University of Porto, 4200-465 Porto, Portugal
*
Author to whom correspondence should be addressed.
Diagnostics 2022, 12(2), 230; https://doi.org/10.3390/diagnostics12020230
Submission received: 30 November 2021 / Revised: 23 December 2021 / Accepted: 14 January 2022 / Published: 18 January 2022
(This article belongs to the Section Machine Learning and Artificial Intelligence in Diagnostics)

Abstract

:
Background: Multiple sclerosis (MS) is a neurologic disease of the central nervous system which affects almost three million people worldwide. MS is characterized by a demyelination process that leads to brain lesions, allowing these affected areas to be visualized with magnetic resonance imaging (MRI). Deep learning techniques, especially computational algorithms based on convolutional neural networks (CNNs), have become a frequently used algorithm that performs feature self-learning and enables segmentation of structures in the image useful for quantitative analysis of MRIs, including quantitative analysis of MS. To obtain quantitative information about lesion volume, it is important to perform proper image preprocessing and accurate segmentation. Therefore, we propose a method for volumetric quantification of lesions on MRIs of MS patients using automatic segmentation of the brain and lesions by two CNNs. Methods: We used CNNs at two different moments: the first to perform brain extraction, and the second for lesion segmentation. This study includes four independent MRI datasets: one for training the brain segmentation models, two for training the lesion segmentation model, and one for testing. Results: The proposed brain detection architecture using binary cross-entropy as the loss function achieved a 0.9786 Dice coefficient, 0.9969 accuracy, 0.9851 precision, 0.9851 sensitivity, and 0.9985 specificity. In the second proposed framework for brain lesion segmentation, we obtained a 0.8893 Dice coefficient, 0.9996 accuracy, 0.9376 precision, 0.8609 sensitivity, and 0.9999 specificity. After quantifying the lesion volume of all patients from the test group using our proposed method, we obtained a mean value of 17,582 mm3. Conclusions: We concluded that the proposed algorithm achieved accurate lesion detection and segmentation with reproducibility corresponding to state-of-the-art software tools and manual segmentation. We believe that this quantification method can add value to treatment monitoring and routine clinical evaluation of MS patients.

1. Introduction

Multiple sclerosis (MS) is known as one of the neurodegenerative diseases that affects the central nervous system [1]. Regions of demyelination, inflammatory processes, and axonal loss are characteristics of this disease, causing brain injuries that occur with higher incidence in white matter (WM) [2,3]. Magnetic resonance imaging (MRI) is the main imaging technology used to detect alterations in subjects with MS [4]. This imaging modality is an important part of the initial diagnosis and treatment of the illness, and it also provides essential information for monitoring the severity and activity of the disease in individuals with defined MS [4]. Moreover, radiological abnormalities can be detected even without the observation of clinical symptoms of the illness, making MRI analysis attractive for a premature diagnosis and anticipating the start of MS treatment [5].
Conventional MRIs, including T2-weighted (T2-w), T1-weighted (T1-w), T1-weighted contrast, and fluid attenuated inversion recovery (FLAIR) modalities, are applied to visualize and analyze overt lesions and assess brain atrophy in MS [4,6]. The visualization and evaluation of these lesions can provide quantitative information on inflammatory activity, as well as point to future brain atrophy and clinical incapacity due to the disease [7,8]. Furthermore, specifically considering MS, clinical assessments for monitoring its progression and evaluating the effectiveness of disease-modifying therapies and rehabilitation therapies can be performed with the quantitative definition of lesion load and volumetric analyses of the brain [9]. Manifestations of MS lesions are conspicuous on MRI, such as hyperintensities on FLAIR and T2-w modalities, and hypointensities on T1-w [4]. Advances in technology have improved the quality of images and the visual assessment of the lesions caused by multiple sclerosis, aiding medical diagnosis. Nevertheless, there is a need to improve methods, facilitating their applicability and validation, allowing these available tools to have a clinically appropriate use. Currently, the analysis and manual segmentation of MS lesions performed by a specialist is considered the gold standard in the evaluation of MRIs. However, this task presents a certain subjectivity with inter- and intra-observer variations, consuming time and depending on the degree of observer experience. Thus, a large number of computer programs for automatic detection and segmentation of MS lesion have been proposed in the literature [1].
These automated methods can be applied to analyze medical images with large datasets, including MRI, in order to help in the recognition and extraction of information in less time with good accuracy. The main challenges for automated programs reside in the fact that brain anatomy and lesion pathology present great biological variability, and guarantee robustness to the imperfections that can be generated during the process of MRI acquisition [10]. A variety of computational techniques, especially machine learning techniques, are used for automated analysis of MRIs of MS patients, with reviews accessible that analyze and assess the usefulness of these methods [2,10,11,12,13,14]. Deep learning is a subset of machine learning in which data-driven predictions from large datasets are performed by computer systems [15]. DL techniques, especially computational algorithms based on convolutional neural networks (CNNs), have become frequently used algorithms to perform feature self-learning, enabling segmentation of structures in the image useful for quantitative analysis of MRIs, including quantitative analysis of MS [14,16]. Most studies using CNN methods on images of patients with MS focus only on lesion segmentation. In addition to lesion segmentation, brain extraction is also a critical and important preprocessing step in MRI evaluation that can affect the accuracy of subsequent analyses [17,18]. Usually, image preprocessing in MS cases, can be performed manually with external software (FreeSurfer, SwissSkullStripper, Robust Brain Extraction-ROBEX, and Brain Extraction Tool-BET) [19,20,21,22,23]. Authors mention that such a process was previously performed without much detail. However, this function is dependent on external software and sometimes needs program-specific input parameters (depth, kernel size, iterations, and stiffness), that depends on specific prior knowledge. Furthermore, in this external software, there is a need to use a function to perform brain extraction and another additional function to perform segmentation and detection of possible lesions. Therefore, in the current study, we performed volumetric quantification of white matter lesions on MRIs of patients with MS by performing automatic brain and lesion segmentation using two CNNs. The first CNN was responsible for performing brain extraction, and the second CNN was responsible for lesion segmentation. Thus, our method performed both brain extraction and lesion detection functions at the same time, enabling volumetric quantification of the lesion.

2. Materials and Methods

2.1. Subject Sample and Image Data

This study included four datasets: one used for brain segmentation model training, two used for brain lesion segmentation model training, and one used for model testing. The first dataset included a training set from the Neurofeedback Skull-stripped (NFBS) repository, which contains a training subset of 80 T1-w MRI scans that were manually skull-stripped (brain mask) [24,25]. The second and third datasets included training sets for brain lesion detection and are publicly available: the second dataset was from the IBSI 2015 challenge, containing a training set of 21 scans (FLAIR modality) from five subjects [11]; and the third dataset was from MICCAI 2016, with MRI scans from 15 patients also acquired in FLAIR modality [26]. Both training sets also included the identification and manual lesion segmentation performed by a specialist. Finally, the fourth dataset was the test group, which was not public and included 50 individuals with MS (MRI modalities T1-w and FLAIR). Individuals in this last group (test) were diagnosed with multiple sclerosis according to the McDonald criteria [27,28] and were obtained from the Hospital of Clinics—Botucatu Medical School, Brazil (HC-FMB). All MRIs and diagnostic information of the patients were collected retrospectively between 2013 and 2019. MRIs from the test group were collected and used in compliance with the ethics committees of the authors’ institutions, and all patients provided written informed consent to use the images in this study. All datasets were fully anonymized for dissemination purposes. The image acquisition parameters and demographic information of subjects are detailed in Table 1.

2.2. Image Preprocessing

MRIs from training groups (NFBS, MICCAI 2016 and IBSI 2015) were already preprocessed, and test group MRIs were preprocessed with the same six steps: (1) resliced to 1 mm3; (2) anisotropically diffused; (3) rigidly registered; (4) normalized and standardized; (5) skull-stripped (brain extraction); and (6) intensity-corrected due to inhomogeneity of the magnetic field. Initially (first step), the T1-w and FLAIR images of the individuals in the test group were resliced at isotropic resolution using cubic spline interpolation to the axial 1 mm3. In the second step, to reduce possible noise in the image, an anisotropic diffusion filter was applied. The diffusion coefficient was chosen to vary spatially to promote smoothing within the region rather than between regions [29,30]. Next, the FLAIR slices were aligned with the T1-w slices using rigid-body registration. We aligned the first slice of the FLAIR sequence with the first image of the T1-W and the second slice of the one sequence with the second slice of another modality up to the nth slice of the entire modality. In the fourth step, the image intensities were normalized. This normalization of a particular slice of the modality was performed by subtracting the mean value of that image and dividing by its standard deviation. In the fifth step, the brain extraction (skull-stripping process) was performed using the CNN training model with the dataset from NFBS.
Figure 1 shows the complete network architecture for brain segmentation. The CNN framework for brain extraction is a U-Net architecture and consists of convolutional layers, 5 Max pooling layers, 5 Up-sampling layers, and a sigmoid layer at the end. The left side of the architecture in Figure 1 represents an encoder, and the right side—a symmetric decoder.
Most brain extraction methods have been produced for T1-w, since this is one of the most common modalities in neurological imaging, providing different signal intensity to different brain tissues [31]; hence, this modality was used as the input image. Each block in the encoder was responsible for feature extraction with a convolutional layer, batch normalization, a rectified linear unit (ReLU), and Max pooling [32,33]. Each block in the decoder consisted of Up-sampling layers that provided precise localization instead of Max pooling layers. Thus, the CNN layers learned the transformations from the intensities to the feature maps to obtain the final probabilistic brain mask (brain extraction). The output layer was a convolutional layer followed by a sigmoidal activation function to identify whether brain was present or not. The training model was applied to the T1-w modalities of the test group as input and the brain mask was obtained as output. Then, the brain mask from T1-w was used as model for skull-stripping on FLAIR images, and we obtained the brain extraction in both modalities of the test group. Finally, to improve the image homogeneity, in the sixth step of preprocessing, we performed image bias correction after brain stripping [34].

2.3. Brain Lesion Segmentation

A different CNN model was used to perform brain lesion segmentation using datasets from the IBSI 2015 Challenge and MICCAI 2016 as input images from the network. The U-Net network architecture (adapted from Ghosal et al. [35]) contains a contraction path and another symmetric expansion path used to record context and precise localization, respectively, see Figure 2. The new McDonald guidelines emphasize the importance of lesion location rather than the number of lesions, and white lesions are best visualized with FLAIR sequences [36]; therefore, this modality was used as the input image. For the convolution process in the down-layer and deconvolution process in the up-layer, kernels (3 × 3) were used. ReLU was used as the activation function. A 2 × 2 Max pooling operation (stride 2) was applied to reduce the image size in the down-layer. We used the concatenations with the respective cropped feature map from the down-layer into the corresponding input of the convolutional layer in the up-layer. The output layer was a convolutional layer that detects whether a brain lesion is or is not present.
Both CNNs were trained with a batch size value of 32, the Adam optimizer, and a learning rate of 0.001. Cross-entropy was applied as the loss function, and we trained the models for 60 epochs. To test both models, we employed a cross-validation strategy of 80:20 split (10 times). The Dice coefficient, accuracy, sensitivity, precision, and specificity were used as performance measures to evaluate the final models. We implemented the CNN framework in Python with deep learning tools, TensorFlow and Keras.

2.4. Brain Lesion Identification and Quantification from Test Group

The trained models were applied to the MRIs (previously preprocessed) of the test group to obtain brain lesion segmentation. Shortly thereafter, memberships and a binary mask (after detection by thresholding the probabilistic memberships) were generated for each subject. Lesion volume quantification was obtained with a count of the segmented voxels and presented in mm3. Finally, we compared the automatic volume quantification by the CNNs with the volume provided by manual annotations of an expert.

3. Results

In this work, two automated methods for segmentation of brain (skull-stripper) and white matter lesions were applied to determine brain lesion volume in individuals with MS from a private test group. MRIs with T1-w and FLAIR modalities were used for the analysis, which were first preprocessed. The first step of the image preprocessing was to transform the original size images (0.43 × 0.43 × 4.5 mm3 to FLAIR and 0.47 × 0.47 × 4.5 mm3 to T1-w) to the axial 1 mm3. We then reduced the noise in the second step. Subsequently, the FLAIR slices were aligned with the T1-w slices. By applying the registration transform T to the FLAIR initial volume (IFLAIR), we generated a new volume spatially aligned with the T1-w volume (IFLAIR-T1), see Figure 3.
After spatial alignment, we resized all images to 256 × 256 × j. Next, all these images were normalized between 0 and 1 to improve training. Then, we performed brain extraction (skull-stripping process) using the first CNN training model to perform automatic brain segmentation for all patients in the test group. The performance of the proposed brain segmentation (extraction) framework with binary cross-entropy as the loss function is reported in Table 2. The results, represented in Figure 4, show a correlation of sensitivity, specificity, accuracy, and Dice coefficient with the number of epochs for our brain segmentation. We found that the training with 60 epochs was sufficient, as no significant improvement was observed after 45 epochs. We also compared our brain segmentation method with other available software, and we found that the value of the Dice coefficient obtained was higher than those obtained by BET (0.8319) [19], FreeSurfer (0.9020) [22], and SwinissSkullStripper (0.9140) [21].
Figure 5 illustrates the skull-stripping process using the U-Net architecture for brain extraction described in step five.
Finally, to improve the signal intensity variability in MRIs caused by magnetic field inhomogeneities, we applied the image bias correction filter (N4ITK) in step six of the preprocessing after automatic brain extraction. Figure 6 illustrated an example of a slice with the application of the bias correction step. The brain extraction process and bias correction were applied to all the slices in the exam (each patient), and we were able to see the volumetric representation of the extracted brain (see Figure 7).
After preprocessing the image, to detect MS lesions for each subject, we performed the second CNN training using the dataset from the IBSI 2015 and MICCAI 2016. In the proposed brain lesion segmentation/detection framework with binary cross-entropy as the loss function, we obtained the values shown in Table 2 (second CNN). The graphs in Figure 8 indicate that the training with 60 epochs was sufficient, as there was no significant improvement after about 50 epochs.
Table 3 presents the performance of our second CNN in comparison with that of other previous studies. As can be seen, our CNN had better results for Dice coefficient, precision, and specificity metrics, while also exhibiting excellent accuracy, which indicates that the proposed CNN could identify brain lesion volumes with higher precision and accuracy than other previous methods.
The final training model obtained from the second CNN (as described in Materials and Methods 2.3 and in Figure 2) was used for brain lesion detection, where convolutional blocks were applied to the FLAIR input. From binary mask (outputs), we could detect lesions within new individuals (images) from our test group. Figure 9 shows an example of lesion segmentation on a patient from the test group.
Because lesion volume definition is a relevant metric for assessing disease evolution and monitoring treatment, we determined volumetric quantification of the brain lesion by counting the detected voxels from the binary mask (CNN output). After volumetrically quantifying the lesions of all patients from the test group, we obtained a mean value of 17,582 mm3; Figure 10 shows an example where the segmentation was performed on all slices and volumetrically represented.
In terms of reproducibility and validation of lesion segmentation, we compared the automated lesion volume (using the CNN in our method) with the expert-defined lesion volume by using a Bland–Altman plot (see Figure 11A). We found similar lesion volumes between the two lesion segmentation methods, showing a high degree of agreement with R2 = 0.95 (see Figure 11B).

4. Discussion

We proposed a method for volumetric lesion quantification using two CNNs in MRIs of MS patients. Our networks were applied in two different moments, first for brain segmentation (skull-stripping and brain extraction) and second for lesion segmentation. Figure 12 shows our proposed method under a general schematic view.
Image detection or segmentation is an essential step in several medical applications involving visualization, measurements, registration, and computer-aided diagnosis [38]. Accurate and robust segmentation of MRI injuries can serve as important information about disease status, progression, response to drugs [13]. The use of machine learning, specifically DL techniques, in healthcare continues to evolve. DL learns inherent imaging parameters and does not need extensive post-processing to eliminate false positives, as is usual in other MS detection methods [14]. In addition, a popular DL network architecture in medical image evaluation uses a CNN-based algorithm to perform detection and segmentation [14].
Brain extraction and segmentation of brain lesions are difficult but crucial tasks to evaluate on MRIs of individuals with neurodegenerative disorders, especially those with MS [15]. In recent years, numerous deep learning techniques have been applied for brain segmentation, but not specifically for images of MS subjects. In MRI of multiple sclerosis, these techniques have only been applied directly for lesion segmentation. Kamnitsas et al. [39] proposed an architecture with dual-pathway, 11-layers-deep, and three-dimensional CNN for the difficult task of targeting brain injuries using five sequences: Proton Density (PD), MPRAGE, axial T2 and FLAIR, and Gradient-Echo (GE). Roy et al. [13] applied a fully convolutional neural network model to target MS lesions, in which parallel pathways of convolutional filters were first applied to multiple contrast and then outputs were concatenated. After that, another group of convolutional filters was used on the joined output. Gabr et al. [14] used four different image sequences to developed a full CNN model to segment brain tissues in the T2-w modality. In another study, the authors performed MS lesion segmentation with a lightweight deep learning framework [35] using five different modalities. In the last year, we also performed lesion segmentation in MS subjects using CNN [15,18].
Regarding brain extraction (or brain segmentation, or skull-stripper), Hwang et al. [33] suggested the application of 3D U-Net for skull-stripping in brain MRIs from individuals with multiple subclinical and clinical psychiatric symptoms, but not including MS. Tao and Chang [40] adopted an automated skull-stripping method based on deformable surface models and fuzzy tissue classification without specifying the individual conditions. Moeskops et al. [41] proposed an algorithm for automatic segmentation of anatomical magnetic resonance brain images, but not particularly for MS patients, adopting multiple classes on a multiscale CNN. In another study, Eskildsen et al. [31] proposed a new algorithm based on nonlocal segmentation technique, aimed at producing brain extraction with precision and consistency. As mentioned in these and other studies, CNNs and DL-based algorithms have achieved excellent performance in targeting different structures and tissues in biomedical images, with an accuracy close to that of human performance [33]. However, most of these studies about brain lesion segmentation use software to perform brain extraction manually or a database with images already skull-stripped, applying DL only to lesion detection and with certain limitations. In addition, these studies for brain extraction do not mention MRIs from MS patients in particular. Thus, in this study, we decided to implement the first framework for research about brain extraction in MRI images of MS patients, considering that brain extraction is also a fundamental step in image preprocessing and the applicability of a DL technique will increase the accuracy in this process. Furthermore, since brains lesion volume is a relevant outcome measure for evaluating disease diagnosis and progression, we implemented the second framework for brain lesion segmentation to perform volumetric quantification of brain lesions using only two different basic modalities. Several studies use and depend on various image modalities (between three and five) to perform this task [2,14]. Although we validated using only one modality, other contrast sequences can be included in the framework. Moreover, we proposed the segmentation with one sequence but with high accuracy. Future work will include further longitudinal evaluation of the atrophy analysis and its possible association with load lesion.

5. Conclusions

In conclusion, we implemented a method to quantify lesions in MRIs of patients with multiple sclerosis using two CNNs for automatic segmentation (extraction) of the brain and lesions. The proposed method demonstrated accurate segmentation of lesions with reproducibility comparable to that of state-of-the-art software tools and manual segmentation. We believe that this quantification method can add value to treatment monitoring and routine clinical assessment of patients with MS.

Author Contributions

Conceptualization, M.O., F.C.G.R., M.P.-S., P.N.L.-F., J.M.S., and J.S.C.; methodology, M.O., J.M.S., and J.S.C.; software, M.O., J.M.S., and J.S.C.; formal analysis, M.O., J.M.S., and J.S.C.; writing—original draft preparation, M.O.; writing-review and editing, M.O., M.P.-S., J.M.S., P.N.L.-F., and J.S.C.; supervision, P.N.L.-F. and J.S.C.; funding acquisition, M.O., P.N.L.-F., and J.S.C. All authors have read and agreed to the published version of the manuscript.

Funding

This research was partially funded by Fundação de Amparo a Pesquisa do Estado de São Paulo (FAPESP), grant numbers 2019/16362-5 and 2017/20032-5. The project TAMI—Transparent Artificial Medical Intelligence (NORTE-01-0247-FEDER-045905) partially funding this work is co-financed by ERDF—European Regional Fund through the Operational Program for Competitiveness and Internationalization—COMPETE 2020, the North Portugal Regional Operational Program—NORTE 2020 and by the Portuguese Foundation for Science and Technology—FCT under the CMU—Portugal International Partnership.

Institutional Review Board Statement

The research ethics committee of Hospital of Clinics—Botucatu Medical School (CEP-HC-FMB) approved the study, and all patient images (teste group) were collected and analyzed in accordance with the relevant guidelines and regulations (CAAE: 80261717.5.00005411 and SIPE:147/2017).

Informed Consent Statement

Informed consent was obtained from all subjects involved in the study.

Data Availability Statement

The NFBS repository is available at: http://www.preprocessed-connectomes-project.org/NFB_skullstripped (accessed on 29 November 2021). Access to the MICCAI 2016 dataset is open with access through shanoir (https://shanoir.irisa.fr/shanoir-ng/challenge-request, accessed on 29 November 2021). The IBSI 2015 data set is available at: http://smart-stats-tools.org/lesion-challenge-2015 (accessed on 29 November 2021). The test dataset is not public and the training models and code in the current study are available on reasonable request through the corresponding author’s email ([email protected]).

Acknowledgments

The authors thank for the support of the INESC TEC—Institute for Systems and Computer Engineering, Technology and Science and FEUP—Faculty of Engineering, University of Porto, Portugal. The Hospital of Clinics—Botucatu Medical School (HC-FMB) of São Paulo State University (UNESP), Botucatu Campus, and the School of Sciences of São Paulo State University, Bauru Campus, both in Brazil, also supported this research. The project TAMI—Transparent Artificial Medical Intelligence (NORTE-01-0247-FEDER-045905) partially funding this work is co-financed by ERDF—Euro-pean Regional Fund through the Operational Program for Competitiveness and Internationalization—COMPETE 2020, the North Portugal Regional Operational Program—NORTE 2020 and by the Portuguese Foundation for Science and Technology—FCT under the CMU—Portugal International Partnership.

Conflicts of Interest

The authors declare no conflict of interests.

References

  1. La Rosa, F.; Fartaria, M.J.; Kober, T.; Richiardi, J.; Granziera, C.; Thiran, J.-P.; Cuadra, M.B. Shallow vs. Deep Learning Architectures for White Matter Lesion Segmentation in the Early Stages of Multiple Sclerosis; Crimi, A., Bakas, S., Kuijf, H., Keyvan, F., Reyes, M., Van Walsum, T., Eds.; Springer International Publishing: Cham, Switzerland, 2019; pp. 142–151. [Google Scholar] [CrossRef] [Green Version]
  2. Valverde, S.; Cabezas, M.; Roura, E.; González-Villà, S.; Pareto, D.; Vilanova, J.C.; Ramió-Torrentà, L.; Rovira, À.; Oliver, A.; Llado, X. Improving Automated Multiple Sclerosis Lesion Segmentation with a Cascaded 3D Convolutional Neural Network Approach. Neuroimage 2017, 155. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  3. Compston, A.; Coles, A. Multiple Sclerosis. Lancet 2008, 372, 1502–1517. [Google Scholar] [CrossRef]
  4. Bakshi, R. Magnetic Resonance Imaging Advances in Multiple Sclerosis. J. Neuroimaging 2005, 15, 10–14. [Google Scholar] [CrossRef] [PubMed]
  5. Ramagopalan, S.V.; Dobson, R.; Meier, U.C.; Giovannoni, G. Multiple Sclerosis: Risk Factors, Prodromes, and Potential Causal Pathways. Lancet Neurol. 2010, 9, 727–739. [Google Scholar] [CrossRef]
  6. Bakshi, R.; Thompson, A.J.; Rocca, M.A.; Pelletier, D.; Dousset, V.; Barkhof, F.; Inglese, M.; Guttmann, C.R.; Horsfield, M.A.; Filippi, M. MRI in Multiple Sclerosis: Current Status and Future Prospects. Lancet Neurol. 2008, 7, 615–625. [Google Scholar] [CrossRef] [Green Version]
  7. Lladó, X.; Ganiler, O.; Oliver, A.; Marti, R.; Freixenet, J.; Valls, L.; Vilanova, J.C.; Ramió-Torrentà, L.; Rovira, A. Automated Detection of Multiple Sclerosis Lesions in Serial Brain MRI. Neuroradiology 2012, 54, 787–807. [Google Scholar] [CrossRef]
  8. Meier, D.S.; Weiner, H.L.; Guttmann, C.R.G. MR Imaging Intensity Modeling of Damage and Repair In Multiple Sclerosis: Relationship of Short-Term Lesion Recovery to Progression and Disability. Am. J. Neuroradiol. 2007, 28, 1956–1963. [Google Scholar] [CrossRef] [Green Version]
  9. Ding, Z.; Preiningerova, J.; Cannistraci, C.J.; Vollmer, T.L.; Gore, J.C.; Anderson, A.W. Quantification of Multiple Sclerosis Lesion Load and Brain Tissue Volumetry Using Multiparameter MRI: Methodology and Reproducibility. Magn. Reson. Imaging 2005, 23, 445–452. [Google Scholar] [CrossRef]
  10. Lesjak, Ž.; Galimzianova, A.; Koren, A.; Lukin, M.; Pernuš, F.; Likar, B.; Špiclin, Ž. A Novel Public MR Image Dataset of Multiple Sclerosis Patients With Lesion Segmentations Based on Multi-Rater Consensus. Neuroinformatics 2018, 16, 51–63. [Google Scholar] [CrossRef]
  11. Carass, A.; Roy, S.; Jog, A.; Cuzzocreo, J.L.; Magrath, E.; Gherman, A.; Button, J.; Nguyen, J.; Prados, F.; Sudre, C.H.; et al. Longitudinal Multiple Sclerosis Lesion Segmentation: Resource and Challenge. Neuroimage 2017, 148, 77–102. [Google Scholar] [CrossRef] [Green Version]
  12. Khayati, R.; Vafadust, M.; Towhidkhah, F.; Nabavi, M. Fully Automatic Segmentation of Multiple Sclerosis Lesions in Brain MR FLAIR Images Using Adaptive Mixtures Method and Markov Random Field Model. Comput. Biol. Med. 2008, 38, 379–390. [Google Scholar] [CrossRef]
  13. Roy, S.; Butman, J.A.; Reich, D.S.; Calabresi, P.A.; Pham, D.L. Multiple Sclerosis Lesion Segmentation from Brain MRI via Fully Convolutional Neural Networks. arXiv 2018, arXiv:1803.09172. [Google Scholar]
  14. Gabr, R.E.; Coronado, I.; Robinson, M.; Sujit, S.J.; Datta, S.; Sun, X.; Allen, W.J.; Lublin, F.D.; Wolinsky, J.S.; Narayana, P.A. Brain and Lesion Segmentation in Multiple Sclerosis Using Fully Convolutional Neural Networks: A Large-Scale Study. Mult. Scler. J. 2020, 26, 1217–1226. [Google Scholar] [CrossRef]
  15. De Oliveira, M.; Santinelli, F.B.; Piacenti-Silva, M.; Rocha, F.C.G.; Barbieri, F.A.; Lisboa-Filho, P.N.; Santos, J.M.; Cardoso, J.D.S. Quantification of Brain Lesions in Multiple Sclerosis Patients Using Segmentation by Convolutional Neural Networks. In Proceedings of the 2020 IEEE International Conference on Bioinformatics and Biomedicine (BIBM), Seoul, Korea, 16–19 December 2020; pp. 2045–2048. [Google Scholar]
  16. Akkus, Z.; Galimzianova, A.; Hoogi, A.; Rubin, D.L.; Erickson, B.J. Deep Learning for Brain MRI Segmentation: State of the Art and Future Directions. J. Digit. Imaging 2017, 30, 449–459. [Google Scholar] [CrossRef] [Green Version]
  17. Isensee, F.; Schell, M.; Pflueger, I.; Brugnara, G.; Bonekamp, D.; Neuberger, U.; Wick, A.; Schlemmer, H.; Heiland, S.; Wick, W.; et al. Automated Brain Extraction of Multisequence MRI Using Artificial Neural Networks. Hum. Brain Mapp. 2019, 40, 4952–4964. [Google Scholar] [CrossRef] [Green Version]
  18. De Oliveira, M.; Piacenti-Silva, M.; Rocha, F.C.G.; Santos, J.M.; Cardoso, J.S.; Lisboa-Filho, P.N. Skull Extraction for Quantification of Brain Volume in Magnetic Resonance Imaging of Multiple Sclerosis Patients. Int. J. Biomed. Biol. Eng. 2020, 14, 2020. [Google Scholar]
  19. Smith, S.M. Fast Robust Automated Brain Extraction. Hum. Brain Mapp. 2002, 17, 143–155. [Google Scholar] [CrossRef]
  20. Iglesias, J.E.; Liu, C.Y.; Thompson, P.M.; Tu, Z. Robust Brain Extraction across Datasets and Comparison with Publicly Available Methods. IEEE Trans. Med. Imaging 2011, 30, 1617–1634. [Google Scholar] [CrossRef]
  21. Bauer, S.; Nolte, L.-P.; Reyes, M. Skull-Stripping for Tumor-Bearing Brain Images. arXiv 2012, arXiv:1204.0357. [Google Scholar]
  22. Ségonne, F.; Dale, A.M.; Busa, E.; Glessner, M.; Salat, D.; Hahn, H.K.; Fischl, B. A Hybrid Approach to the Skull Stripping Problem in MRI. Neuroimage 2004, 22, 1060–1075. [Google Scholar] [CrossRef]
  23. Reuter, M.; Schmansky, N.J.; Rosas, H.D.; Fischl, B. Within-Subject Template Estimation for Unbiased Longitudinal Image Analysis. Neuroimage 2012, 61, 1402–1418. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  24. Puccio, B.; Pooley, J.P.; Pellman, J.S.; Taverna, E.C.; Craddock, R.C. The Preprocessed Connectomes Project Repository of Manually Corrected Skull-Stripped T1-Weighted Anatomical Mri Data. Gigascience 2016, 5, 1–7. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  25. Nooner, K.B.; Colcombe, S.J.; Tobe, R.H.; Mennes, M.; Benedict, M.M.; Moreno, A.L.; Panek, L.J.; Brown, S.; Zavitz, S.T.; Li, Q.; et al. The NKI-Rockland Sample: A Model for Accelerating the Pace of Discovery Science in Psychiatry. Front. Neurosci. 2012, 6, 152. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  26. Commowick, O.; Kain, M.; Casey, R.; Ameli, R.; Ferré, J.-C.; Kerbrat, A.; Tourdias, T.; Cervenansky, F.; Camarasu-Pop, S.; Glatard, T.; et al. Multiple Sclerosis Lesions Segmentation from Multiple Experts: The MICCAI 2016 Challenge Dataset. Neuroimage 2021, 244, 118589. [Google Scholar] [CrossRef]
  27. McDonald, W.I.; Compston, A.; Edan, G.; Goodkin, D.; Hartung, H.-P.; Lublin, F.D.; McFarland, H.F.; Paty, D.W.; Polman, C.H.; Reingold, S.C.; et al. Recommended Diagnostic Criteria for Multiple Sclerosis: Guidelines from the International Panel on the Diagnosis of Multiple Sclerosis. Ann. Neurol. 2001, 50, 121–127. [Google Scholar] [CrossRef]
  28. Thompson, A.J.; Banwell, B.L.; Barkhof, F.; Carroll, W.M.; Coetzee, T.; Comi, G.; Correale, J.; Fazekas, F.; Filippi, M.; Freedman, M.S.; et al. Diagnosis of Multiple Sclerosis: 2017 Revisions of the McDonald Criteria. Lancet Neurol. 2018, 17, 162–173. [Google Scholar] [CrossRef]
  29. Perona, P.; Malik, J. Scale-Space and Edge Detection Using Anisotropic Diffusion. IEEE Trans. Pattern Anal. Mach. Intell. 1990, 12, 629–639. [Google Scholar] [CrossRef] [Green Version]
  30. Gerig, G.; Kbler, O.; Kikinis, R.; Jolesz, F.A. Nonlinear Anisotropic Filtering of MRI Data. IEEE Trans. Med. Imaging 1992, 11, 221–232. [Google Scholar] [CrossRef] [Green Version]
  31. Eskildsen, S.F.; Coupé, P.; Fonov, V.; Manjón, J.V.; Leung, K.K.; Guizard, N.; Wassef, S.N.; Østergaard, L.R.; Collins, D.L. BEaST: Brain Extraction Based on Nonlocal Segmentation Technique. Neuroimage 2012, 59, 2362–2373. [Google Scholar] [CrossRef]
  32. Nair, V.; Hinton, G. Rectified Linear Units Improve Restricted Boltzmann Machines; Omnipress: Madison, WI, USA, 2010; Volume 27. [Google Scholar]
  33. Hwang, H.; Rehman, H.Z.U.; Lee, S. 3D U-Net for Skull Stripping in Brain MRI. Appl. Sci. 2019, 9, 569. [Google Scholar] [CrossRef] [Green Version]
  34. Tustison, N.J.; Avants, B.B.; Cook, P.A.; Zheng, Y.; Egan, A.; Yushkevich, P.A.; Gee, J.C. N4ITK: Improved N3 Bias Correction. IEEE Trans. Med. Imaging 2010, 29, 1310–1320. [Google Scholar] [CrossRef] [Green Version]
  35. Ghosal, P.; Prasad, P.K.C.; Nandi, D. A Light Weighted Deep Learning Framework for Multiple Sclerosis Lesion Segmentation. In Proceedings of the 2019 Fifth International Conference on Image Information Processing (ICIIP), Shimla, India, 15–17 November 2019; Volume 2019, pp. 526–531. [Google Scholar]
  36. Kaunzner, U.W.; Gauthier, S.A. MRI in the Assessment and Monitoring of Multiple Sclerosis: An Update on Best Practice. Ther. Adv. Neurol. Disord. 2017, 10, 247–261. [Google Scholar] [CrossRef] [Green Version]
  37. Buda, M.; Saha, A.; Mazurowski, M.A. Association of Genomic Subtypes of Lower-Grade Gliomas with Shape Features Automatically Extracted by a Deep Learning Algorithm. Comput. Biol. Med. 2019, 109, 218–225. [Google Scholar] [CrossRef] [Green Version]
  38. Despotović, I.; Goossens, B.; Philips, W. MRI Segmentation of the Human Brain: Challenges, Methods, and Applications. Comput. Math. Methods Med. 2015, 2015. [Google Scholar] [CrossRef] [Green Version]
  39. Kamnitsas, K.; Ledig, C.; Newcombe, V.F.J.; Simpson, J.P.; Kane, A.D.; Menon, D.K.; Rueckert, D.; Glocker, B. Efficient Multi-Scale 3D CNN with Fully Connected CRF for Accurate Brain Lesion Segmentation. Med. Image Anal. 2017, 36, 61–78. [Google Scholar] [CrossRef]
  40. Tao, X.; Chang, M.-C. A Skull Stripping Method Using Deformable Surface and Tissue Classification. Med. Imaging 2010 Image Process. 2010, 7623, 76233L. [Google Scholar] [CrossRef]
  41. Moeskops, P.; Viergever, M.A.; Mendrik, A.M.; De Vries, L.S.; Benders, M.J.N.L.; Isgum, I. Automatic Segmentation of MR Brain Images with a Convolutional Neural Network. IEEE Trans. Med. Imaging 2016, 35, 1252–1261. [Google Scholar] [CrossRef] [Green Version]
Figure 1. U-Net architecture for brain extraction.
Figure 1. U-Net architecture for brain extraction.
Diagnostics 12 00230 g001
Figure 2. U-Net architecture for lesion detection.
Figure 2. U-Net architecture for lesion detection.
Diagnostics 12 00230 g002
Figure 3. FLAIR volume spatially aligned to T1-w volume.
Figure 3. FLAIR volume spatially aligned to T1-w volume.
Diagnostics 12 00230 g003
Figure 4. Plots of (A) loss, (B) Dice coefficient, (C) accuracy, (D) precision, (E) sensitivity, and (F) specificity by epochs for brain extraction.
Figure 4. Plots of (A) loss, (B) Dice coefficient, (C) accuracy, (D) precision, (E) sensitivity, and (F) specificity by epochs for brain extraction.
Diagnostics 12 00230 g004
Figure 5. (A) Slices from original T1-w image. (B) Brain mask through skull-stripping using CNN. (C) Brain extraction in T1-w. (D) Brain extraction in FLAIR image.
Figure 5. (A) Slices from original T1-w image. (B) Brain mask through skull-stripping using CNN. (C) Brain extraction in T1-w. (D) Brain extraction in FLAIR image.
Diagnostics 12 00230 g005
Figure 6. (A) Rigidly registered image. (B) Skull-stripped image. (C) Bias correction filter. (D) Final image.
Figure 6. (A) Rigidly registered image. (B) Skull-stripped image. (C) Bias correction filter. (D) Final image.
Diagnostics 12 00230 g006
Figure 7. Brain volume after the brain extraction process applied to all slices for one patient.
Figure 7. Brain volume after the brain extraction process applied to all slices for one patient.
Diagnostics 12 00230 g007
Figure 8. Plots of (A) loss, (B) Dice coefficient, (C) accuracy, (D) precision, (E) sensitivity, and (F) specificity by epochs for brain lesion detection.
Figure 8. Plots of (A) loss, (B) Dice coefficient, (C) accuracy, (D) precision, (E) sensitivity, and (F) specificity by epochs for brain lesion detection.
Diagnostics 12 00230 g008
Figure 9. CNN example for lesion segmentation. (A) T1-w image after preprocessing and brain extraction. (B) FLAIR image after preprocessing and brain extraction (second CNN input). (C) Lesion memberships. (D) Binary mask by thresholding the probabilistic memberships.
Figure 9. CNN example for lesion segmentation. (A) T1-w image after preprocessing and brain extraction. (B) FLAIR image after preprocessing and brain extraction (second CNN input). (C) Lesion memberships. (D) Binary mask by thresholding the probabilistic memberships.
Diagnostics 12 00230 g009
Figure 10. (A) Images for identification and segmentation of sclerotic lesions. (B) Brain with lesion volumetric representation. (C) Segmented volumetric lesion.
Figure 10. (A) Images for identification and segmentation of sclerotic lesions. (B) Brain with lesion volumetric representation. (C) Segmented volumetric lesion.
Diagnostics 12 00230 g010
Figure 11. (A) Bland-Altman plot and (B) correlation for total lesion volume agreement between automatic and manual lesion detection.
Figure 11. (A) Bland-Altman plot and (B) correlation for total lesion volume agreement between automatic and manual lesion detection.
Diagnostics 12 00230 g011
Figure 12. Flowchart of our proposed method using two CNNs for brain lesion volume quantification.
Figure 12. Flowchart of our proposed method using two CNNs for brain lesion volume quantification.
Diagnostics 12 00230 g012
Table 1. Demographics data and acquisition details for the training and testing databases.
Table 1. Demographics data and acquisition details for the training and testing databases.
Scanner Model and SiteSequenceVoxel Size (mm)Echo Time (ms)Repetition Time (ms)Flip Angle (Degrees)Inversion Time (ms)
NFBSSIEMENS MAGNETOM MR B17 (Nathan Kline Institute-Rockland Sample)T11 × 1 × 13.0226008900
MICCAI 2016Siemens Verio 3T (University Hospital of Rennes)FL0.5 × 0.5 × 1.140050001201800
T11 × 1 × 12.2619009NA
Siemens Aera 1.5T (University Hospital of Lyon)FL1.03 × 1.03 × 1.2533650001201800
T11.08 × 1.08 × 0.93.37186015NA
Philips Ingenia 3T (University Hospital of Lyon)FL0.74 × 0.74 × 0.73605400901800
T10.74 × 0.74 × 0.854.39.48NA
IBSI 2015Philips Medical Systems 3TFL0.82 × 0.82 × 2.268NANA835
T10.82 × 0.82 × 1.17610.38NA
HC-FMBSiemens Verio 3T (Hospital of Clinics—Botucatu Medical School, São Paulo State UniversityFL0.43 × 0.43 × 4.68090001502500
T10.47 × 0.47 × 4.6946569NA
Table 2. Performance values (mean) obtained in the test group with the proposed models for brain extraction and lesion segmentation.
Table 2. Performance values (mean) obtained in the test group with the proposed models for brain extraction and lesion segmentation.
Brain Segmentation—1st CNNLesion Segmentation—2nd CNN
Dice Coefficient0.97860.8893
Accuracy0.99690.9996
Precision0.98510.9376
Sensitivity0.98510.8609
Specificity0.99850.9999
Table 3. Comparison of the results obtained for the second CNN with those of other previous methods.
Table 3. Comparison of the results obtained for the second CNN with those of other previous methods.
Dice CoefficientPrecisionSensitivityAccuracySpecificity
Buda et al., 2019 [37]0.87520.92740.90300.99950.9998
Gabr et al., 2020 [14]0.78390.89560.79810.99940.9998
Ghosal et al., 2019 [35]0.87010.92130.89110.99960.9998
Our CNN0.88930.93760.86090.99960.9999
Bold indicates highest values.
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

de Oliveira, M.; Piacenti-Silva, M.; da Rocha, F.C.G.; Santos, J.M.; Cardoso, J.d.S.; Lisboa-Filho, P.N. Lesion Volume Quantification Using Two Convolutional Neural Networks in MRIs of Multiple Sclerosis Patients. Diagnostics 2022, 12, 230. https://doi.org/10.3390/diagnostics12020230

AMA Style

de Oliveira M, Piacenti-Silva M, da Rocha FCG, Santos JM, Cardoso JdS, Lisboa-Filho PN. Lesion Volume Quantification Using Two Convolutional Neural Networks in MRIs of Multiple Sclerosis Patients. Diagnostics. 2022; 12(2):230. https://doi.org/10.3390/diagnostics12020230

Chicago/Turabian Style

de Oliveira, Marcela, Marina Piacenti-Silva, Fernando Coronetti Gomes da Rocha, Jorge Manuel Santos, Jaime dos Santos Cardoso, and Paulo Noronha Lisboa-Filho. 2022. "Lesion Volume Quantification Using Two Convolutional Neural Networks in MRIs of Multiple Sclerosis Patients" Diagnostics 12, no. 2: 230. https://doi.org/10.3390/diagnostics12020230

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop