Skip to main content

BRIEF RESEARCH REPORT article

Front. Neurosci., 07 May 2024
Sec. Brain Imaging Methods

Automatic geometry-based estimation of the locus coeruleus region on T1-weighted magnetic resonance images

  • 1Radiology Department, Athinoula A. Martinos Center for Biomedical Imaging, Massachusetts General Hospital, Boston, MA, United States
  • 2Radiology Department, Harvard Medical School, Boston, MA, United States

The locus coeruleus (LC) is a key brain structure implicated in cognitive function and neurodegenerative disease. Automatic segmentation of the LC is a crucial step in quantitative non-invasive analysis of the LC in large MRI cohorts. Most publicly available imaging databases for training automatic LC segmentation models take advantage of specialized contrast-enhancing (e.g., neuromelanin-sensitive) MRI. Segmentation models developed with such image contrasts, however, are not readily applicable to existing datasets with conventional MRI sequences. In this work, we evaluate the feasibility of using non-contrast neuroanatomical information to geometrically approximate the LC region from standard 3-Tesla T1-weighted images of 20 subjects from the Human Connectome Project (HCP). We employ this dataset to train and internally/externally evaluate two automatic localization methods, the Expected Label Value and the U-Net. For out-of-sample segmentation, we compare the results with atlas-based segmentation, as well as test the hypothesis that using the phase image as input can improve the robustness. We then apply our trained models to a larger subset of HCP, while exploratorily correlating LC imaging variables and structural connectivity with demographic and clinical data. This report provides an evaluation of computational methods estimating neural structure.

1 Introduction

The locus coeruleus (LC) is a small elongated hyperpigmented nucleus in the rostral pontine brainstem (Fernandes et al., 2012). It synthesizes most of the brain’s norepinephrine (Aston-Jones and Cohen, 2005) and is involved in various cognitive functions (Sara, 2009). The LC undergoes neuron loss in the early stages of many neurodegenerative diseases (Liu et al., 2017; Betts et al., 2019; Galgani et al., 2020), such as Alzheimer’s disease (Grudzien et al., 2007; Giorgi et al., 2017; Kelly et al., 2017) and Parkinson’s disease (Gesi et al., 2000; Vermeiren and De Deyn, 2017) through the accumulation of tau pathology (Braak et al., 2011; Jacobs et al., 2023) and α-synuclein (Braak et al., 2003), respectively. Non-invasive assessment of the LC integrity in vivo, namely via magnetic resonance imaging (MRI), helps to elucidate how LC degeneration relates to the progression and symptoms of neurodegenerative diseases (Liu et al., 2017; Betts et al., 2019; Galgani et al., 2020). Patterns of structural connectivity of the LC to other brain regions—quantified via diffusion MRI (dMRI) (Sun et al., 2020; Levinson et al., 2023)—may further inform us about the pathology distribution in the brain, particularly in the context of Alzheimer’s disease, where some hypothesize that tau protein may transmit neuron to neuron from the LC to other areas (Braak and Del Tredici, 2011).

Quantitative analysis of the LC from MRI requires knowledge of the LC location. Manual annotation of the LC in a large dataset not only necessitates significant expert effort, but also yields a precision limited by moderate inter- and intra-rater variability (Tona et al., 2017). Automatic LC localization (Ariz et al., 2019; Morris et al., 2020; Dünnwald et al., 2021; Sibahi et al., 2023), which is not yet widely available in conventional neuroimaging toolboxes, is therefore highly desirable, as it can facilitate large-scale imaging studies that would have the power to detect subtle changes in the LC in health and disease.

To enhance the contrast of the LC in the MR image, the high concentration of neuromelanin in the LC (Zucca et al., 2006) has been exploited. To that end, several neuromelanin-sensitive MRI sequences (Sasaki et al., 2008) have been successfully employed, including the T₁-weighted (T₁W) Turbo Spin Echo (TSE) (Sasaki et al., 2006; Keren et al., 2009; Tona et al., 2017; Ariz et al., 2019; Dahl et al., 2019) and the magnetization transfer (Nakane et al., 2008; Priovoulos et al., 2018; Liu et al., 2019; Morris et al., 2020; Ye et al., 2021; Jacobs et al., 2023) sequences. The enhanced LC contrast on images acquired with such sequences allows for manual delineation of the LC and the creation of datasets that include gold-standard LC labels. Using a dataset like this for training, a supervised automatic segmentation algorithm can segment the LC on a new similar-contrast image.

Neuromelanin-sensitive MRI, however, typically has a high specific absorption rate (Chen et al., 2014; Liu et al., 2017; Tona et al., 2019), and may also be suboptimal for younger adults due to their lower neuromelanin levels (Zecca et al., 2004; Betts et al., 2019; Liu et al., 2019). Consequently, such a sequence is often not included in large open-access MRI databases of healthy or diseased populations. As for standard MR images (e.g., T₁W images included in almost all MRI databases), the boundaries of the LC cannot be delineated on these images due to the lack of contrast; therefore, the location of the LC can only be approximated at best relative to its surrounding structures using prior neuroanatomical information. Such geometrical localization of the LC might still be useful for some subsequent analyses. For instance, deep neural networks trained on silver-standard labels have shown to be capable of producing more reliable segmentation results than the labels they were trained on (Henschel et al., 2020). Estimating a region that contains the LC may also benefit downstream manual and automatic LC segmentation by providing a region to focus on (the attention mechanism; Xie et al., 2023) and an initial label to refine.

Several LC atlases are publicly available (Keren et al., 2009; Betts et al., 2017; Brooks et al., 2017; Tona et al., 2017; Dahl et al., 2019; Liu et al., 2019; Ye et al., 2021; Levinson et al., 2023), which can be employed to automatize the localization of the LC via atlas alignment and label propagation. The original datasets used to create these public atlases, however, are not generally available. As a result, users cannot apply other supervised segmentation methods to localize the LC, such as those based on modern deep neural networks (Ronneberger et al., 2015). A public database of approximate LC region masks accompanied with corresponding MR images with standard (e.g., T₁W, rather than neuromelanin-sensitive) contrasts is thus desirable. Such a database could help the research community to use existing or new methods to develop automatic LC localization tools that are applicable to many available databases, thereby facilitating large-scale retrospective and prospective analyses involving the LC.

Our contributions in this work are as follows:

• We first manually approximate the LC region on the 3 T T₁W images of 20 subjects of the open-access Human Connectome Project (HCP) (Van Essen et al., 2013), sharing the geometrically annotated masks with the research community (see Section 2.4). To our knowledge, other publicly available datasets with manual LC labels instead contain 3T-TSE/7T T₁W images (Tona et al., 2019) or functional MR images (Krebs et al., 2018). Our geometrical estimation is based on dimensional (instead of contrast) information and emphasizes the sensitivity of the detection, thereby resulting in LC masks slightly larger than the LC (i.e., encompassing the LC and some surrounding area).

• We then train two automatic segmentation methods of Expected Label Value (ELV) (Aganj and Fischl, 2021) and U-Net (Ronneberger et al., 2015) on the abovementioned dataset, evaluating the LC localization ability internally as well as on an external dataset (Tona et al., 2019), while also comparing with atlas-based segmentation on the external dataset.

• Inspired by a previous observation (Aganj and Fischl, 2021), we test the hypothesis that using the phase image (i.e., discarding the magnitude Fourier data) would improve the segmentation performance on external datasets (data from different sources).

• We finally apply a trained model to 100 HCP subjects and analyze the volume, image intensity, dMRI measures, and dMRI structural connectivity of the LC masks, correlating them with non-MRI variables.

In the following, we will describe our methods (Section 2), provide our results (Section 3), and discuss them (Section 4).

2 Methods

2.1 Manual LC region estimation

The human LC is a thin and long column of neurons that extends through multiple levels of the brainstem (Fernandes et al., 2012; Liu et al., 2017). Located in the rostral pons, the LC is on average 14.5 mm long and 2–2.5 mm wide (Fernandes et al., 2012). Due to the lack of LC contrast on T₁W images, we instead used these dimensional landmarks collectively to approximate the LC location: 3 mm lateral from the midline, 1 mm rostral to the fourth ventricle, and 16–20 mm above the pontomedullary junction.

We used Freeview of FreeSurfer (Fischl, 2012) to manually create masks of the areas containing each of the left and right LCs on minimally preprocessed 3T T₁W MPRAGE images (T1w_acpc_dc_restore_brain.nii.gz) of the first 20 subjects of the “100 Unrelated Subjects” group of the HCP (Van Essen et al., 2013) without spatial normalization, which had the volume size of 260 × 311 × 260 with the isotropic voxel size of (0.7 mm)3. Our localization approach prioritizes sensitivity to specificity (i.e., includes more voxels than the LC alone), producing masks that are somewhat inflated compared to the actual LC boundaries.

2.2 Automatic LC region estimation

2.2.1 Approaches

We trained two supervised image segmentation methods, both implemented in MATLAB, on our 20-subject dataset to automatically approximate the presumptive left or right LC areas (separately), as described below. We binarized the output soft mask and retained the largest connected component.

We used the ELV supervised segmentation (Aganj and Fischl, 2021) (see Section 2.4 for the toolbox) as our first method, which creates a fuzzy map from a combination of labels suggested by all atlas-to-image transformations, weighted by a measure of transformation validity (without explicit deformable registration). The ELV method inherently uses phase images as input (obtained by computing the Fourier transform of the image, discarding the magnitude data, and computing the inverse Fourier transform), which we call “ELV (phase).” The map can also be modulated by an image intensity prior (Aganj and Fischl, 2021), i.e., “ELV (phase + image),” to benefit from the image intensity information initially excluded from the phase data.

The second method we used was the U-Net architecture (Ronneberger et al., 2015), which is a convolutional neural network consisting of a contracting path to capture context, a symmetric expanding path for precise localization, and cross connections. We employed a U-Net with two down-sampling layers and 16 initial filters (at the first convolutional layer), with the Dice coefficient as the objective function. We used the Adam optimizer to train the network for 20 epochs on 3D sample patches of size 132 × 132 × 132 with a mini-batch size of 8. We initialized the learning rate as 0.002 and dropped it by 95% every five epochs. The test subject’s LC region was then predicted by averaging the label scores of overlapping patches (stride 10).

2.2.2 Validation

For performance evaluation, we first internally assessed the automatic localization via leave-one-out cross-validation (i.e., trained on 19 images and tested on the remaining image, repeating it for 20 test images). We compared the automatically generated mask with the manual one using the Dice similarity coefficient as the evaluation metric.

For external (out-of-sample) validation, we then applied our models (that had been pretrained on the 20 HCP subjects) to 12 7T T₁W images from the previously unseen dataset by Tona et al. (2019), which had LC labels manually delineated from 3T T₁W TSE images. The images from the latter dataset had the voxel size of 0.70 × 0.64 × 0.64 mm3, thereby requiring resampling to match the HCP resolution of (0.7 mm)3. Since we trained our models on brain-masked HCP data, we extracted the brain in the new dataset using the SPM12 software package (Ashburner et al., 2014) (it failed for one subject, which we excluded).

Next, we used our external validation setup to test the performance of the commonly used atlas-based segmentation approach. We used the image-to-MNI deformation fields provided in the HCP dataset to propagate the images and our LC masks of the 20 HCP subjects to the MNI space, which we then averaged to create an MNI atlas with fuzzy masks. We then ran our implementation (Aganj et al., 2017) of diffeomorphic-demons atlas-to-image (asymmetric) deformable registration (Vercauteren et al., 2009) to align the intensity-normalized MNI atlas to each of the external-validation (Tona et al., 2019) intensity-normalized images and transformed the LC masks from the atlas to the test image space and binarized them (see Section 2.4 for the toolbox). We did so after heuristically fine-tuning the regularization and step-size parameters of registration on a few subjects.

Note that our geometrical LC approximation produces a generous area containing the LC, and, as such, comparing it to the specific label of the actual LC in external validation results in a suboptimal Dice score. For instance, if our localized area has a volume α times larger than that of the LC label, then the Dice will be no higher than 2 / 1 + α . Nonetheless, this comparison can still help to assess how much our automatic inflated LC neighborhood overlaps with the LC.

2.2.3 Phase image as input

We have previously observed that ELV (phase + image) outperformed ELV (phase) in internal cross-validation, but not in external out-of-sample validation (Aganj and Fischl, 2021). The phase image—constructed by taking the Fourier transform, dividing by the magnitude Fourier, and taking the inverse Fourier transform—remains real-valued with voxels that are to some extent still spatially correlated. Instead of the original image intensity values, however, the phase image contains enhanced edges and region borders. We hypothesized that, being less sensitive to inter-dataset variation in image intensity, the phase image might be more robust to domain shift, resulting in better model performance than the image itself would in external validation. We tested this by comparing the two abovementioned ELV variations, as well as comparing the original U-Net [“U-Net (image)”] to a variation of it that received the phase image as input [“U-Net (phase)”] and a two-channel-input variation that received both the image and the phase as input [“U-Net (image + phase)”]. For robustness of the phase image, we divided the Fourier transform by its magnitude plus a constant (0.001 times the norm of the Fourier transform).

Prompted by the different image intensity distributions of our two datasets, we also experimented with normalizing the input image by its intensity standard deviation during both training and testing (denoting the normalized image with “nmz”), which led to additional model variations such as “ELV (phase + nmz),” “U-Net (nmz),” and “U-Net (nmz + phase).” For the latter two U-Net variations, the input layer also performs patch-wise zero-meaning and normalization.

2.3 Analysis of HCP data

We trained the default implementation of the U-Net on our 20 HCP subjects and then applied it to the “100 Unrelated Subjects” group of the HCP. We used the resulting left and right LC masks to compute their volumes as well as the mean T₁W and T₂W image intensities inside them. We also propagated the soft masks to the (1.25 mm)3 isotropic-voxel dMRI space (using HCP’s T1w_acpc_dc_restore_1.25.nii.gz image as target), before binarizing them in the dMRI space. We then similarly computed the mean fractional anisotropy (FA) and the mean apparent diffusion coefficient (ADC), resulting in a total of 10 LC (regional) imaging variables per subject.

Next, we performed an exploratory analysis to correlate the imaging variables with 504 non-MRI variables (demographics, medical history, family history, dementia/cognitive exam scores, personality/emotion tests, motor/sensory tests, task performance, etc.). We Bonferroni-corrected the Pearson’s correlation p-values for multiple comparisons through multiplication by the numbers of imaging and non-MRI variables, i.e., pB = p × 10 × 504. We visually inspected relationships with pB < 0.05 to exclude any spurious correlations due to outliers (e.g., avoiding situations with most data points clustered together with no obvious relationship), reporting the surviving significant correlations.

Finally, we quantified dMRI-derived structural connectivity of the LC area to the rest of the brain, and examined the associations between the connectivity pattern of LC and non-MRI variables. We used our open-source toolbox (see Section 2.4) to reconstruct the diffusion orientation distribution function in constant solid angle (Aganj et al., 2010), perform Hough-transform global probabilistic tractography (Aganj et al., 2011), compute a symmetric structural connectivity matrix between a set of brain regions including the two computed LC areas and other regions segmented by FreeSurfer (Fischl, 2012), and augment the raw matrices with indirect connections (Aganj et al., 2014). For each subject, we generated a 2 × 86 matrix representing the connectivity strength between each LC area and 86 other brain regions (contralateral LC + 85 FreeSurfer-generated regions). We then correlated each element of this matrix with non-MRI variables across the population, while Bonferroni-correcting the p-values for both the number of connections and the number of variables. We have previously described this pipeline in detail (Aganj et al., 2023).

2.4 Data and toolboxes

Our manually annotated (enlarged) LC masks are publicly available at: https://www.nitrc.org/projects/lc20.

Magnetic resonance images were provided by:

• The Human Connectome Project (HCP, RRID:SCR_006942) (Van Essen et al., 2013), WU-Minn Consortium (Principal Investigators: David Van Essen and Kamil Ugurbil): https://www.humanconnectome.org/study/hcp-young-adult.

• Klodiana-Daphne Tona et al. (2019): https://doi.org/10.34894/PMQHZD.

The following toolboxes were used for data processing and analysis:

• Our MATLAB (RRID:SCR_001622) toolboxes for:

• The expected label value (ELV) supervised image segmentation (Aganj and Fischl, 2021): https://www.nitrc.org/projects/elv.

• The reconstruction of the orientation distribution function in constant solid angle (Aganj et al., 2010), Hough-transform tractography (Aganj et al., 2011), and connectivity matrix computation and augmentation (Aganj et al., 2014): http://www.nitrc.org/projects/csaodf-hough.

• Mid-space-independent deformable image registration (Aganj et al., 2017): https://www.nitrc.org/projects/msi-register.

• FreeSurfer (RRID:SCR_001847) (Fischl, 2012): https://freesurfer.net.

• SPM12 (RRID:SCR_007037) (Ashburner et al., 2014): https://www.fil.ion.ucl.ac.uk/spm/software/spm12.

3 Results

3.1 Manual LC region estimation

We have provided our geometrically annotated (enlarged) LC masks for the 20 HCP subjects to the public (Section 2.4). As expected, we did not observe any LC contrast on T₁W images to guide the manual delineation of the LC region. Figure 1 shows the approximated LC masks (in green + yellow) for a representative subject.

Figure 1
www.frontiersin.org

Figure 1. Manually annotated presumptive LC areas (green), automatic localization of LC using the ELV (top) and U-Net (bottom) methods (red), and their overlap (yellow), are shown on the coronal slice with the largest intersection with the manual LC areas for the representative HCP subject (with the median ELV Dice score).

The volume of the left and right LC regions had a cross-subject mean ± standard error of the mean (SEM) of 19.5 ± 0.8 and 19.8 ± 0.8 mm3, respectively. We also measured this for the manual labels in the external (Tona et al., 2019) dataset; the cross-subject average volumes of the left and right LC labels were 6.9 ± 0.7 and 7.4 ± 0.8 mm3, respectively. Two-sided paired t-tests between the left and right volumes did not reveal a statistically significant difference between them in either dataset.

3.2 Automatic LC region estimation

We assessed our variations of the ELV and the U-Net methods (Section 2.2) via leave-one-out cross-validation on the 20-subject subset of the HCP as well as on the external dataset by Tona et al. (2019). Table 1 summarizes the median, mean, and SEM of the Dice scores.

Table 1
www.frontiersin.org

Table 1. Median, mean, and standard error of the mean (SEM) of the Dice score, measuring the overlap of the automatic and manual LC regions.

By combining the left and right LC results together, the highest cross-validation Dice scores were achieved by ELV (phase) in terms of the mean (0.62 ± 0.01) and by U-Net (nmz) in terms of the median (0.65). Figure 1 shows the labels generated by both methods for the representative subject with median ELV Dice score. We then combined the best performing ELV (phase) and U-Net (nmz) results by multiplying their soft masks and binarizing them, leading to median (mean) Dice scores of 0.667 (0.66 ± 0.02) and 0.66 (0.64 ± 0.02) for the left and right LC, respectively, showing a slight improvement compared to individual ELV and U-Net results.

The external validation Dice scores were considerably lower, with the best left + right mean (0.22 ± 0.02) and median (0.22) scores obtained by U-Net (nmz + phase). The median and mean sensitivity for this method were 0.63 and 0.63 ± 0.03, respectively. Image normalization (nmz) improved the external validation Dice in all cases.

The results of the atlas-based approach, compared to the U-Net, showed overall improvement for the left LC, and increased median but decreased mean Dice score for the right LC (Table 1). The latter was mainly due to the subpar performance of deformable registration for 4 out of 11 subjects (whereas such registration was not required for the U-Net and ELV methods). The median and mean sensitivity of the atlas-based approach, 0.43 and 0.36 ± 0.06, were, however, lower than those of the U-Net.

Left and right LC Dice scores were significantly correlated with each other in most cross-validation results by both methods [ELV (phase): r = 0.58, p = 0.007; U-Net (image): r = 0.61, p = 0.004] and in the external validation results by the ELV [(phase + nmz): r = 0.89, p = 0.0003] and the atlas-based (r = 0.85, p = 0.001) approaches.

3.3 Findings from HCP

Next, we trained a U-Net (with the default implementation, which receives the image and normalizes the patches at its first layer) on the 20 subjects and applied it to 100 HCP subjects. After correlating non-MRI variables with imaging variables (Section 2.3), the only correlations surviving the Bonferroni correction were some with the mean FA, all of which passed the visual inspection. Table 2 lists these significant relationships, mainly with the body weight and memory, and Figure 2 shows two examples. Adjusting for the intracranial volume (ICV) improved the correlation significance with the memory task accuracy, but reduced that with the body weight.

Table 2
www.frontiersin.org

Table 2. Pearson’s correlation coefficients (r) and Bonferroni-corrected p-values (pB) of the significant correlations of the mean fractional anisotropy (FA) inside the computed LC area with non-MRI variables, without and with intracranial volume (ICV) adjustment.

Figure 2
www.frontiersin.org

Figure 2. Significant relationships between the mean fractional anisotropy (FA) inside the automatically estimated LC region and non-MRI variables (corresponding to Table 2, unadjusted for ICV).

We lastly computed the strength of connectivity between each LC area and 86 other brain regions (85 + contralateral LC). After Bonferroni correction for all possible structural connections to the LC and for all non-MRI variables, none of the few significant correlations between the two passed the visual inspection (see Section 2.3).

4 Discussion

We have presented a new dataset of high-resolution (isotropic 0.7 mm voxel) LC areas manually approximated for 20 subjects of the HCP. This dataset is publicly available to the research community (Section 2.4), allowing the development of supervised tools applicable to standard 3T T₁W MPRAGE (rather than neuromelanin-sensitive) MRI for quantitative analysis using large existing or future MRI databases. Given the lack of LC contrast on standard T₁W images, we used dimensional information instead to estimate the region that approximately included the LC. We emphasized sensitivity for this task and created masks that were slightly larger than and contained the LC (which, if desired, could be shrunk in post-processing via the erosion operation). The masks had a bilateral mean volume of 19.7 ± 0.6 mm3, expectedly larger than the LC volume reported in the literature, such as 6.6 mm3 (Ariz et al., 2019), 7.2 mm3 (that we computed from the dataset) (Tona et al., 2019), 9.5 mm3 (Tona et al., 2017), 12.8 mm3 (Theofilas et al., 2017), and 16.7 mm3 (Schwarz et al., 2017).

Our internal evaluation of (the optimal variations of) the ELV and U-Net automatic segmentation approaches on our data resulted in cross-validation Dice scores with the mean of 0.62 (by ELV) and median of 0.65 (by U-Net). In comparison, the LC label Dice scores reported in the literature for inter-rater reliability are 0.50 (Ariz et al., 2019), 0.54–0.64 (Tona et al., 2017), 0.64 (Tona et al., 2019), and 0.68 (Dünnwald et al., 2021), for scan-rescan reliability are 0.24–0.48 (Sibahi et al., 2023) and 0.63 (Langley et al., 2017), and for automatic segmentation are 0.40 (Ariz et al., 2019), 0.54–0.64 (Sibahi et al., 2023), and 0.60–0.71 (Dünnwald et al., 2021).

Our external validation resulted in lower mean bilateral Dice scores (ELV: 0.11, U-Net: 0.22, atlas-based: 0.23). Several reasons could account for this. Given that the average volume of our presumptive LC areas was α  = 2.7 times larger than that of the LC labels in the test (Tona et al., 2019) dataset, the Dice score between the two was capped at 0.54 (see Section 2.2.2). The cap was possibly even lower due to inter-rater variability between the two datasets, especially since our LC areas were based on dimensional information whereas the labels in the external dataset were delineated based on the LC contrast seen on neuromelanin-sensitive (3T T₁W TSE) images. Another factor contributing to the lower Dice value may have been the domain shift, particularly caused by the different MRI field strengths of the input training (3 T) and test (7 T) images, which are known to reveal different MRI tissue properties (van der Zwaag et al., 2016).

Our comparative experiment with the popular atlas-based approach produced higher accuracy conditioned to the success of atlas-to-image deformable registration, which was not always the case. While we made a reasonable effort to fine-tune the registration parameters, the optimal parameter values might depend on the image (as opposed to being fixed for the dataset), possibly making the application of this approach more cumbersome than other approaches (e.g., ELV and U-Net) that do not require deformable registration.

We tested the hypothesis that using phase images could enhance out-of-sample segmentation. The U-Net indeed achieved the highest bilateral external-validation accuracy when the input included the phase image. The different field strengths and acquisition protocols of the training (HCP) and test (Tona et al., 2019) datasets may have caused inconsistencies in their image intensities. The phase image improved our external validation results by ignoring the Fourier-domain magnitude information, which possibly alleviated such inter-database inconsistencies to some extent.

The Dice scores corresponding to the approximated left and right LC regions were often significantly correlated with each other, perhaps due to their correlation with the image quality and variance of the test subject.

Following image segmentation of 100 unrelated HCP subjects and an exploratory analysis, we found significant correlations with the mean FA inside the LC region, mainly negative correlations with the body weight and a positive correlation with working memory. These correlations might also be partially driven by other neighboring small nuclei and white matter, given that our estimated region is larger than the LC itself and there may also be residual misalignment between the T₁W and dMRI images. In a similar analysis, LC connectivity was found not to be significantly correlated with non-MRI variables, possibly due to the homogeneity and narrow age range (22–36 years old) of the healthy HCP cohort (Aganj et al., 2023). Our stringent Bonferroni correction for all compared variables and LC connections may additionally have led to type II errors (false negatives). In most related HCP studies, the LC connectivity has been measured to predefined ipsilateral target regions pertinent to disease, such as the transentorhinal cortex (Sun et al., 2020) and limbic regions (Levinson et al., 2023). In contrast, we ran whole-brain tractography to explore all regions’ potential connectivity to the LC, which is especially important considering the LC’s extensive axonal branching innervating diverse remote areas throughout the brain (Sara, 2009).

This report has the following limitations, because of which we do not imply our LC masks to be anatomically accurate LC labels and caution their use where specific and accurate labels are required.

• The LC masks were not based on anatomical contrast and the location is approximate. We were not able to directly compare our masks with those derived from neuromelanin-sensitive images, given that the HCP database did not include such contrasts. The aim of this study was to assess the applicability of the T₁W contrast, which is available to most researchers, for LC localization. Future research will need to evaluate the compatibility of such LC masks with those drawn on neuromelanin-sensitive (e.g., TSE) images of the same subjects.

• Given its small size, the LC is difficult to model and partial voluming effects can introduce noticeable error in the imaging quantity derived from it. Should a non-MRI variable and the error in an imaging variable happen to be related to each other (e.g., by both being correlated to a third factor such as the ICV), a spurious relationship might appear in the correlation analysis. Thorough investigation of the automatically misclassified voxels to identify any potential bias is a subject of our ongoing research.

• Supervised learning methods often perform better with more training data. Although we created a modest-sized training set of 20 subjects (40 bilateral masks), image segmentation (especially with deep neural networks) has shown promise in learning from even small datasets (Lee et al., 2019), possibly due to each voxel in the image serving as a data point.

Quantitative MRI studies of the LC—requiring automatic LC region estimation—have the potential to generate imaging biomarkers for early diagnosis of neurodegenerative diseases and patient stratification (Betts et al., 2019). Making our LC neighborhood localization algorithm more specific and integrating it into FreeSurfer (Fischl, 2012) are subjects of our future work.

Data availability statement

The original contributions presented in the study are included in the article (see Section 2.4); further inquiries can be directed to the corresponding author.

Ethics statement

Ethical approval was not required for the study involving humans in accordance with the local legislation and institutional requirements. Written informed consent to participate in this study was not required from the participants or the participants’ legal guardians/next of kin in accordance with the national legislation and the institutional requirements.

Author contributions

IA: Conceptualization, Data curation, Formal analysis, Funding acquisition, Investigation, Methodology, Project administration, Software, Supervision, Validation, Visualization, Writing – original draft, Writing – review & editing. JM: Data curation, Resources, Writing – review & editing. BF: Conceptualization, Methodology, Writing – review & editing. JA: Conceptualization, Data curation, Investigation, Methodology, Resources, Writing – review & editing.

Funding

The author(s) declare that financial support was received for the research, authorship, and/or publication of this article. Support for this research was provided by the National Institutes of Health (NIH), specifically the National Institute on Aging (NIA; R56AG068261 and RF1AG068261). Additional support was provided in part by the NIA (R01AG057672, RF1AG072056, RF1AG082223, R21AG082082, R56AG064027, R01AG064027, R01AG008122, R01AG016495, and R01AG070988), the BRAIN Initiative Cell Census/Atlas Network (U01MH117023 and UM1MH130981), the Brain Initiative Brain Connects consortium (U01NS132181 and UM1NS132358), the National Institute for Biomedical Imaging and Bioengineering (P41EB015896, R01EB023281, R01EB006758, R21EB018907, R01EB019956, P41EB030006), the National Institute of Mental Health (R01MH121885, and RF1MH123195), the National Institute for Neurological Disorders and Stroke (R01NS0525851, R21NS072652, R01NS070963, R01NS083534, U01NS086625, U24NS10059103, U24NS135561, and R01NS105820), the NIH Blueprint for Neuroscience Research (U01MH093765), part of the multi-institutional Human Connectome Project, and the Michael J. Fox Foundation for Parkinson’s Research (MJFF-021226). Computational resources were provided by the Massachusetts Life Sciences Center. The HCP WU-Minn Consortium (U54MH091657) was funded by the 16 NIH Institutes and Centers that support the NIH Blueprint for Neuroscience Research; and by the McDonnell Center for Systems Neuroscience at Washington University.

Conflict of interest

BF is a medical advisor to DeepHealth, a company whose medical pursuits focus on brain imaging and measurement technologies. His interests were reviewed and are managed by Massachusetts General Hospital and Mass General Brigham in accordance with their conflict-of-interest policies.

The remaining 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.

The author(s) declared that they were an editorial board member of Frontiers, at the time of submission. This had no impact on the peer review process and the final decision.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

Aganj, I., and Fischl, B. (2021). Multi-atlas image soft segmentation via computation of the expected label value. IEEE Trans. Med. Imaging 40, 1702–1710. doi: 10.1109/TMI.2021.3064661

PubMed Abstract | Crossref Full Text | Google Scholar

Aganj, I., Iglesias, J. E., Reuter, M., Sabuncu, M. R., and Fischl, B. (2017). Mid-space-independent deformable image registration. NeuroImage 152, 158–170. doi: 10.1016/j.neuroimage.2017.02.055

PubMed Abstract | Crossref Full Text | Google Scholar

Aganj, I., Lenglet, C., Jahanshad, N., Yacoub, E., Harel, N., Thompson, P. M., et al. (2011). A Hough transform global probabilistic approach to multiple-subject diffusion MRI tractography. Med. Image Anal. 15, 414–425. doi: 10.1016/j.media.2011.01.003

PubMed Abstract | Crossref Full Text | Google Scholar

Aganj, I., Lenglet, C., Sapiro, G., Yacoub, E., Ugurbil, K., and Harel, N. (2010). Reconstruction of the orientation distribution function in single- and multiple-shell q-ball imaging within constant solid angle. Magn. Reson. Med. 64, 554–566. doi: 10.1002/mrm.22365

PubMed Abstract | Crossref Full Text | Google Scholar

Aganj, I., Mora, J., Frau-Pascual, A., and Fischl, B. (2023). Exploratory correlation of the human structural connectome with non-MRI variables in Alzheimer's disease. Alzheim. Dement. Diagnos. Assess. Dis. Monitor. 15:e12511. doi: 10.1002/dad2.12511

PubMed Abstract | Crossref Full Text | Google Scholar

Aganj, I, Prasad, G, Srinivasan, P, Yendiki, A, Thompson, PM, and Fischl, B (2014). “Structural brain network augmentation via Kirchhoff’s laws” in Annual Meeting of the International Society for Magnetic Resonance in Medicine.

Google Scholar

Ariz, M., Abad, R. C., Castellanos, G., Martínez, M., Muñoz-Barrutia, A., Fernández-Seara, M. A., et al. (2019). Dynamic atlas-based segmentation and quantification of Neuromelanin-rich brainstem structures in Parkinson disease. IEEE Trans. Med. Imaging 38, 813–823. doi: 10.1109/TMI.2018.2872852

PubMed Abstract | Crossref Full Text | Google Scholar

Aston-Jones, G., and Cohen, J. D. (2005). An integrative theory of locus coeruleus-norepinephrine function: adaptive gain and optimal performance. Annu. Rev. Neurosci. 28, 403–450. doi: 10.1146/annurev.neuro.28.061604.135709

PubMed Abstract | Crossref Full Text | Google Scholar

Ashburner, J., Barnes, G., Chen, CC., Daunizeau, J., Flandin, G., Friston, K., et al. (2014). SPM12 manual. Wellcome Trust Centre for Neuroimaging. London, UK. 2464.

Google Scholar

Betts, M. J., Cardenas-Blanco, A., Kanowski, M., Jessen, F., and 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. doi: 10.1016/j.neuroimage.2017.09.042

PubMed Abstract | Crossref Full Text | Google Scholar

Betts, M. J., Kirilina, E., Otaduy, M. C. G., Ivanov, D., Acosta-Cabronero, J., Callaghan, M. F., et al. (2019). Locus coeruleus imaging as a biomarker for noradrenergic dysfunction in neurodegenerative diseases. Brain 142, 2558–2571. doi: 10.1093/brain/awz193

PubMed Abstract | Crossref Full Text | Google Scholar

Braak, H., and Del Tredici, K. (2011). Alzheimer’s pathogenesis: is there neuron-to-neuron propagation? Acta Neuropathol. 121, 589–595. doi: 10.1007/s00401-011-0825-z

PubMed Abstract | Crossref Full Text | Google Scholar

Braak, H., Thal, D. R., Ghebremedhin, E., and Del Tredici, K. (2011). Stages of the pathologic process in Alzheimer disease: age categories from 1 to 100 years. J. Neuropathol. Exp. Neurol. 70, 960–969. doi: 10.1097/NEN.0b013e318232a379

PubMed Abstract | Crossref Full Text | Google Scholar

Braak, H., Tredici, K. D., Rüb, U., de Vos, R. A. I., Jansen Steur, E. N. H., and Braak, E. (2003). Staging of brain pathology related to sporadic Parkinson’s disease. Neurobiol. Aging 24, 197–211. doi: 10.1016/S0197-4580(02)00065-9

Crossref Full Text | Google Scholar

Brooks, J. C. W., Davies, W.-E., and Pickering, A. E. (2017). Resolving the brainstem contributions to attentional analgesia. J. Neurosci. 37, 2279–2291. doi: 10.1523/JNEUROSCI.2193-16.2016

PubMed Abstract | Crossref Full Text | Google Scholar

Chen, X., Huddleston, D. E., Langley, J., Ahn, S., Barnum, C. J., Factor, S. A., et al. (2014). Simultaneous imaging of locus coeruleus and substantia nigra with a quantitative neuromelanin MRI approach. Magn. Reson. Imaging 32, 1301–1306. doi: 10.1016/j.mri.2014.07.003

PubMed Abstract | Crossref Full Text | Google Scholar

Dahl, M. J., Mather, M., Düzel, S., Bodammer, N. C., Lindenberger, U., Kühn, S., et al. (2019). Rostral locus coeruleus integrity is associated with better memory performance in older adults. Nat. Hum. Behav. 3, 1203–1214. doi: 10.1038/s41562-019-0715-2

PubMed Abstract | Crossref Full Text | Google Scholar

Dünnwald, M., Ernst, P., Düzel, E., Tönnies, K., Betts, M. J., and Oeltze-Jafra, S. (2021). Fully automated deep learning-based localization and segmentation of the locus coeruleus in aging and Parkinson’s disease using neuromelanin-sensitive MRI. Int. J. Comput. Assist. Radiol. Surg. 16, 2129–2135. doi: 10.1007/s11548-021-02528-5

PubMed Abstract | Crossref Full Text | Google Scholar

Fernandes, P., Regala, J., Correia, F., and Gonçalves-Ferreira, A. J. (2012). The human locus coeruleus 3-D stereotactic anatomy. Surg. Radiol. Anat. 34, 879–885. doi: 10.1007/s00276-012-0979-y

PubMed Abstract | Crossref Full Text | Google Scholar

Fischl, B. (2012). FreeSurfer. NeuroImage 62, 774–781. doi: 10.1016/j.neuroimage.2012.01.021

PubMed Abstract | Crossref Full Text | Google Scholar

Galgani, A., Lombardo, F., Della Latta, D., Martini, N., Bonuccelli, U., Fornai, F., et al. (2020). Locus Coeruleus magnetic resonance imaging in neurological diseases. Curr. Neurol. Neurosci. Rep. 21:2. doi: 10.1007/s11910-020-01087-7

PubMed Abstract | Crossref Full Text | Google Scholar

Gesi, M., Soldani, P., Giorgi, F. S., Santinami, A., Bonaccorsi, I., and Fornai, F. (2000). The role of the locus coeruleus in the development of Parkinson's disease. Neurosci. Biobehav. Rev. 24, 655–668. doi: 10.1016/S0149-7634(00)00028-2

Crossref Full Text | Google Scholar

Giorgi, F. S., Ryskalin, L., Ruffoli, R., Biagioni, F., Limanaqi, F., Ferrucci, M., et al. (2017). The neuroanatomy of the reticular nucleus locus Coeruleus in Alzheimer’s disease. Front. Neuroanat. 11:80. doi: 10.3389/fnana.2017.00080

PubMed Abstract | Crossref Full Text | Google Scholar

Grudzien, A., Shaw, P., Weintraub, S., Bigio, E., Mash, D. C., and Mesulam, M. M. (2007). Locus coeruleus neurofibrillary degeneration in aging, mild cognitive impairment and early Alzheimer's disease. Neurobiol. Aging 28, 327–335. doi: 10.1016/j.neurobiolaging.2006.02.007

PubMed Abstract | Crossref Full Text | Google Scholar

Henschel, L., Conjeti, S., Estrada, S., Diers, K., Fischl, B., and Reuter, M. (2020). FastSurfer—a fast and accurate deep learning based neuroimaging pipeline. NeuroImage 219:117012. doi: 10.1016/j.neuroimage.2020.117012

PubMed Abstract | Crossref Full Text | Google Scholar

Jacobs, H. I. L., Becker, J. A., Kwong, K., Munera, D., Ramirez-Gomez, L., Engels-Domínguez, N., et al. (2023). Waning locus coeruleus integrity precedes cortical tau accrual in preclinical autosomal dominant Alzheimer's disease. Alzheimers Dement. 19, 169–180. doi: 10.1002/alz.12656

PubMed Abstract | Crossref Full Text | Google Scholar

Kelly, S. C., Nelson, P. T., and Counts, S. E. (2017). The locus coeruleus: a link between cerebrovascular and neuronal pathology in preclinical Alzheimer's disease. Alzheimers Dement. 13:P917. doi: 10.1016/j.jalz.2017.07.344

Crossref Full Text | Google Scholar

Keren, N. I., Lozar, C. T., Harris, K. C., Morgan, P. S., and Eckert, M. A. (2009). In vivo mapping of the human locus coeruleus. NeuroImage 47, 1261–1267. doi: 10.1016/j.neuroimage.2009.06.012

Crossref Full Text | Google Scholar

Krebs, R. M., Park, H. R. P., Bombeke, K., and Boehler, C. N. (2018). Modulation of locus coeruleus activity by novel oddball stimuli. Brain Imag. Behav. 12, 577–584. doi: 10.1007/s11682-017-9700-4

Crossref Full Text | Google Scholar

Langley, J., Huddleston, D. E., Liu, C. J., and Hu, X. (2017). Reproducibility of locus coeruleus and substantia nigra imaging with neuromelanin sensitive MRI. MAGMA 30, 121–125. doi: 10.1007/s10334-016-0590-z

PubMed Abstract | Crossref Full Text | Google Scholar

Lee, HW, Sabuncu, MR, and Dalca, AV (2019). Few Labeled Atlases are Necessary for Deep-Learning-Based Segmentation. ML4H: Machine Learning for Health (Workshop at NeurIPS). arXiv [Preprint]. doi: 10.48550/arXiv.1908.04466

Crossref Full Text | Google Scholar

Levinson, S., Miller, M., Iftekhar, A., Justo, M., Arriola, D., Wei, W., et al. (2023). A structural connectivity atlas of limbic brainstem nuclei. Front. Neuroimag. 1:1009399. doi: 10.3389/fnimg.2022.1009399

Crossref Full Text | Google Scholar

Liu, K. Y., Acosta-Cabronero, J., Cardenas-Blanco, A., Loane, C., Berry, A. J., Betts, M. J., et al. (2019). In vivo visualization of age-related differences in the locus coeruleus. Neurobiol. Aging 74, 101–111. doi: 10.1016/j.neurobiolaging.2018.10.014

PubMed Abstract | Crossref Full Text | Google Scholar

Liu, K. Y., Marijatta, F., Hämmerer, D., Acosta-Cabronero, J., Düzel, E., and Howard, R. J. (2017). Magnetic resonance imaging of the human locus coeruleus: a systematic review. Neurosci. Biobehav. Rev. 83, 325–355. doi: 10.1016/j.neubiorev.2017.10.023

PubMed Abstract | Crossref Full Text | Google Scholar

Morris, L. S., Tan, A., Smith, D. A., Grehl, M., Han-Huang, K., Naidich, T. P., et al. (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. doi: 10.1016/j.nicl.2019.102148

PubMed Abstract | Crossref Full Text | Google Scholar

Nakane, T., Nihashi, T., Kawai, H., and Naganawa, S. (2008). Visualization of Neuromelanin in the substantia Nigra and locus Ceruleus at 1.5T using a 3D-gradient Echo sequence with magnetization transfer contrast. Magn. Reson. Med. Sci. 7, 205–210. doi: 10.2463/mrms.7.205

PubMed Abstract | Crossref Full Text | Google Scholar

Priovoulos, N., Jacobs, H. I. L., Ivanov, D., Uludağ, K., Verhey, F. R. J., and Poser, B. A. (2018). High-resolution in vivo imaging of human locus coeruleus by magnetization transfer MRI at 3T and 7T. NeuroImage 168, 427–436. doi: 10.1016/j.neuroimage.2017.07.045

Crossref Full Text | Google Scholar

Ronneberger, O, Fischer, P, and Brox, T (eds.) (2015). U-Net: Convolutional Networks for Biomedical Image Segmentation. Cham: Springer International Publishing

Google Scholar

Sara, S. J. (2009). The locus coeruleus and noradrenergic modulation of cognition. Nat. Rev. Neurosci. 10, 211–223. doi: 10.1038/nrn2573

Crossref Full Text | Google Scholar

Sasaki, M., Shibata, E., Kudo, K., and Tohyama, K. (2008). Neuromelanin-sensitive MRI. Clin. Neuroradiol. 18, 147–153. doi: 10.1007/s00062-008-8018-4

Crossref Full Text | Google Scholar

Sasaki, M., Shibata, E., Tohyama, K., Takahashi, J., Otsuka, K., Tsuchiya, K., et al. (2006). Neuromelanin magnetic resonance imaging of locus ceruleus and substantia nigra in Parkinson's disease. Neuroreport 17, 1215–1218. doi: 10.1097/01.wnr.0000227984.84927.a7

Crossref Full Text | Google Scholar

Schwarz, S. T., Xing, Y., Tomar, P., Bajaj, N., and Auer, D. P. (2017). In vivo assessment of brainstem depigmentation in Parkinson disease: potential as a severity marker for multicenter studies. Radiology 283, 789–798. doi: 10.1148/radiol.2016160662

PubMed Abstract | Crossref Full Text | Google Scholar

Sibahi, A., Gandhi, R., Al-Haddad, R., Therriault, J., Pascoal, T., Chamoun, M., et al. (2023). Characterization of an automated method to segment the human locus coeruleus. Hum. Brain Mapp. 44, 3913–3925. doi: 10.1002/hbm.26324

PubMed Abstract | Crossref Full Text | Google Scholar

Sun, W., Tang, Y., Qiao, Y., Ge, X., Mather, M., Ringman, J. M., et al. (2020). A probabilistic atlas of locus coeruleus pathways to transentorhinal cortex for connectome imaging in Alzheimer's disease. NeuroImage 223:117301. doi: 10.1016/j.neuroimage.2020.117301

PubMed Abstract | Crossref Full Text | Google Scholar

Theofilas, P., Ehrenberg, A. J., Dunlop, S., Di Lorenzo Alho, A. T., Nguy, A., Leite, R. E. P., et al. (2017). Locus coeruleus volume and cell population changes during Alzheimer's disease progression: a stereological study in human postmortem brains with potential implication for early-stage biomarker discovery. Alzheimers Dement. 13, 236–246. doi: 10.1016/j.jalz.2016.06.2362

PubMed Abstract | Crossref Full Text | Google Scholar

Tona, K.-D., Keuken, M. C., de Rover, M., Lakke, E., Forstmann, B. U., Nieuwenhuis, S., et al. (2017). In vivo visualization of the locus coeruleus in humans: quantifying the test–retest reliability. Brain Struct. Funct. 222, 4203–4217. doi: 10.1007/s00429-017-1464-5

PubMed Abstract | Crossref Full Text | Google Scholar

Tona, K.-D., van Osch, M. J. P., Nieuwenhuis, S., and Keuken, M. C. (2019). Quantifying the contrast of the human locus coeruleus in vivo at 7 tesla MRI. PLoS One 14:e0209842. doi: 10.1371/journal.pone.0209842

PubMed Abstract | Crossref Full Text | Google Scholar

van der Zwaag, W., Schäfer, A., Marques, J. P., Turner, R., and Trampel, R. (2016). Recent applications of UHF-MRI in the study of human brain function and structure: a review. NMR Biomed. 29, 1274–1288. doi: 10.1002/nbm.3275

PubMed Abstract | Crossref Full Text | Google Scholar

Van Essen, D. C., Smith, S. M., Barch, D. M., Behrens, T. E. J., Yacoub, E., and Ugurbil, K. (2013). The WU-Minn human connectome project: an overview. NeuroImage 80, 62–79. doi: 10.1016/j.neuroimage.2013.05.041

Crossref Full Text | Google Scholar

Vercauteren, T., Pennec, X., Perchant, A., and Ayache, N. (2009). Diffeomorphic demons: efficient non-parametric image registration. NeuroImage 45, S61–S72. doi: 10.1016/j.neuroimage.2008.10.040

Crossref Full Text | Google Scholar

Vermeiren, Y., and De Deyn, P. P. (2017). Targeting the norepinephrinergic system in Parkinson's disease and related disorders: the locus coeruleus story. Neurochem. Int. 102, 22–32. doi: 10.1016/j.neuint.2016.11.009

Crossref Full Text | Google Scholar

Xie, Y, Yang, B, Guan, Q, Zhang, J, Wu, Q, and Xia, Y (2023). Attention mechanisms in medical image segmentation: a survey. arXiv [Preprint]. doi: 10.48550/arXiv.2305.17937

Crossref Full Text | Google Scholar

Ye, R., Rua, C., O'Callaghan, C., Jones, P. S., Hezemans, F. H., Kaalund, S. S., et al. (2021). An in vivo probabilistic atlas of the human locus coeruleus at ultra-high field. NeuroImage 225:117487. doi: 10.1016/j.neuroimage.2020.117487

PubMed Abstract | Crossref Full Text | Google Scholar

Zecca, L., Stroppolo, A., Gatti, A., Tampellini, D., Toscani, M., Gallorini, M., et al. (2004). The role of iron and copper molecules in the neuronal vulnerability of locus coeruleus and substantia nigra during aging. Proc. Natl. Acad. Sci. 101, 9843–9848. doi: 10.1073/pnas.0403495101

PubMed Abstract | Crossref Full Text | Google Scholar

Zucca, F. A., Bellei, C., Giannelli, S., Terreni, M. R., Gallorini, M., Rizzio, E., et al. (2006). Neuromelanin and iron in human locus coeruleus and substantia nigra during aging: consequences for neuronal vulnerability. J. Neural Transm. 113, 757–767. doi: 10.1007/s00702-006-0453-2

PubMed Abstract | Crossref Full Text | Google Scholar

Keywords: locus coeruleus (LC), image segmentation, magnetic resonance imaging (MRI), expected label value (ELV), U-Net

Citation: Aganj I, Mora J, Fischl B and Augustinack JC (2024) Automatic geometry-based estimation of the locus coeruleus region on T1-weighted magnetic resonance images. Front. Neurosci. 18:1375530. doi: 10.3389/fnins.2024.1375530

Received: 24 January 2024; Accepted: 09 April 2024;
Published: 07 May 2024.

Edited by:

Chunqi Qian, Michigan State University, United States

Reviewed by:

Hengda He, Columbia University, United States
Junjie Wu, Emory University, United States

Copyright © 2024 Aganj, Mora, Fischl and Augustinack. 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) and the copyright owner(s) 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: Iman Aganj, iaganj@mgh.harvard.edu

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.