Abstract
Purpose
Development and performance measurement of a fully automated pipeline that localizes and segments the locus coeruleus in so-called neuromelanin-sensitive magnetic resonance imaging data for the derivation of quantitative biomarkers of neurodegenerative diseases such as Alzheimer’s disease and Parkinson’s disease.
Methods
We propose a pipeline composed of several 3D-Unet-based convolutional neural networks for iterative multi-scale localization and multi-rater segmentation and non-deep learning-based components for automated biomarker extraction. We trained on the healthy aging cohort and did not carry out any adaption or fine-tuning prior to the application to Parkinson’s disease subjects.
Results
The localization and segmentation pipeline demonstrated sufficient performance as measured by Euclidean distance (on average around 1.3mm on healthy aging subjects and 2.2mm in Parkinson’s disease subjects) and Dice similarity coefficient (overall around \(71\%\) on healthy aging subjects and \(60\%\) for subjects with Parkinson’s disease) as well as promising agreement with respect to contrast ratios in terms of intraclass correlation coefficient of \(\ge 0.80\) for healthy aging subjects compared to a manual segmentation procedure. Lower values (\(\ge 0.48\)) for Parkinson’s disease subjects indicate the need for further investigation and tests before the application to clinical samples.
Conclusion
These promising results suggest the usability of the proposed algorithm for data of healthy aging subjects and pave the way for further investigations using this approach on different clinical datasets to validate its practical usability more conclusively.
Similar content being viewed by others
Avoid common mistakes on your manuscript.
Introduction
The locus coeruleus (LC), a small cylindrical structure in the brainstem of about 2mm in diameter and 12 to 17mm in length [10], is gaining rapidly increasing interest in the neuroscientific community. The LC is one of the earliest structures to be affected in neurodegenerative diseases such as Alzheimer’s disease (AD) [4] and Parkinson’s disease (PD) [5]. Thus, there has been considerable interest to develop magnetic resonance imaging (MRI) techniques to assess the integrity of the LC in vivo. Through utilizing so-called neuromelanin-sensitive MRI techniques, that take advantage of the large amounts of neuromelanin—a pigmented polymer produced from the oxidation of catecholamines including noradrenaline in the LC—it is now possible to investigate the LC in vivo. This may help to further understand the pathogenesis of neurodegenerative diseases [3] and provide novel insights into cognitive and behavioral symptoms necessary to develop effective therapies [24].
A reliable segmentation is often the requirement for a robust extraction of (potential) biomarkers. In the case of in vivo LC segmentation, this poses considerable challenges due to the small size of the structure and the comparatively coarse resolution of MRI acquisitions. An increase in the resolution, however, jeopardizes the already relatively low signal-to-noise ratio (SNR). Although reasonable compromises can be found [2], the issue remains challenging. This is reflected by low inter-rater agreement between expert raters, which ranges between a Dice similarity coefficient (DSC) of 0.499 [1], 0.64 [25] and 0.68 (ours). However, properties of the measured hyperintense regions on so-called neuromelanin-sensitive MR images have been shown to correspond to LC properties determined in post-mortem studies, such as general position and dimensions, as well as LC cell density [15] and age-related effects of neuromelanin aggregation [2].
Reliable methods for automated LC segmentation and extraction of potential, imaging-based LC biomarkers are highly desirable to improve objectivity and comparability between studies and facilitate the ongoing search for early, in vivo imaging-based biomarkers for neurodegenerative diseases. This work offers four contributions to this field. First, we propose a novel iterative, multi-scale strategy for the LC localization network, which is significantly more precise, requires less graphics processing unit (GPU) memory and less training time than our previously published method [8]. Secondly, we investigate the usage and advantages of the availability of multiple raters. We propose two different approaches that make use of multiple manually segmented LC masks for the training of the segmenter network and found improved performance compared to single rater training. Third, we apply our pipeline trained on a healthy aging dataset to unseen data of PD subjects without any fine-tuning and evaluate its performance. Finally, we enable fully automated LC analysis based on the most commonly extracted potential biomarker, contrast ratios (CRs) [17], by segmenting the pons using a 3D-Unet [6, 9] and applying several robust post-processing steps.
Related work
The vast majority of publications analyzing the LC rely on purely manual methods [17]. However, very few (semi-) automatic approaches have been proposed which mostly build on atlas registration [15, 27] or dynamic atlas-based methods yielding moderate performance (DSC of \(0.45\pm 0.25\) [21] and 0.4 [1]). Furthermore, several more classical methods have been applied to the task: region growing [20], clustering with Gaussian mixture models and anatomical prior knowledge [18], intensity and shape models [26], active contours [22] as well as a variety of essentially intensity thresholding-based approaches [7, 12].
To the best of our knowledge, our previous work that explored the use of a 3D-Unet [6] variant for this task [9] as well as a preceding coordinate regression-based localization [8] are the only publications to date to investigate deep learning-based methods in segmenting the LC. However, for the Substantia Nigra, which can be visualized using the same MRI acquisitions, there are a few publications that make use of deep learning-based approaches, most notably [16] and [23]. In fact, our approach shares several similarities to [16], but we deviate for instance in using a different localization approach and employing multi-rater trainings for the segmentation.
Methods and materials
This section describes our proposed pipeline. As visualized in Fig. 1, a preceding localization of the LC is used to extract a Region of Interest (ROI), which is then processed by networks to segment the LC itself as well as several brainstem substructures. The latter include the pons, which is needed to derive the reference regions required for the extraction of CRs.
Datasets
We used two different datasets: one dataset comprising healthy aging subjects [2, 8], which was used for the development, training and evaluation of the method as well as one comprising PD subjects, that was used merely for evaluation. The healthy aging dataset (HAD) comprises data of 82 subjects, of which 25 are younger (22–30 years old; 13 male, 12 female) and 57 are older healthy adults (61–80 years; 19 male, 38 female). The LCs were manually segmented by two expert raters (R1, R2). The Parkinson’s disease dataset (PDD) contains data of 22 subjects (10 male, 12 female) that have been diagnosed with PD according to UK Parkinson’s Disease Brain Bank criteria [13]. Their age ranges between 48 and 77 years and is 65.55 on average. The LCs were segmented by just one of the raters (R1).
HAD and PDD were acquired using the same protocol, i.e., applying T\(_{1}\)-weighted FLASH 3T MRI whole-brain acquisitions with an isotropic resolution of 0.75mm\(^3\). Prior to delineation, the data was upsampled to 0.375mm\(^3\) by means of a sinc filter. Additionally, a bias field correction was applied. The final step of the pre-processing was normalization of the data, such that the intensity values of each acquisition had a mean of 0 and a standard deviation of 1.
Iterative multi-scale localization of the LC
As described in previous work [8], we use a preceding localization network, which regresses the center of mass of the LC. This allows focusing just on the nucleus itself and its vicinity for the following processes and reduces the amount of false positives. The localization architecture, CoRe-Unet, combines a 3D-Unet and a Differentiable Spatial to Numerical Transform (DSNT) layer [19], which enables the direct regression of coordinates utilizing the Unet’s output, a heatmap, that gives insights into the network’s behavior. The Euclidean distance was used as the loss function. Augmentations in the form of mild random affine transformations have been applied as they have shown to yield preferable performance in earlier work. We investigated two different approaches for the training and application of this network: In the first approach, and in accordance with prior work, we used the acquisitions in their original isotropic resolution of \(0.75\mathrm {mm}^3\) as a whole for training and inference, which dictated the upper limit of the batch size (2) due to GPU memory limitations. We refer to this version simply as CoRe-Unet. In the second approach, we investigated a new iterative multi-scale approach, that exposes the network to patches (64\(^3\) voxels) of different resolutions of the data during training: 0.375mm\(^3\), 0.75mm\(^3\), 1.5mm\(^3\) and 3mm\(^3\). In the inference case, the network is applied four times consecutively to patches of the input volume that are interpolated to increasing resolutions with increasing iteration. In this process, the network’s prediction of the LC position in the current iteration is used to extract the patch of the next stage (with higher resolution). Due to the smaller patches that can be used, training time and required GPU memory were drastically reduced, allowing a batch size of 32 and an increased number of feature maps in the network, making it equivalent to the segmenter architectures. We refer to this version as MS-CoRe-Unet.
Multi-rater segmentation of the LC
The segmentation networks in the proposed pipeline are all based on a slightly adapted version of 3D-Unet [6, 9]. They were trained with a fuzzy DSC loss function in a patch-based manner (\(64^3\) voxels) and a batch size of 32. Apart from a random translation, no further augmentation techniques were applied to avoid the need for interpolation of both, the target masks and the already weak imaging signal. As a post-processing step to address remaining false positive regions, we performed a connected component analysis and kept only the largest connected component as the final prediction.
As the training target for LC segmentation, we used manual masks created by two expert raters. Besides training a network with each of them (resulting in NetR1 and NetR2), we explored two ways of combining them and investigating possible improvements in terms of objectiveness of the segmentation results. Hence, we trained a network with the intersection of the two raters’ masks (NetInt) and another with randomly switching between both raters during the training (NetRnd).
Fully automated LC analysis
To complete the goal of fully automated CR-based analysis [2, 17], we require the reference regions that are used to calculate the median or maximum LC intensity ratio with respect to the median/maximum intensity of the surroundings and are typically positioned in both hemispheres of the pons to account for lateral bias effects [2]. Previously, they were generated semi-automatically [2] by manually placing a fixed-sized cuboid in a template which was then propagated to each sample space requiring several registration operations. We propose a faster, fully automated approach by training a 3D-Unet analogously to the LC segmenter to create pons masks and then, apply several robust post-processing steps to obtain valid reference regions. To this end, the pons masks are split in a Voronoi diagram fashion. That is every pons voxel is assigned to the LC center point that has the shortest distance to it, thus creating a separation layer which is defined by the previously determined LC centers. At the position of the respective center points of the resulting pons halves, a fixed-sized cuboid (\(20^3\) voxels) is placed.
As a target for the pons segmentation, we used the results of the Brainstem Substructure functionality [14] in FreeSurfer [11] (version 7.1.0), which can provide masks for midbrain (MB), pons (P), medulla oblongata (MO) and superior cerebellar peduncle (SCP). For its application, however, the resolution of the data had to be reduced by means of sinc interpolation to a third, i.e., \(1.125\mathrm {mm}^3\) isotropic resolution. Thus, the obtained substructure masks showed slight interpolation artifacts after upscaling them to be used as a target with the same resolution as the other masks. Furthermore, one of the samples had to be excluded for the pons segmentation training because the Brainstem Substructure tool failed to generate an output mask. Although our network is able to segment all four subregions, we solely utilized the pons mask in this work. Using a neural network instead of the FreeSurfer pipeline has the principle advantage of faster processing since an inference of the network requires merely seconds while the application of the FreeSurfer pipeline typically requires several hours.
Evaluation scheme and metrics
To minimize the chance of a possible bias in both validation and test sets as well as to assess the effect of set composition (combinations of subjects in the sets), we used a nested cross-validation scheme with three outer folds and five inner folds for evaluation. Hence, the data was randomly split into three subsets and for three iterations. One of them was used as the test set, while the other two are once more randomly split into five subsets. On each of these, another fivefold cross-validation was performed to yield validation (one of the subsets) and training sets (the remaining four subsets). In the resulting 15 combinations, we used the respective validation loss for early stopping and calculated the performances of the five versions of the inner cross-validation on their respective test set. We maintained the same ratio of younger to older subjects in every subset throughout the process.
We quantified the localization error using the Euclidean distance (measured in millimeter). As for the agreement of the segmentations, we determine the DSC and false discovery rate (FDR) to individual raters as well as their intersection and propose a multi-rater Dice similarity coefficient (MRDSC) to assess the agreement to the set of all raters jointly. It is defined as follows:
with P the predicted set of LC voxels of the network and \(R_i\) the ith rater’s selection. We evaluated the similarity of extracted CRs with intraclass correlation coefficients (ICCs). We assessed the statistical significance of all differences we mention using the Welch t test, but report the p value only for certain cases for the sake of clarity.
Results
We report the results from the previously described evaluation procedure. Although the vast majority of the folds of the nested cross-validations showed no significant differences in performance between them, we found slight deviations in a few cases, indicating that the method and evaluation could profit from an increased dataset size to more conclusively cover the variance of this challenging task.
Localizer. As can be seen in Fig. 2, the localization error on the HAD is \(1.470\pm 0.877\)mm for CoRe-Unet and \(1.284\pm 0.838\)mm for its iterative multi-scale alternative, MS-CoRe-Unet, which was found to be statistically significantly better than for CoRe-Unet. Larger errors were found for both methods on the PDD with \(2.733\pm 1.312\)mm (CoRe-Unet) and \(2.224\pm 1.425\)mm (MS-CoRe-Unet), but the significant distance in performance between the approaches persisted. Most of the error in both cases stems from deviations along the axial axis, i.e., the axis along the rostrocaudal extent of the LC. The dimension-wise average absolute errors in-plane of MS-CoRe-Unet range between 0.238 and 0.395mm, while in the axial direction, 1.138mm and 1.156mm for left and right LC were measured on HAD, but the same effect can be seen on PDD as well. The precision was in all cases of both datasets high enough for the resulting patch (\(128^3\)) to include the LC masks of both raters entirely.
Multi-rater Segmentation. Table 1 shows statistics of the performance obtained with the different segmentation networks on the two datasets. The HAD allows comparisons with the different raters as well as their intersection and the calculation of the MRDSC, that expresses the agreement to both raters jointly. On HAD, the nested cross-validation showed most of the networks to be in or above the range of the inter-rater agreement (\(67.54\pm 10.03\)%). A notable exception is NetInt, for which lower DSCs were obtained. However, NetInt also produces significantly lower FDRs, which were on average consistently at least 10% less than those of NetR1, NetR2 and NetRnd, regardless of which mask was used as a target (R1 or R2). NetRnd performs statistically significantly better than NetR1 on R2, the intersection, MRDSC and even R1 itself. It outperforms NetR2 on R1 as well as the MRDSC. Furthermore, NetRnd performs better than all other nets on the PDD as well. Nonetheless, all networks show lower agreements on the unseen data of PD subjects.
Fully Automated Pipeline for CR Analysis. The ICCs reported in Table 2 suggest strong agreement of the method on both datasets when semi-automated reference regions are used. For HAD, good agreement was found for the automated reference regions too, while lower values were determined on the PDD.
Discussion
The iterative multi-scale approach toward LC localization outperformed our previously published method [8] significantly on both datasets in terms of Euclidean distance error. It furthermore has the advantages of requiring less time for training and lower GPU memory consumption. As observed in [8], the Euclidean distance errors of around 1.3mm on HAD and 2.2mm on PDD are mostly caused by deviations along the axial axis. Since this roughly corresponds to the rostrocaudal axis of the cylindrical LC, which typically has a length between 12 and 17mm, the performance is better than the Euclidean distance might indicate. The precision is therefore more than sufficient for extracting a 128\(^3\) voxel patch that contains the entire structure and for consecutively performing the segmentation.
The multi-rater trainings showed several interesting effects. Mostly, the LC segmentation performance was on the same level as the inter-rater agreement, which is arguably the sensible upper limit as further agreement with a single rater would suggest overfitting to this particular rater’s delineation style. That is why it is important to analyze the results wrt. multiple raters. Although NetInt showed comparatively low agreement to both individual raters, the high agreement with their intersection and the concomitantly significantly lower FDR might indicate a more reserved segmentation style, that appears to focus on the more certain regions. NetRnd on the other hand seems to have found a common ground and shows good agreement with both raters, which is especially indicated by the comparison based on MRDSC. It even obtained better agreement with R1 than NetR1, showing that increased rating variance may be beneficial during the training. It might have achieved improved objectivity, since it performed better on the unseen data as well.
When using semi-automatically determined reference regions, our method is able to obtain CRs that show strong agreement with the manually determined ones on both, the HAD and the unseen PDD, suggesting practical usability in this case. The automated reference regions may be used on cohorts with subjects of healthy aging, but caused reduced agreement on PD subjects. The influence of the specific positioning of the cuboid reference region within the pons halves on the respective CRs is an effect that should be quantified in future work. Repeated slight repositioning could yield a variance of considerable magnitude of the feature that could be incorporated in further analyses.
Figure 3 depicts a representative as well as the worst example of the results of NetRnd on PDD. Qualitative assessment suggests that the drop of performance as measured in DSC on PDD is potentially caused by two aspects. First, the presence of motion artifacts that infers with the weak LC signal considerably and second, increased variance indicated for instance by lower LC signal intensity (see Fig. 3b) likely attributed to pathology. Means of adaption to this variance need to be explored to obtain higher and more consistent segmentation performance.
Conclusion
In this work, we advanced our existing deep learning-based framework [8] in several ways. An iterative multi-scale approach to the LC localization achieved higher precision. Furthermore, we investigated the use of multiple raters masks and found our approach of random switching between them during training to perform best and more objectively. By deriving reference regions from pons masks, we could fully automatize the extraction of the most popular (potential) MRI biomarker, CRs, for assessment of LC structure in vivo. Besides the advantage of being substantially faster, since the inference of a network takes merely seconds, thorough investigation of the results showed good agreement on both healthy aging as well as unseen PD cohorts with semi-automatically generated reference regions and the values derived from the manual procedure indicating high potential for future clinical applicability. The fully automated CR extraction on the other hand requires further analyses and adaption to variance introduced by different subject cohorts in order to pave the way for clinical applicability.
Future work should focus on several open questions. A direct comparison to the few concurrent methods and atlases should be carried out. To further validate the usability of the approach in practical scenarios, a comprehensive evaluation on more datasets should be considered such that not only the effects of more and different subjects cohorts, e.g., with different neurodegenerative pathologies, but also of MRI scanner properties, scanning protocols and motion artifacts on the performance can be assessed and addressed. Finding means of adaption to unseen cohort variance may also enable the exploration of new, more sophisticated potential biomarkers, such as volume [17] or regional intensity gradients [2].
Data availability
The data are not publicly available.
References
Ariz M, Abad RC, Castellanos G, Martínez M, Muñoz-Barrutia A, Fernández-Seara MA, Pastor P, Pastor MA, Ortiz-de Solórzano C (2019) Dynamic atlas-based segmentation and quantification of neuromelanin-rich brainstem structures in parkinson disease. IEEE Trans Med Imaging 38(3):813–823
Betts MJ, Cardenas-Blanco A, Kanowski M, Jessen F, Düzel E (2017) In vivo MRI assessment of the human locus coeruleus along its rostrocaudal extent in young and older adults. NeuroImage 163:150–159
Betts MJ, Kirilina E, Otaduy MCG, Ivanov D, Acosta-Cabronero J, Callaghan MF, Lambert C, Cardenas-Blanco A, Pine K, Passamonti L, Loane C, Keuken MC, Trujillo P, Lüsebrink F, Mattern H, Liu KY, Priovoulos N, Fliessbach K, Dahl MJ, Maaß A, Madelung CF, Meder D, Ehrenberg AJ, Speck O, Weiskopf N, Dolan R, Inglis B, Tosun D, Morawski M, Zucca FA, Siebner HR, Mather M, Uludag K, Heinsen H, Poser BA, Howard R, Zecca L, Rowe JB, Grinberg LT, Jacobs HIL, Düzel E, Hämmerer D (2019) Locus coeruleus imaging as a biomarker for noradrenergic dysfunction in neurodegenerative diseases. Brain 142:2558–2571
Braak H, Thal DR, Ghebremedhin E, Del Tredici K (2011) Stages of the pathologic process in alzheimer disease: age categories from 1 to 100 years. J Neuropathol Exp Neurol 70(11):960–969
Braak H, Tredici KD, Rüb U, de Vos RAI, Jansen Steur ENH, Braak E (2003) Staging of brain pathology related to sporadic Parkinsons disease. Neurobiol Aging 24(2):197–211
Cicek O, Abdulkadir A, Lienkamp S.S, Brox T, Ronneberger O (2016) 3D U-Net: Learning Dense Volumetric Segmentation from Sparse Annotation. In: Medical Image Computing and Computer-Assisted Intervention – MICCAI 2016, Lecture Notes in Computer Science, pp 424–432
Dahl MJ, Mather M, Düzel S, Bodammer NC, Lindenberger U, Kühn S, Werkle-Bergner M (2019) Rostral locus coeruleus integrity is associated with better memory performance in older adults. Nat Human Behav 3(11):1203–1214
Dünnwald M, Betts M.J, Düzel E, Oeltze-Jafra S (2021) Localization of the Locus Coeruleus in MRI via Coordinate Regression. In: Bildverarbeitung für die Medizin 2021
Dünnwald M, Betts M.J, Sciarra A, Düzel E, Oeltze-Jafra S (2020) Automated Segmentation of the Locus Coeruleus from Neuromelanin-Sensitive 3T MRI Using Deep Convolutional Neural Networks. In: Bildverarbeitung für die Medizin 2020, Informatik aktuell, pp 61–66
Fernandes P, Regala J, Correia F, Gonçalves-Ferreira AJ (2012) The human locus coeruleus 3-D stereotactic anatomy. Surg Radiol Anatomy 34(10):879–885
Fischl B (2012) FreeSurfer. NeuroImage 62(2):774–781
García-Lorenzo D, Longo-Dos Santos C, Ewenczyk C, Leu-Semenescu S, Gallea C, Quattrocchi G, Pita Lobo P, Poupon C, Benali H, Arnulf I, Vidailhet M, Lehericy S (2013) The coeruleus/subcoeruleus complex in rapid eye movement sleep behaviour disorders in Parkinsons disease. Brain 136(7):2120–2129
Hughes AJ, Ben-Shlomo Y, Daniel SE, Lees AJ (1992) What features improve the accuracy of clinical diagnosis in parkinsons disease. Neurology 42(6):1142. https://doi.org/10.1212/WNL.42.6.1142
Iglesias JE, Van Leemput K, Bhatt P, Casillas C, Dutt S, Schuff N, Truran-Sacrey D, Boxer A, Fischl B (2015) Bayesian segmentation of brainstem structures in MRI. NeuroImage 113:184–195
Keren NI, Lozar CT, Harris KC, Morgan PS, Eckert MA (2009) In vivo mapping of the human locus coeruleus. NeuroImage 47(4):1261–1267
Le Berre A, Kamagata K, Otsuka Y, Andica C, Hatano T, Saccenti L, Ogawa T, Takeshige-Amano H, Wada A, Suzuki M, Hagiwara A, Irie R, Hori M, Oyama G, Shimo Y, Umemura A, Hattori N, Aoki S (2019) Convolutional neural network-based segmentation can help in assessing the substantia nigra in neuromelanin MRI. Neuroradiology 61:1387–1395
Liu KY, Marijatta F, Hämmerer D, Acosta-Cabronero J, Düzel E, Howard RJ (2017) Magnetic resonance imaging of the human locus coeruleus: a systematic review. Neurosci Biobehav Rev 83:325–355
Morris LS, Tan A, Smith DA, Grehl M, Han-Huang K, Naidich TP, Charney DS, Balchandani P, Kundu P, Murrough JW (2020) Sub-millimeter variation in human locus coeruleus is associated with dimensional measures of psychopathology: an in vivo ultra-high field 7-Tesla MRI study. NeuroImage Clin 25:102148
Nibali A, He Z, Morgan S, Prendergast L (2018) Numerical Coordinate Regression with Convolutional Neural Networks. arXiv:1801.07372 [cs]
Ogisu K, Kudo K, Sasaki M, Sakushima K, Yabe I, Sasaki H, Terae S, Nakanishi M, Shirato H (2013) 3D neuromelanin-sensitive magnetic resonance imaging with semi-automated volume measurement of the substantia nigra pars compacta for diagnosis of Parkinsons disease. Neuroradiology 55(6):719–724
Puigvert M, Castellanos G, Uranga J, Abad R, Fernández-Seara M.A, Pastor P, Pastor M.A, Muñoz-Barrutia A, Solórzano C.O.d (2015) Atlas-based segmentation of brainstem regions in neuromelanin-sensitive magnetic resonance images. In: Medical Imaging 2015: Computer-Aided Diagnosis, vol 9414, p 94140Y
Qureshi T.A, Hogg E, Lynch C, Li D, Tagliati M, Fan Z (2019) Substantia nigra segmentation on neuromelanin-sensitive MRI. In: Medical Imaging 2019: Biomedical Applications in Molecular, Structural, and Functional Imaging, vol 10953, p 109530Y
Shinde S, Prasad S, Saboo Y, Kaushick R, Saini J, Pal PK, Ingalhalikar M (2019) Predictive markers for Parkinsons disease using deep neural nets on neuromelanin sensitive MRI. NeuroImage Clin 22:101748
Theofilas P, Ehrenberg AJ, Dunlop S, Di Lorenzo Alho AT, Nguy A, Leite REP, Rodriguez RD, Mejia MB, Suemoto CK, Ferretti-Rebustini REDL, Polichiso L, Nascimento CF, Seeley WW, Nitrini R, Pasqualucci CA, Jacob Filho W, Rueb U, Neuhaus J, Heinsen H, Grinberg LT (2017) Locus coeruleus volume and cell population changes during Alzheimers disease progression: a stereological study in human postmortem brains with potential implication for early-stage biomarker discovery. Alzheimers Dementia 13(3):236–246
Tona KD, van Osch MJP, Nieuwenhuis S, Keuken MC (2019) Quantifying the contrast of the human locus coeruleus in vivo at 7 Tesla MRI. PLOS ONE 14(2):e0209842
Visser E, Keuken MC, Forstmann BU, Jenkinson M (2016) Automated segmentation of the substantia nigra, subthalamic nucleus and red nucleus in 7T data at young and old age. NeuroImage 139:324–336
Ye R, Rua C, O’Callaghan C, Jones P.S, Hezemans F, Kaalund S.S, Tsvetanov K.A, Rodgers C.T, Williams G, Passamonti L, Rowe J.B (2020) An in vivo Probabilistic Atlas of the Human Locus Coeruleus at Ultra-high Field. bioRxiv p. 2020.02.03.932087 . Publisher: Cold Spring Harbor Laboratory Section: New Results
Open Access
This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.
Funding
Open Access funding enabled and organized by Projekt DEAL. This work received funding from the federal state of Saxony-Anhalt, Germany (Project I 88). E.D. and M.B. are supported by Deutsche Forschungsgemeinschaft (DFG, German Research Foundation)—Project-ID 425899996—SFB 1436. This work was conducted within the International Graduate School MEMoRIAL at Otto von Guericke University Magdeburg, Germany, supported by the ESF (Project Number ZS/2016/08/80646).
Author information
Authors and Affiliations
Corresponding author
Ethics declarations
Conflict of interest
The authors declare that they have no conflict of interest.
Code availability
The code is currently not publicly available. Publication is planned in the foreseeable future.
Consent to participate/Consent for publication
Written informed consent was obtained from all participants in accordance with the Declaration of Helsinki.
Ethics approval
The study received ethical approval from the ethics commission of the Faculty of Medicine at the University of Magdeburg.
Additional information
Publisher's Note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Rights and permissions
Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/.
About this article
Cite this article
Dünnwald, M., Ernst, P., Düzel, E. et al. Fully automated deep learning-based localization and segmentation of the locus coeruleus in aging and Parkinson’s disease using neuromelanin-sensitive MRI. Int J CARS 16, 2129–2135 (2021). https://doi.org/10.1007/s11548-021-02528-5
Received:
Accepted:
Published:
Issue Date:
DOI: https://doi.org/10.1007/s11548-021-02528-5