Open Access
3 April 2019 Automated registration of magnetic resonance imaging and optoacoustic tomography data for experimental studies
Wuwei Ren, Hlynur Skulason, Felix Schlegel, Markus Rudin, Jan Klohs, Ruiqing Ni
Author Affiliations +
Abstract
Multimodal imaging combining optoacoustic tomography (OAT) with magnetic resonance imaging (MRI) enables spatiotemporal resolution complementarity, improves accurate quantification, and thus yields more insights into physiology and pathophysiology. However, only manual landmark based coregistration of OAT-MRI has been used so far. We developed a toolbox (RegOA), which frames an automated registration pipeline to align OAT with high-field MR images based on mutual information. We assessed the performance of the registration method using images acquired on one phantom with fiducial markers and in vivo/ex vivo data of mouse heads/brain. The accuracy and robustness of the registration are improved using a two-step registration method with preprocessing of OAT and MRI data. The major advantages of our approach are minimal user input and quantitative assessment of the registration error. The registration with MR and standard reference atlas enables regional information extraction, facilitating the accurate, objective, and rapid analysis of large groups of rodent OAT and MR images.

1.

Introduction

Photoacoustic or optoacoustic tomography (OAT) is an emerging imaging modality with applications both in the preclinical arena and in the clinical settings.13 OAT is based on photoacoustic effect: the energy absorbed by an endogenous chromophore in the tissue (for example, oxy/deoxy-hemoglobin) or by an exogenous probe following excitation by short-pulsed light is transformed in part into heat, leading to a transient thermoelastic expansion and the subsequent generation of broadband pressure waves, which can be detected by ultrasound transducers.4 The use of reconstruction algorithms, whether through a straightforward backprojection or using sophisticated model-based procedures, enables localization of photoabsorbing materials in deep tissue. OAT is particularly attractive for (neuro)imaging of rodents as it combines the sensitivity and tissue coverage of optical imaging with high spatial resolution provided by ultrasound,59 enabling versatile applications. For example, OAT allows studying cerebral hemodynamics,3 neural activity based on calcium activity,10 activity of enzymes such as metalloproteinase,11 or blood brain barrier integrity12 in animal models in vivo. Similarly, the method yields phenotypic readouts of pathology, such as the deposition of amyloid beta in murine models of Alzheimer’s disease13 or hypoxia in experimental glioblastoma.14

Accurate quantitative analysis of OAT signals is essential for applications in understanding physiology under normal condition and disease states.15,16 A prerequisite for quantitative analysis is the accurate allocation of OAT signals to anatomical structures. However, this is hampered by the inherent low soft tissue contrast of OAT for most tissues, which renders quantification challenging. Combining OAT with imaging modalities providing high anatomical definition, such as magnetic resonance imaging (MRI) or x-ray computed tomography (CT), will account for the limitation of OAT and thus enable more precise quantification. Moreover, properly registered multimodal imaging data allow obtaining structural, physiological, and molecular information from the same animal, increasing the scientific value of the investigation and reducing the number of animals needed for a study. The methods for registering OAT-MRI reported so far were all based on landmarks in the images,11,1719 and hence depend largely on manual input. Unbiased automated registration of OAT data with MRI or other modalities is still lacking.

Registration methodologies can be generally classified into feature- or intensity-based approaches.20 Automated feature-based registration requires extraction of features, such as edges, regions, and centroids, through gradient-based methods or segmentation.21,22 Feature extraction is time-consuming and the algorithm selected may differ from case to case.23 In contrast, intensity-based registration is a universal alternative not requiring feature identification. The principle of automated intensity-based registration is to seek a geometrical transformation in an iterative manner by minimizing (or maximizing) a similarity metric. Commonly used similarity metrics for mono- or multimodal registration include sum-of-square-difference, correlation coefficient, cross correlation, correlation ratio, mutual information (MI), and manifold-based measures.20,24 The MI-based registration tries to maximize the amount of shared information between two images by evaluating the Shannon entropy derived from the joint probability distribution of the image intensity.20 MI has been proven robust for registering multimodal images using MRI-positron emission tomography (PET) and CT-PET.24

To address the challenges of coregistering rodent brain images acquired using OAT and MRI, we developed an automated OAT-MRI registration toolbox “RegOA” based on MI. The performance of the registration toolbox was assessed using a phantom with fiducial markers and, for mouse head/brain images, both in vivo and ex vivo. The accuracy of the algorithm was evaluated quantitatively by metrics, such as the target registration error (TRE) and the Euclidean effectiveness ratio (EER).25 The robustness of the registration algorithm was tested by rotating the OAT images against fixed MRI images. RegOA also supports exporting the files to other well-established image analysis/registration platforms, such as AFNI26 and SPM.27

2.

Methods

2.1.

Framework of Registration

We have developed RegOA, an open-source software toolbox for OAT-MRI registration based on MATLAB (MathWorks, Massachusetts, version: R2018a). The framework of RegOA is shown in Fig. 1. Raw data containing two-dimensional (2-D) or three-dimensional (3-D) MRI and OAT image stacks were preprocessed, which included adaptive filtering and segmentation of the region of interest. The preprocessed images were then registered using a two-step strategy based on MI (or M3 method, explained in “registration algorithm”). The registration results can be visualized and evaluated with metrics such as TRE and EER.25 We have also implemented registration of OAT images to a standard MRI brain atlas for further analysis. Finally, RegOA allows exporting registered results in a NIfTI format to other widely used imaging analysis toolbox, such as SPM27 and AFNI,26 for volume-based morphometry and voxel-based analysis.

Fig. 1

The workflow for automatic registration. The gray boxes indicate dataset generated at different steps in the workflow and the white boxes represent the corresponding image processing technique.

NPH_6_2_025001_f001.png

2.1.1.

Preprocessing

Each slice of MRI and OAT stacks was preprocessed to remove noise and to segment the subject from the background. Many sophisticated nonlinear filters have been developed for denoising MRI images; here, we have adopted a 2-D adaptive low-pass Wiener filter that estimates the local mean and variance around each pixel and removes the stochastic noise in MR images without losing important features of the subject.2830 Then the MRI slices were segmented using an active contour model or “snakes,” which evolves the segmentation result iteratively (details in supplementary material, Sec. 1 in Ref. 31). The initial contour is provided by the user by drawing a coarse contour around the object. The maximum iteration cycle number was set to 50. OAT data displayed ripple-shaped artifacts arising from limitation of OAT instrumentation, reconstruction algorithm, and minor speckle noise. Therefore, a “Canny edge” detector (Gaussian filter, size 7×7  pixels) instead of the low-pass Wiener filter was applied to OAT images to identify clean and well-defined edges of the object and successfully discard fictitious edges from the image.32 Thereafter, segmentation using snakes identical to the one used in MRI preprocessing was applied (supplementary Fig. 2 in Ref. 33).

Fig. 2

The GUI of registration toolbox RegOA. The blue panels (1) are displayed images, including loaded OAT and MRI data and the registration result. The drop-down button (2) controls different display options for (1). Status lamps (3) display the status of a certain function: green notifies accomplishment while red denotes an unfinished state. Normal buttons are for functions, including loading OAT and MRI datasets, preprocessing, registration, exporting files in NIfTI format, evaluation of registration quality, and image saving.

NPH_6_2_025001_f002.png

2.1.2.

Registration algorithm

To implement automated intensity-based registration, we used MI, which is a commonly used similarity metric or cost function for the multimodal registration problem. MI-based registration measures the statistical dependence between the intensities of corresponding voxels in both images. It is assumed that for well-aligned images the value of MI becomes maximal. MI was calculated as

Eq. (1)

MI(A,B)=H(A)+H(B)H(A,B),
where H(A) and H(B) denote the entropies of image A and B (in our case, MRI and OAT images, respectively) and H(A,B) is the joint entropy of both images.34 The MR image was set as the fixed image (reference) and the OAT image as the floating image during registration. The floating image underwent affine transformation, i.e., translation, rotation, and scaling. The application of affine transformation has been shown to yield robust results for the registration of rodent brain images acquired using OAT and MRI.11,13,18 In addition, a one-plus-one evolutionary optimization algorithm was applied to search for the transformation parameters. The final parameters for the transformation are generated by iteratively perturbing or mutating the parameters from the last iteration (the parent).35 For the evolutionary optimization, the growth factor, minimum size, and initial value of the search radius were set to 1.05, 1.5×106, and 6.25×103, respectively. The maximum number of iterations for optimization was set to 100. As MI-based methods have not yet been applied in the context of multimodal registration involving OAT, we evaluated three alternative methods:

  • M1: direct MI-based registration method without preprocessing of MRI and OAT images.

  • M2: direct MI-based registration method with preprocessed MRI and OAT images.

  • M3: two-step MI-based registration method with preprocessed MRI and OAT images.

For M3, the first step was to obtain a primary transformation matrix using masks (segmented binary images) generated in the preprocessing step for MRI and OAT images. The metric for the primary transformation is mean squared difference.20 The second step was to apply MI-based registration to the result from the first step. The settings of metrics and optimization in second step of M3 are identical to those used in M1 and M2.

2.1.3.

Graphic user interface

A user-friendly graphic user interface (GUI) was developed to facilitate the implementation of RegOA. The functions and features in the GUI were designed to map the registration process from loading of OAT and MRI datasets, preprocessing, registration, exporting files in NIfTI format, evaluation of registration quality, to image saving, and visualization at different stages (Fig. 2).

2.2.

Phantom

To assess the performance of the OAT-MRI registration method, a phantom with fiducial markers was measured using OAT and MRI systems. The dimensions of the phantom were 13×14.5×40  mm3, with a curved top surface of 30-mm diameter mimicking a mouse head. A cross section of the phantom is shown in Fig. 3(a) with three parallel holes of 1.4-mm diameter for incorporating contrast agents. The phantom was made of 50 mL water with 3% agar and 3 mL intralipid (Sigma-Aldrich, Switzerland) using a home-designed mould [Fig. 3(b)]. Three polyester tubes (diameter: 1.2 mm) were inserted into the mould before pouring heated agar solution. A solution containing optoacoustic visible gold nanoparticle Ntracker DM50 (10  μL, Nanopartz, excitation peak: 775 nm) and MRI contrast agent gadolinium-DTPA (5  μL, Guerbet, France) was prepared in 200  μL phosphate-buffered saline (PBS) and injected into polyester tubes after cooling.

Fig. 3

Phantom design and fabrication: (a) the cross section of the phantom with three inclusions and (b) an aluminum mould used for fabricating the phantom. Three polyester tubes were inserted as the contrast inclusions.

NPH_6_2_025001_f003.png

2.3.

Animal Model

All procedures conformed to the national guidelines of the Swiss Federal Act on animal protection and were approved by the Cantonal Veterinary Office Zurich (Permit No. 18-2014). Three C57BL/6J mice (Janvier, France), weighting 20 to 25 g, 8 to 10 weeks of age were used. Animals were housed in ventilated cages inside a temperature-controlled room, under a 12-h dark/light cycle. Pelleted food (3437PXL15, CARGILL) and water were provided ad libitum.

2.4.

Ex Vivo Mouse Brain

A whole mouse brain was imaged ex vivo with OAT after removal of the skull. The brain was embedded in agar 3% in PBS (pH 7.4). A tube for holding the mouse brain was made from agar using a mold consisting of a 20- and a 5-mL syringe that were aligned coaxially resulting in an agar tube of 25/15-mm outer/inner diameter. The mouse brain was placed in coronal orientation inside the agar tube, which was filled with PBS for removing any residual air. The agar tube was removed from syringe prior to OAT and MR imaging.

2.5.

Optoacoustic Tomography

For OAT imaging of both phantom and brain, slice-by-slice 2-D imaging setting was used. The in-plane resolution is 100×100  μm2. For imaging of the phantom with fiducial markers, laser excitation pulses of 9 ns were delivered at seven wavelengths (680, 715, 730, 775, 800, 850, and 900 nm), step size=0.3  mm moving along horizontal direction, field of view=20  mm×20  mm, 10 averages, and scan time=20  min. For ex vivo mouse brain, the agar tube containing mouse brain was fixed into the supplied rigid phantom holder and placed into the imaging chamber of the OAT system. Laser excitation pulses of 9 ns were delivered at six wavelengths (680, 715, 730, 760, 800, and 850 nm) in coronal orientation, step size=0.3  mm moving along horizontal direction, field of view=20  mm×20  mm, resolution 100  μm, 10 averages, and scan time=20  min. For in vivo mouse brain, laser excitation pulses of 9 ns were delivered at five wavelengths (715, 730, 760, 800, and 850 nm) in coronal orientation, step size=0.3  mm moving along horizontal direction, field of view=20  mm×20  mm, 10 averages, and scan time=20  min.

2.6.

Magnetic Resonance Imaging

All MRI scans were performed on a 7/16 small animal MR Pharmascan (Bruker Biospin GmbH, Ettlingen, Germany) equipped with an actively shielded gradient capable of switching 760  mT/m with a 80-μs rise time and operated by a ParaVision 6.0 software platform (Bruker Biospin GmbH, Ettlingen, Germany). A circular polarized volume resonator was used for signal transmission, and an actively decoupled mouse brain quadrature surface coil with integrated combiner and preamplifier was used for signal receiving.

For imaging of phantom with fiducial marker, T1-weighted MR imaging was performed. A 3-D volume was acquired using fast low-angle shot sequence in combination with slice selective excitation of a 20-mm-thick volume. The imaging parameters were: echo time=3.493  ms, repetition time=50  ms; flip angle=20  deg; field of view=20×20×30  mm3, matrix=100×100×150, giving an isotropic spatial resolution=200×200×200  μm3, average=1, axial orientation, and scan time=13  min 50 s.

Both the in vivo and ex vivo T2-weighted MR images of mouse brain/head were obtained using a 2-D spin echo sequence (Turbo rapid acquisition with refocused echoes) with imaging parameters: RARE factor=8, echotime=36  ms, repetition time=2627.7  ms, 6 averages, slice thickness=0.7  mm, no slice gap, field of view=20×20  mm2, matrix=512×512, giving an in-plane spatial resolution=39×39  μm2, out-of-plane resolution=0.7  mm (slice thickness), within a scan time=12  min 36 s. For ex vivo MRI, the whole mouse brain was placed in a 10-mL syringe filled with perfluoropolyether (Fomblin Y, LVAC 16/6, average molecular weight 2700, Sigma-Aldrich, Switzerland). For in vivo MRI, mice were anesthetized with an initial dose of 4% isoflurane (Abbott, Cham, Switzerland) in oxygen/air (200/800  mL/min) mixture and were maintained at 1.5% isoflurane in oxygen/air (100/400  mL/min). Mice were next placed in prone position on a water-heated support to keep body temperature within 36.5°C±0.5°C, monitored with a rectal temperature probe.

2.7.

Optoacoustic Tomography Reconstruction

OAT images were reconstructed using a model-based linear algorithm using MSOT Viewer (iThera Medical GmbH, Germany).36 For in vivo mouse imaging data, linear unmixing was applied to resolve signals from oxygenated and deoxygenated-hemoglobin. For phantom imaging data, linear unmixing was applied to resolve signal from gold nanoparticle. For ex vivo brain imaging data, background image was resolved.

2.8.

Evaluation of Registration

We have assessed the performance of the three registration methods (M1, M2, and M3) using OAT and MR images of one phantom and three mouse head/brains. The three mouse brain registration tasks were (1) ex vivo OAT—ex vivo MRI, (2) ex vivo OAT–in vivo MRI, and (3) in vivo OAT–in vivo MRI. Task 2 aims to test if toolbox RegOA has a certain degree of freedom in registering different brain regions of interest. The registration performance was evaluated by the metrics of TRE and EER for each pair of landmarks. TRE is defined as the Euclidean distance between points (targets) that are used for registration algorithm.25 EER, the fraction of Euclidean error remaining after registration, is defined as one TRE gap between two corresponding targets divided by their original distance before registration.25

For phantom validation, the three inclusions were clearly visible in both OAT and MR images. The center of each inclusion served as ground-truth position of the registration targets. For mouse brain study, natural landmarks were manually selected as registration targets. Five anatomical landmarks were chosen (Fig. 4). We also tested the robustness of M3 by fixing the MR image and rotating the OAT image by an angle ranging from 90  deg to 90 deg, with an incremental step of 10 deg. Bilinear interpolation was applied for rotating the image. The original distance, TRE, and EER for five pairs of registration targets were calculated.

Fig. 4

Registration targets in four datasets for assessing the performance of different registration methods. Three inclusions served as registration targets for phantom study, and five natural landmarks were selected as targets based on the anatomy of in vivo and ex vivo mouse brain. The upper row shows the MR images of (a) phantom, (b) ex vivo brain, (c) segmented brain from in vivo case, and (d) in vivo head of mouse, with red crosses indicating the targets. The bottom row shows the paired OAT images of the upper row (e) phantom, (f) and (g) ex vivo brain, and (h) in vivo head of mouse, with blue crosses indicating the targets.

NPH_6_2_025001_f004.png

2.9.

Exporting, Registration, and Comparison with AFNI

We exported the preprocessed OAT and MR images as NIfTI format and loaded them to the program “3DAllineate” from the AFNI software package ( http://afni.nimh.nih.gov) to register in 2-D the OAT image to the corresponding MR image slice. Affine transformation was performed using two passes: a coarse pass with larger shifts followed by a fine pass to prevent local minima. MI was selected as the similarity metric. Other parameters were left at the default setting.

2.10.

Registration with a Brain Atlas

Spatial normalization of individual neuroimaging data by mapping to a standard reference atlas is commonly adopted when analyzing datasets across multiple subjects.37,38 Here, we tested the feasibility to register the ex vivo OAT brain image with a widely used high-resolution volumetric atlas segmented into 62 structures based on average MRI of 40 adult C57Bl/6J mice.37

3.

Results

3.1.

Evaluation of Registration Accuracy

We have tested three different MI-based registration methods (M1 to M3) using phantom with fiducial markers, as well as ex vivo and in vivo mouse brain. Both M1 and M2 performed poorly; the transformed OAT images were either highly distorted in the corner [in Figs. 5(b), 5(g), and 5(l)] or misaligned to a false anatomical structure [in Figs. 5(m), 5(q), and 5(r)]. Compared with M1 and M2, the first step of M3 has achieved higher success rate of registration already based on visual evaluation. The selected target pairs, either the fiducials in the phantom [Fig. 5(d)] or the landmarks in the brain [Figs. 5(i), 5(n), and 5(s)], were matched accurately in OAT and MR images. The second step of M3 [Figs. 5(e), 5(j), 5(o), and 5(t)] led to further significant improvements of registration accuracy when the registered object contains heterogeneous inner structure. For example, in the case of in vivo brain registration, the lower boundary of brain was better aligned in M3-step 2 [Fig. 5(t)] than in M3-step 1 [Fig. 5(s)].

Fig. 5

Comparison of different registration methods in different registration tasks. Rows (1) to (4) show the overlaid OAT (“HOT” scale) and MRI (gray) images of four tasks: (1) phantom, (2) ex vivo OAT–ex vivo MRI mouse brain, (3) ex vivo OAT–in vivo MR images of mouse brain, and (4) in vivo OAT–in vivo MRI mouse brain. The columns (left to right) display before registration and resulting images using M1, M2, and M3 registration, respectively. M1 and M2 resulted in misalignment due to the interference from the background noise and overdependence on the texture of inner structure obtained from different modalities, having different interpretation of intensity values.

NPH_6_2_025001_f005.png

To quantitatively assess the accuracy of registration methods (M1 to M3), TRE and EER were computed for the four cases (Table 1). M1 results in high value of TRE and EER values (Fig. 5, second column), whereas M2 registration using preprocessed data yielded lower mean values of TRE and EER. However, the standard deviation of EER was still large compared with the mean value of the respective metrics. For example, the M2 EER for phantom study was 105.22±819.54 with a standard deviation 8 times larger than the mean value. This indicates that at least one of the registration pairs was significantly misaligned [as observed in Fig. 5(c)]. Both steps 1 and 2 of M3 performed better than M1 and M2, with decreased mean values and standard deviations of TRE and EER. M3-step 2 further decreased TRE and EER based on the M3-step 1. For instance, in the case of ex vivo brain registration, the standard deviation of TRE and EER decreased from 5.20 and 42.87 to 2.81 and 23.52, respectively, after step 2. The in vivo brain registration showed a decrease in both mean value and standard deviation for TRE and EER from steps 1 to 2 (TRE: 17.11±11.36 to 10.84±8.34; EER: 32.51±14.96 to 19.70±11.19).

Table 1

Registration evaluation by measuring TRE and EER for different registration methods (M1, M2, and step 1 and step 2 of M3) and different cases (phantom, ex vivo brains, ex vivo/in vivo brains, and in vivo brains). The numbers of target pairs (T. pair) and the original distance for target pairs are given to better compare them to the TRE after registration. Data were presented as mean value ± standard deviation.

PhantomBrain ex vivo OAT–ex vivo MRIBrain ex vivo OAT–in vivo MRIBrain in vivo OAT–in vivo MRI
T. pairNumber3555
Original distance50.79±21.7432.31±18.47124.51±108.9152.26±20.17
M1TRE557.12±43.17669.66±207.62603.07±206.0756.25±11.14
EER (%)1330.72±819.543138.73±2475.351942.19±2792.27121.37±52.27
M2TRE45.04±27.5815.80±7.90115.18±86.7928.19±18.67
EER (%)105.22±819.5471.65±2475.35143.14±2792.2763.28±52.27
M3-step 1TRE18.97±12.009.06±5.20114.89±107.0517.11±11.36
EER (%)46.41±37.3537.91±42.8779.60±31.0232.51±14.96
M3-step 2TRE21.78±11.099.34±2.81115.02±107.6910.84±8.34
EER (%)52.70±39.0336.42±23.5275.27±32.3719.70±11.19

3.2.

Evaluation of Registration Robustness

The robustness of the registration method M3 was evaluated by rotating OAT image relative to the MR image by an angle ranging from 90  deg to 90 deg [Figs. 6(c)6(f)]. Upon rotating the OAT relative to the MR images, the initial distance varies in a sinusoidal manner [Fig. 6(a)]. Nevertheless, following the two-step registration procedure, the dependence of TRE (blue) on the rotation angle is weak with values <40  pixels, showing a significant decrease compared with the original distance. The second metric EER displayed a stronger dependence on the rotation angle than TRE, especially for the angle in the range of 20 deg to 50 deg. Lowest value of initial distance was observed in this range of the rotation angle, suggesting that OAT and MRI were already well-matched and thus resulted in high values of EER. The mean value and standard deviation for TRE and EER over the 180 deg were 17.42±6.38 and 22.81±10.68, respectively.

Fig. 6

Robustness test of registration method M3 at different rotational angles using in vivo OAT–in vivo MRI mouse brain images. OAT image was rotated with an angle ranging from 90  deg to 90 deg. (a) Variation of original distance and TRE between corresponding targets in OAT and MR images; (b) variation of EER; (c)–(f) exemplary OAT images at 90  deg, 45  deg, 45 deg, and 90 deg of rotation; (g)–(j) overlaid OAT/MR images after registration. Ori. Dis: original distance.

NPH_6_2_025001_f006.png

3.3.

Comparison of RegOA and AFNI

We have compared the performance of RegOA with an established registration tool used for aligning MRI-based brain data, AFNI. Accordingly, we have exported preprocessed datasets of the in vivo mouse brain study to AFNI and performed AFNI inbuilt MI-based registration. MI-based registration by AFNI [Fig. 7(a)] yielded registration results comparable to M2 by RegOA [Fig. 7(b)]; the alignment of OAT image to the MRI reference image was unsatisfactory, which becomes obvious when comparing the cortical surfaces. In contrast, the two-step M3 registration by RegOA yielded superior results, i.e., the contour in OAT image was matched better with that of MR image [Fig. 7(c)].

Fig. 7

Comparison of registration results using AFNI and RegOA for ex vivo OAT–ex vivo MRI mouse brain images. Images show the overlaid OAT (HOT scale) and MRI (gray) images after registration using (a) AFNI MI-based, (b) M2, and (c) M3 (after step 2).

NPH_6_2_025001_f007.png

3.4.

Registration with a Brain Atlas

Instead of mapping OAT mouse brain image to its own MR image, registering it to a standard anatomical atlas would be helpful for analyzing large data series and use of predefined regions of interest for quantitative analysis. Figure 8 shows the labeled regions in the brain atlas (indicated with different colors), MRI anatomical reference (Dorr’s), OAT image after M3 registration, and overlaid images.

Fig. 8

Registration of OAT of mouse brain with MRI atlas and corresponding segmentation. (a) MRI atlas Dorr’s C57B6J mice, (b) overlaid OAT image, (c) labeled segmentation based on the (a), and (d) overlaid OAT image with labeled segmentation. The regions of cortex and hippocampus were indicated by the contour.

NPH_6_2_025001_f008.png

4.

Discussion

The rapid deployment of OAT as stand-alone technique or as partner in multimodal imaging approaches in combination with modalities, such as MRI,11,17,18,39 Raman imaging,40,41 and optical coherence tomography,42 requires the development of an OAT-tailored automated and robust image registration method. Currently available comprehensive toolkits for automated registration focus on well-established imaging modalities, such as CT, MRI, PET, and single-photon emission computer tomography. Yet, methods such as AFNI and SPM cannot be translated in a straightforward manner to OAT due to method-specific issues in data reconstruction.43 To the best of our knowledge, the proposed RegOA is the first automated registration toolbox for OAT-MRI dataset alignment.

The benefits of combining PA with MRI or CT are as follows: MRI/CT provides (1) structural information with a higher soft tissue contrast compared to OAT. This is particularly useful for delineating brain regions and lesion areas in disease models, and thus providing more accurate analysis of regional hemodynamic and molecular data. (2) In addition, MRI is very versatile and can deliver a variety of other measures of tissue integrity, such as magnetic transfer rate and diffusion tensor imaging, susceptibility weighted imaging for hemorrhagic transformation, and lesions and hemodynamics, e.g., arterial spin labeling for cerebral blood flow, among many others, which cannot be attained by OAT in the same way and that can be very useful in future studies of experimental research on brain disease models. Limitations of MRI that can be addressed by OAT are as follows: (1) temporal resolution of MRI is not ideal for measuring fast functional changes, such as functional changes under stimulus and neuronal activities in the brain, which is higher in OAT; (2) both CT and MRI are not inherently very sensitive for detecting imaging probes whereas OAT is.

MI-based method was adopted for automated registration for its avoidance of the time-consuming feature extraction task and has proven its robustness in multimodal registration task. However, a pure MI-based registration has the following drawbacks: (1) applying MI metric becomes problematic if the intensity distribution in the two datasets is very different, e.g., the zero values presented in the subcortical region in OAT images that do not correspond to the intensities of the same region in MR images; (2) high sensitivity to the appearance of strong noise or artifacts (M1 method only uses MI metric without preprocessing); (3) only the intensity values of corresponding individual pixels but not the texture information were taken into account (M2 method uses MI metric with preprocessed images). Thus, an optimal preprocessing step becomes critical for a robust MI-based registration. In the framework of RegOA, different denoising strategies, Canny edge detector and Wiener filter, were applied to OAT and MR images, respectively, to remove different types of noise. An iterative snakes method was applied to segment images from both OAT and MRI. The resulting masks serve as the supportive information in the first step of M3 registration method. The proposed two-step MI-based method (M3) overcame the interference of the presented noise in OAT and MR images and used the spatial information obtained from the segmentation (mainly the boundary information, as OAT is highly sensitive to the object boundary). Low TRE and EER values revealed the advantages of M3 procedure.

The performance of RegOA was evaluated using phantom with fiducial markers and using ex vivo and in vivo mouse brain with anatomical landmarks. Fiducial markers containing nanoparticles provide contrast for various imaging modality and have been used for multimodal registration between MRI-photoacoustic-Raman and PET-optical imaging.41,44 The robustness of the registration method was analyzed by rotating OAT image relative to the MRI image; the registration method was able to correctly map the OAT to the corresponding MR image for a wide range of starting angles. As the polyethylene tube we used here for placing fiducial nanoprobe marker might cause artifact, one alternative is to use MR compatible physical fiducial with proper dimensions.

In addition to the main functionality of automated registration, RegOA also supports simple visualization of registered datasets, exporting in NIfTI format, and mapping onto an anatomical brain atlas. Herein, we summarize several potential benefits RegOA brings about: (1) high-throughput OAT experiment analysis and data sharing. The proposed framework attempts to establish a standard OAT-MRI data processing pipeline, including preprocessing, registration, normalization,32 and further voxel/segment-based quantitative and correlation analysis. Such a pipeline has been well-established in the MRI community using SPM or AFNI but is not yet available for OAT. For example, the oxy/deoxy-hemoglobin data could potentially be related to data from blood oxygen level-dependent functional MRI;45 (2) evaluating new OAT reconstruction algorithm; (3) improvement in reconstruction algorithm for OAT image using well-registered MR image as structural prior information;46 (4) identifying and accurate delineation of brain regions is crucial for quantitative analysis of neuroimaging data. Hence, alignment of molecular and physiological data to a structural reference dataset is a prerequisite for extracting quantitative information. While individual alignment is attractive when analyzing pathological conditions, e.g., neurodegenerative processes and focal brain lesions, which show a subject-specific disease course, registration of OAT (and MRI) data to standard brain atlases will be attractive when analyzing responses across (large) groups of subjects. This would allow using predefined volumes-of-interest across the whole dataset, thereby enhancing statistical rigor.

There are several limitations for this study: (1) automated 3-D registration is still suboptimal. The current two-step registration method has been only implemented and validated in 2-D. Selection of slices for registration depends on the initial alignment based on anatomical reference (such as the eyes and nose) and the thickness of each OAT/MRI slice. We also assume that the animal holder of OAT moved along the horizontal direction, which should be parallel to the central axis of the MR scanner bore.8 Involuntary movements of the animal head in other directions would lead to inaccurate registration. This is currently prevented by mechanical fixation of the animal’s head. A next step would be to apply the framework of RegOA to 3-D data. Such an approach does not require the assumption of central axis parallelism of OAT and MRI data but is computationally more expensive. The computational complexity for 3-D registration can be alleviated using parallel computing.47 (2) Deformable registration is necessary for more general cases of OAT-MRI registration, especially whole body or certain flexible organs.20 Rigid transformation has been widely used and proven to be robust for brain registration.14 (3) Negative or truncated zero values of image intensity were observed in the current OAT dataset, which may influence the similarity metric of MI. This has been partially addressed by incorporating a segmented mask in RegOA. A model-based image inversion algorithm, or intensity correction with optical fluence variation,48,49 or a backprojection algorithm assisted with multiview Hilbert transformation5053 can improve the image quality of OAT, minimize artifacts especially the bipolarity pixel values, and further improve the registration result.

5.

Conclusion

In conclusion, we developed an automated registration framework for OAT-MRI brain imaging data. The major advantages of our approach are minimal user interaction and automatic assessment of the registration error, avoiding visual inspection of the results, facilitating the accurate, objective, and rapid analysis of large amounts of rodent OAT data.

Disclosures

The authors declared no competing interests.

Acknowledgments

The authors thank Dr. Mark Augath and Markus Kupfer at the Institute for Biomedical Engineering, ETH Zurich and University of Zurich for their technical support and Dr. David Cole for advice on SPM. The datasets generated and/or analyzed during the current study are available in the repository DOI: 10.5281/zenodo.1303386. The registration code is available at https://github.com/RenW2018/RegOA. This work was funded by the University of Zurich Forschungskredit (No. FK-17-052) and Synapsis Foundation–Alzheimer Research Switzerland ARS (No. 2017-CDA03) to R.N. It was also supported by the Swiss National Science Foundation and Swiss Innovation Agent BRIDGE proof-of-concept fellowship (No. 178262) for W.R.

References

1. 

S. V. Ovsepian et al., “Pushing the boundaries of neuroimaging with optoacoustics,” Neuron, 96 (5), 966 –988 (2017). https://doi.org/10.1016/j.neuron.2017.10.022 NERNET 0896-6273 Google Scholar

2. 

V. Ntziachristos, “Going deeper than microscopy: the optical imaging frontier in biology,” Nat. Methods, 7 (8), 603 –614 (2010). https://doi.org/10.1038/nmeth.1483 1548-7091 Google Scholar

3. 

X. Wang et al., “Noninvasive laser-induced photoacoustic tomography for structural and functional in vivo imaging of the brain,” Nat. Biotechnol., 21 803 –806 (2003). https://doi.org/10.1038/nbt839 NABIF9 1087-0156 Google Scholar

4. 

L. V. Wang and S. Hu, “Photoacoustic tomography: in vivo imaging from organelles to organs,” Science, 335 (6075), 1458 –1462 (2012). https://doi.org/10.1126/science.1216210 SCIEAS 0036-8075 Google Scholar

5. 

X. L. Dean-Ben et al., “Advanced optoacoustic methods for multiscale imaging of in vivo dynamics,” Chem. Soc. Rev., 46 (8), 2158 –2198 (2017). https://doi.org/10.1039/C6CS00765A CSRVBR 0306-0012 Google Scholar

6. 

A. Taruttis and V. Ntziachristos, “Advances in real-time multispectral optoacoustic imaging and its applications,” Nat. Photonics, 9 (4), 219 –227 (2015). https://doi.org/10.1038/nphoton.2015.29 NPAHBY 1749-4885 Google Scholar

7. 

L. Li et al., “Single-impulse panoramic photoacoustic computed tomography of small-animal whole-body dynamics at high spatiotemporal resolution,” Nat. Biomed. Eng., 1 (5), 0071 (2017). https://doi.org/10.1038/s41551-017-0071 Google Scholar

8. 

M. Nasiriavanaki et al., “High-resolution photoacoustic tomography of resting-state functional connectivity in the mouse brain,” Proc. Natl. Acad. Sci. U.S.A., 111 (1), 21 –26 (2014). https://doi.org/10.1073/pnas.1311868111 Google Scholar

9. 

L. Li et al., “Label-free photoacoustic tomography of whole mouse brain structures ex vivo,” Neurophotonics, 3 (3), 035001 (2016). https://doi.org/10.1117/1.NPh.3.3.035001 Google Scholar

10. 

S. Gottschalk et al., “Real-time volumetric mapping of calcium activity in living mice by functional optoacoustic neuro-tomography (Conference Presentation),” Proc. SPIE, 10494 104941I (2018). https://doi.org/10.1117/12.2289685 PSISDG 0277-786X Google Scholar

11. 

R. Ni et al., “Non-invasive detection of acute cerebral hypoxia and subsequent matrix-metalloproteinase activity in a mouse model of cerebral ischemia using multispectral-optoacoustic-tomography,” Neurophotonics, 5 (1), 015005 (2018). https://doi.org/10.1117/1.NPh.5.1.015005 Google Scholar

12. 

H. Zhang et al., “Monitoring the opening and recovery of the blood-brain barrier with noninvasive molecular imaging by biodegradable ultrasmall Cu2xSe nanoparticles,” Nano Lett., 18 (8), 4985 –4992 (2018). https://doi.org/10.1021/acs.nanolett.8b01818 NALEFD 1530-6984 Google Scholar

13. 

R. Ni et al., “Quantification of amyloid deposits and oxygen extraction fraction in the brain with multispectral optoacoustic imaging in arcAβ; mouse model of Alzheimer’s disease,” Proc. SPIE, 10494 104941G (2018). https://doi.org/10.1117/12.2286309 PSISDG 0277-786X Google Scholar

14. 

N. C. Burton et al., “Multispectral opto-acoustic tomography (MSOT) of the brain and glioblastoma characterization,” NeuroImage, 65 522 –528 (2013). https://doi.org/10.1016/j.neuroimage.2012.09.053 NEIMEF 1053-8119 Google Scholar

15. 

K. Uludağ and A. Roebroeck, “General overview on the merits of multimodal neuroimaging data fusion,” NeuroImage, 102 3 –10 (2014). https://doi.org/10.1016/j.neuroimage.2014.05.018 NEIMEF 1053-8119 Google Scholar

16. 

T. E. Yankeelov, R. G. Abramson and C. C. Quarles, “Quantitative multimodality imaging in cancer research and therapy,” Nat. Rev. Clin. Oncol., 11 670 –680 (2014). https://doi.org/10.1038/nrclinonc.2014.134 Google Scholar

17. 

A. B. Attia et al., “Multispectral optoacoustic and MRI coregistration for molecular imaging of orthotopic model of human glioblastoma,” J. Biophotonics, 9 (7), 701 –708 (2016). https://doi.org/10.1002/jbio.v9.7 Google Scholar

18. 

R. Ni, M. Rudin and J. Klohs, “Cortical hypoperfusion and reduced cerebral metabolic rate of oxygen in the arcAβ mouse model of Alzheimer’s disease,” Photoacoustics, 10 38 –47 (2018). https://doi.org/10.1016/j.pacs.2018.04.001 Google Scholar

19. 

S. Park et al., “Real-time triple-modal photoacoustic, ultrasound, and magnetic resonance fusion imaging of humans,” IEEE Trans. Med. Imaging, 36 (9), 1912 –1921 (2017). https://doi.org/10.1109/TMI.2017.2696038 Google Scholar

20. 

F. P. Oliveira and J. M. Tavares, “Medical image registration: a review,” Comput. Methods Biomech. Biomed. Eng., 17 (2), 73 –93 (2014). https://doi.org/10.1080/10255842.2012.670855 Google Scholar

21. 

N. Saeed, “Magnetic resonance image segmentation using pattern recognition, and applied to image registration and quantitation,” NMR Biomed., 11 (4–5), 157 –167 (1998). https://doi.org/10.1002/(ISSN)1099-1492 Google Scholar

22. 

J.-W. Hsieh et al., “Image registration using a new edge-based approach,” Comput. Vision Image Understanding, 67 (2), 112 –130 (1997). https://doi.org/10.1006/cviu.1996.0517 Google Scholar

23. 

H. Song and P. Qiu, “Intensity-based 3D local image registration,” Pattern Recognit. Lett., 94 15 –21 (2017). https://doi.org/10.1016/j.patrec.2017.04.021 PRLEDG 0167-8655 Google Scholar

24. 

J. Pascau et al., “Automated method for small-animal PET image registration with intrinsic validation,” Mol. Imaging Biol., 11 (2), 107 –113 (2009). https://doi.org/10.1007/s11307-008-0166-z Google Scholar

25. 

J. S. Lin et al., “Performance assessment for brain MR imaging registration methods,” AJNR Am. J. Neuroradiol., 38 (5), 973 –980 (2017). https://doi.org/10.3174/ajnr.A5122 Google Scholar

26. 

R. W. Cox, “AFNI: software for analysis and visualization of functional magnetic resonance neuroimages,” Comput. Biomed. Res., 29 (3), 162 –173 (1996). https://doi.org/10.1006/cbmr.1996.0014 Google Scholar

27. 

S. J. Sawiak et al., “Voxel-based morphometry with templates and validation in a mouse model of Huntington’s disease,” Magn. Reson. Imaging, 31 (9), 1522 –1531 (2013). https://doi.org/10.1016/j.mri.2013.06.001 MRIMDQ 0730-725X Google Scholar

28. 

J. S. Lim, Two-Dimensional Signal and Image Processing, Prentice-Hall, Inc., Englewood Cliffs (1990). Google Scholar

29. 

H. Gudbjartsson and S. Patz, “The Rician distribution of noisy MRI data,” Magn. Reson. Med., 34 (6), 910 –914 (1995). https://doi.org/10.1002/(ISSN)1522-2594 MRMEEN 0740-3194 Google Scholar

30. 

J. Mohan, V. Krishnaveni and Y. Guo, “A survey on the magnetic resonance image denoising methods,” Biomed. Signal Process. Control, 9 56 –69 (2014). https://doi.org/10.1016/j.bspc.2013.10.007 Google Scholar

31. 

T. F. Chan and L. A. Vese, “Active contours without edges,” IEEE Trans. Image Process., 10 (2), 266 –277 (2001). https://doi.org/10.1109/83.902291 IIPRE4 1057-7149 Google Scholar

32. 

J. Canny, “A computational approach to edge detection,” IEEE Trans. Pattern Anal. Mach. Intell., PAMI-8 (6), 679 –698 (1986). https://doi.org/10.1109/TPAMI.1986.4767851 ITPIDJ 0162-8828 Google Scholar

33. 

S. Rahunathan et al., “Image registration using rigid registration and maximization of mutual information,” in 13th Annu. Med. Meets Virtual Reality Conf., (2005). Google Scholar

34. 

F. Maes et al., “Multimodality image registration by maximization of mutual information,” IEEE Trans. Med. Imaging, 16 (2), 187 –198 (1997). https://doi.org/10.1109/42.563664 ITMID4 0278-0062 Google Scholar

35. 

M. Styner et al., “Parametric estimate of intensity inhomogeneities applied to MRI,” IEEE Trans. Med. Imaging, 19 (3), 153 –165 (2000). https://doi.org/10.1109/42.845174 ITMID4 0278-0062 Google Scholar

36. 

S. Tzoumas et al., “Unmixing molecular agents from absorbing tissue in multispectral optoacoustic tomography,” IEEE Trans. Med. Imaging, 33 (1), 48 –60 (2014). https://doi.org/10.1109/TMI.2013.2279994 ITMID4 0278-0062 Google Scholar

37. 

A. E. Dorr et al., “High resolution three-dimensional brain atlas using an average magnetic resonance image of 40 adult C57Bl/6J mice,” NeuroImage, 42 (1), 60 –69 (2008). https://doi.org/10.1016/j.neuroimage.2008.03.037 NEIMEF 1053-8119 Google Scholar

38. 

A. R. Jones, C. C. Overly and S. M. Sunkin, “The Allen Brain Atlas: 5 years and beyond,” Nat. Rev. Neurosci., 10 (11), 821 –828 (2009). https://doi.org/10.1038/nrn2722 NRNAAN 1471-003X Google Scholar

39. 

D. Hu et al., “Indocyanine green-loaded polydopamine-iron ions coordination nanoparticles for photoacoustic/magnetic resonance dual-modal imaging-guided cancer photothermal therapy,” Nanoscale, 8 (39), 17150 –17158 (2016). https://doi.org/10.1039/C6NR05502H NANOHL 2040-3364 Google Scholar

40. 

V. Neuschmelting et al., “Dual-modality surface-enhanced resonance Raman scattering and multispectral optoacoustic tomography nanoparticle approach for brain tumor delineation,” Small, 14 (23), e1800740 (2018). https://doi.org/10.1002/smll.v14.23 SMALBC 1613-6810 Google Scholar

41. 

M. F. Kircher et al., “A brain tumor molecular imaging strategy using a new triple-modality MRI-photoacoustic-Raman nanoparticle,” Nat. Med., 18 829 (2012). https://doi.org/10.1038/nm.2721 1078-8956 Google Scholar

42. 

M. Liu et al., “Combined multi-modal photoacoustic tomography, optical coherence tomography (OCT) and OCT angiography system with an articulated probe for in vivo human skin structure and vasculature imaging,” Biomed. Opt. Express, 7 (9), 3390 –3402 (2016). https://doi.org/10.1364/BOE.7.003390 BOEICL 2156-7085 Google Scholar

43. 

C. Lutzweiler and D. Razansky, “Optoacoustic imaging and tomography: reconstruction approaches and outstanding challenges in image performance and quantification,” Sensors, 13 (6), 7345 –7384 (2013). https://doi.org/10.3390/s130607345 SNSRES 0746-9462 Google Scholar

44. 

G. Maiorano et al., “Ultra-efficient, widely tunable gold nanoparticle-based fiducial markers for x-ray imaging,” Nanoscale, 8 (45), 18921 –18927 (2016). https://doi.org/10.1039/C6NR07021C NANOHL 2040-3364 Google Scholar

45. 

L. Gagnon et al., “Quantifying the microvascular origin of BOLD-fMRI from first principles with two-photon microscopy and an oxygen-sensitive nanoprobe,” J. Neurosci., 35 (8), 3663 –3675 (2015). https://doi.org/10.1523/JNEUROSCI.3555-14.2015 JNRSDS 0270-6474 Google Scholar

46. 

M. Niedre and V. Ntziachristos, “Elucidating structure and function in vivo with hybrid fluorescence and magnetic resonance imaging,” Proc. IEEE, 96 (3), 382 –396 (2008). https://doi.org/10.1109/JPROC.2007.913498 IEEPAD 0018-9219 Google Scholar

47. 

R. Shams et al., “A survey of medical image registration on multicore and the GPU,” IEEE Signal Process. Mag., 27 (2), 50 –60 (2010). https://doi.org/10.1109/MSP.2009.935387 ISPRE6 1053-5888 Google Scholar

48. 

K. Daoudi et al., “Correcting photoacoustic signals for fluence variations using acousto-optic modulation,” Opt. Express, 20 (13), 14117 –14129 (2012). https://doi.org/10.1364/OE.20.014117 OPEXFF 1094-4087 Google Scholar

49. 

L. Ding, X. L. Dean-Ben and D. Razansky, “Efficient 3-D model-based reconstruction scheme for arbitrary optoacoustic acquisition geometries,” IEEE Trans. Med. Imaging, 36 (9), 1858 –1867 (2017). https://doi.org/10.1109/TMI.2017.2704019 ITMID4 0278-0062 Google Scholar

50. 

T. P. Matthews et al., “Parameterized joint reconstruction of the initial pressure and sound speed distributions in photoacoustic computed tomography (Conference Presentation),” Proc. SPIE, 10494 104942V (2018). https://doi.org/10.1117/12.2291014 PSISDG 0277-786X Google Scholar

51. 

L. Li et al., “Multiview Hilbert transformation in full-ring transducer array-based photoacoustic computed tomography,” J. Biomed. Opt., 22 (7), 076017 (2017). https://doi.org/10.1117/1.JBO.22.7.076017 JBOPFO 1083-3668 Google Scholar

52. 

P. Zhang et al., “High-resolution deep functional imaging of the whole mouse brain by photoacoustic computed tomography in vivo,” J. Biophotonics, 11 (1), e201700024 (2018). https://doi.org/10.1002/jbio.201700024 Google Scholar

53. 

G. Li et al., “Multiview Hilbert transformation for full-view photoacoustic computed tomography using a linear array,” J. Biomed. Opt., 20 (6), 066010 (2015). https://doi.org/10.1117/1.JBO.20.6.066010 JBOPFO 1083-3668 Google Scholar

Biography

Wuwei Ren received his BS degree from Zhejiang University, China, in 2010 and his MS degree from KTH, Sweden, in 2012. In 2018, he received PhD from ETH Zurich, Switzerland. His research interest is development of novel imaging techniques, including optical/photoacoustic imaging and hybrid imaging combining optics and MRI. He held a BRIDGE fellowship in 2017. In 2018, he joined the Biomedical Optics Research Laboratory at the University Hospital Zurich as a postdoctoral researcher.

Hlynur Skulason is an electrical and biomedical engineering student at ETH Zurich, graduating with a master’s degree later this year. He holds his bachelor’s degree in electrical and computer engineering from the University of Iceland. He has worked as a summer research assistant for both the University of Iceland and ETH Zurich. His areas of interest are machine learning, deep learning, and biomedical imaging.

Biographies of the other authors are not available.

CC BY: © The Authors. Published by SPIE under a Creative Commons Attribution 4.0 Unported License. Distribution or reproduction of this work in whole or in part requires full attribution of the original publication, including its DOI.
Wuwei Ren, Hlynur Skulason, Felix Schlegel, Markus Rudin, Jan Klohs, and Ruiqing Ni "Automated registration of magnetic resonance imaging and optoacoustic tomography data for experimental studies," Neurophotonics 6(2), 025001 (3 April 2019). https://doi.org/10.1117/1.NPh.6.2.025001
Received: 29 October 2018; Accepted: 1 February 2019; Published: 3 April 2019
Lens.org Logo
CITATIONS
Cited by 36 scholarly publications.
Advertisement
Advertisement
KEYWORDS
Image registration

Magnetic resonance imaging

Brain

Neuroimaging

Image segmentation

Tomography

In vivo imaging

Back to Top