Multi-scale Image Fusion Between Pre-operative Clinical CT and X-ray Microtomography of Lung Pathology
Holger R. Roth, Kai Nagara, Hirohisa Oda, Masahiro Oda, Tomoshi, Sugiyama, Shota Nakamura, Kensaku Mori

TL;DR
This paper presents a multi-scale non-rigid registration method to align clinical CT and high-resolution micro-CT images of lung tissue, enabling detailed analysis of lung pathology at multiple scales.
Contribution
It introduces a novel multi-scale registration approach that effectively aligns clinical CT with micro-CT images of lung tissue, facilitating multi-resolution image fusion for medical analysis.
Findings
Reduced surface distance between CT and micro-CT from 3.3mm to 2.3mm
Successful alignment enabling future fusion with microscopic images
Method handles resection-induced volume differences
Abstract
Computational anatomy allows the quantitative analysis of organs in medical images. However, most analysis is constrained to the millimeter scale because of the limited resolution of clinical computed tomography (CT). X-ray microtomography (CT) on the other hand allows imaging of ex-vivo tissues at a resolution of tens of microns. In this work, we use clinical CT to image lung cancer patients before partial pneumonectomy (resection of pathological lung tissue). The resected specimen is prepared for CT imaging at a voxel resolution of 50 m (0.05 mm). This high-resolution image of the lung cancer tissue allows further insides into understanding of tumor growth and categorization. For making full use of this additional information, image fusion (registration) needs to be performed in order to re-align the CT image with clinical CT. We developed a multi-scale non-rigid…
| AvgDist | before registration | after registration | ||||||
|---|---|---|---|---|---|---|---|---|
| [mm] | mean | std | min. | max. | mean | std | min. | max. |
| case 1 | 3.6 | 3.1 | 0.0 | 17.2 | 2.6 | 2.8 | 0.0 | 15.9 |
| case 2 | 2.9 | 2.7 | 0.1 | 14.6 | 2.0 | 2.7 | 0.0 | 14.7 |
| mean | 3.3 | 2.9 | 0.1 | 15.9 | 2.3 | 2.8 | 0.0 | 15.3 |
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsLung Cancer Diagnosis and Treatment · Medical Imaging Techniques and Applications · Radiomics and Machine Learning in Medical Imaging
Multi-scale Image Fusion Between Pre-operative Clinical CT
and X-ray Microtomography of Lung Pathology
Holger R. Roth , Kai Nagara , Hirohisa Oda ,
Masahiro Oda , Tomoshi Sugiyama , Shota Nakamura , Kensaku Mori
*Information & Communications, Nagoya University, Japan
-
*Graduate School of Information Science, Nagoya University, Japan
-
Nagoya University Graduate School of Medicine, Japan
Abstract
Computational anatomy allows the quantitative analysis of organs in medical images. However, most analysis is constrained to the millimeter scale because of the limited resolution of clinical computed tomography (CT). X-ray microtomography (CT) on the other hand allows imaging of ex-vivo tissues at a resolution of tens of microns. In this work, we use clinical CT to image lung cancer patients before partial pneumonectomy (resection of pathological lung tissue). The resected specimen is prepared for CT imaging at a voxel resolution of 50 m (0.05 mm). This high-resolution image of the lung cancer tissue allows further insides into understanding of tumor growth and categorization. For making full use of this additional information, image fusion (registration) needs to be performed in order to re-align the CT image with clinical CT. We developed a multi-scale non-rigid registration approach. After manual initialization using a few landmark points and rigid alignment, several levels of non-rigid registration between down-sampled (in the case of CT) and up-sampled (in the case of clinical CT) representations of the image are performed. Any non-lung tissue is ignored during the computation of the similarity measure used to guide the registration during optimization. We are able to recover the volume differences introduced by the resection and preparation of the lung specimen. The average ( std. dev.) minimum surface distance between CT and clinical CT at the resected lung surface is reduced from 3.3 2.9 (range: [0.1, 15.9]) to 2.3 mm 2.8 (range: [0.0, 15.3]) mm. This is a significant improvement with p 0.001 (Wilcoxon Signed Rank Test). The alignment of clinical CT with CT will allow further registration with even finer resolutions of CT (up to 10 m resolution) and ultimately with histopathological microscopy images for further macro to micro image fusion that can aid medical image analysis.
Keywords: image fusion, non-rigid registration, computed tomography (CT), X-ray microtomography (CT)
I INTRODUCTION
Clinical computed tomography (CT) is used for the diagnostic imaging of the living human (in-vivo imaging). As a result, most computational analysis is constrained to the millimeter scale because of the limited resolution of clinical CT. At this millimeter scale, pulmonary blood vessels and lung lobes can be observed. However, finer detailed anatomy is not observable. X-ray microtomograph (CT) on the other hand allows imaging of ex-vivo tissues at a resolution of tens of microns. At this m-scale, the alveoli and bronchiole regions can be clearly observed [1].
The prospective study of pre-operative imaging together with the high-resolution image analysis of resected tissue after surgery may provide us with unique opportunities to verify and potentially improve imaging protocols for cancer diagnostics [2, 3, 4].
In this work, we use clinical CT to image lung cancer patients before partial pneumonectomy (resection of pathological lung tissue). The resected specimen is then prepared for CT imaging allowing the imaging of m-scale anatomy. This study investigates the use of non-rigid intensity-based registration in order to establish a scale-seamless registration between clinical CT and CT, with the ultimate aim of allowing a seamless navigation between anatomical scales inside the human body [1]. Related work is the registration of in-vivo and ex-vivo MRI of surgically resected specimens by [5, 2].
II METHOD
The resected specimen is prepared for CT imaging at a voxel resolution of 50 m (0.05 mm). This high-resolution image of the lung cancer tissue allows further insides into understanding of tumor growth and categorization. For making full use of this additional information, image fusion (registration) needs to be performed in order to re-align the CT image with clinical CT. We developed a multi-scale non-rigid registration approach.
II-A Establishing scale-seamless registration between CT and clinical CT
We use a non-rigid registration method to align the CT specimen with the pre-operative clinical CT. This method is driven by the intensity similarity between the images. Any non-lung tissue is ignored during computation of the similarity measure used to guide the registration during optimization. This is achieved via simple thresholding and morphological operations to extract the lung region in clinical CT and CT as pre-processing step.
A coarse-to-fine approach is proposed in order to capture first the largest deformations and then the smaller differences between both images. This is achieved with a four-level multi-resolution pyramid as illustrated in Fig. 1. In order to compensate for the large differences in resolution between the CT (in the case of CT) and clinical CT images, we use a down-sample and up-sample (in the case of clinical CT) pyramid and perform the registration optimizations at each level in a coarse-to-fine fashion.
A good initialization for the registration algorithm is important. We use a few (35) manual point in order to provide affine alignment of the specimen with the pre-operative CT image. After affine initialization, we establish non-rigid alignment using the B-spline registration method, also known as 3D free form deformation based registration of [6] with the implementation provided by [7].
A 3D cubic B-Splines deformation model uses a lattice of control points . The spacing between each control point is uniform and denoted as , , and along the -, -, and -axis respectively. For each voxel in the domain of the target image. the deformation can be computed as:
[TABLE]
where represents the cubic B-Spline function.
The images are aligned by finding the transformation which maximizes the following objective function:
[TABLE]
which combines a similarity measure, , and three penalty constraint terms, , , and . Each term is weighted against each other by user-defined weights , , and .
The similarity measure used between the reference () and floating image () is normalized mutual information (NMI):
[TABLE]
where and the two marginal entropies, and ) is the joint entropy. Its computation requires a joint histogram which is filled by using a Parzen Window (PW) approach [7, 8].
The three constraint terms are used to encourage realistic deformations. The bending energy describes the smoothness of the deformation and is defined as:
[TABLE]
The volume-preserving penalty term discourages large expansions/contractions, and is defined as:
[TABLE]
In addition we prevent the occurrence of folding in the transformation using a folding correction scheme [9]. For each transformed voxel that would cause a negative Jacobian determinant, its influence on its neighborhood control points is computed. The control point positions is then changed until the determinant value is positive.
In an ideal case, the transformations from to (forward) and to (backward) are the inverse of each other, e.g. and [10]. Hence, we include a penalty term that encourages inverse consistency of both transformations. We follow the approach of [11] using compositions of and and add
[TABLE]
The following parameters were found empirically by visual examination of the registration results. We use a four-level multi-resolution pyramid with a maximum of 500 iterations per level. Both the image and B-spline control point grid resolutions are doubled with increasing resolution levels. The final control point spacing between voxels is 5. The objective function weights are set to , , and . These parameters were found to recover the majority of the deformation between the two images, while preventing unrealistic deformations from occurring. We used the open-source software111http://sourceforge.net/projects/niftyreg by [7, 12] for this study.
III RESULTS
We collected pre-operative clinical CTs from two patients before partial pneumonectomy. The clinically acquired CT images have dimensions of [512, 512, 435554], and voxel spacings of [0.625, 0.625, 0.6] mm. The CT images used for registration had dimensions of [278512, 278512, 346538] with isotropic voxel spacings of mm. Note that we downsampled the original CT images (circa 50m resolution) by a factor of two for the registration experiments. The tube voltage for CT was 90kVp, and tube current was 110 A.
35 corresponding points where chosen by an expert clinician (SN) in order to provide an initial affine alignment of the specimen with the pre-operative CT image. We then crop the clinical CT image to the extent of the aligned CT image for subsequent non-rigid registration.
Figure 2 shows the alignment of CT lung specimen with pre-operative clinical CT before and after non-rigid registration for one case. A qualitatively better alignment of CT with the target clinical CT regions can be observed.
In order to quantitatively evaluate the registration performance, we measure the average minimum surface distance (AvgDist) between the lung surface extracted from clinical CT and CT before and after non-rigid registration. Figure 3 shows the extracted surfaces used for measurement before and after non-rigid alignment. The AvgDist measures are given in Table I. A reduction from 3.3 2.9 (range: [0.1, 15.9]) to 2.3 mm 2.8 (range: [0.0, 15.3]) mm on average can be observed. This is a significant improvement with p 0.001 (Wilcoxon signed rank test).
IV CONCLUSIONS
We presented a method for non-rigid alignment between images of pre-operative clinical CT and x-ray microtomography (CT) of lung pathology. After manual initialization using a few landmark points and affine alignment, several levels of non-rigid registration between down-sampled (in the case of CT) and up-sampled (in the case of clinical CT) representations of the image are performed. This allows us to recover the volume differences introduced by the resection and preparation of the lung specimen. The proposed multi-scale image fusion approach will allow further registration with even finer resolutions of CT (up to 10 m resolution) [13] and ultimately with histopathological microscopy images for further macro to micro image fusion that can aid medical image analysis.
ACKNOWLEDGEMENTS
This paper was supported by MEXT KAKENHI (26108006 and 15H01116).
The reference list from the paper itself. Each links out to its DOI / PubMed record.
- 1[1] K. Mori, “From macro-scale to micro-scale computational anatomy: a perspective on the next 20 years,” Medical Image Analysis , vol. 33, pp. 159–164, 2016.
- 2[2] M. Goubran, C. Crukley, S. de Ribaupierre, T. M. Peters, and A. R. Khan, “Image registration of ex-vivo mri to sparsely sectioned histology of hippocampal and neocortical temporal lobe specimens,” Neuroimage , vol. 83, pp. 770–781, 2013.
- 3[3] S. Eriksson, S. Free, M. Thom, L. Martinian, M. Symms, T. Salmenpera, A. Mc Evoy, W. Harkness, J. Duncan, and S. Sisodiya, “Correlation of quantitative mri and neuropathology in epilepsy surgical resection specimens—t 2 correlates with neuronal tissue in gray matter,” Neuroimage , vol. 37, no. 1, pp. 48–55, 2007.
- 4[4] K. Howe, D. Dimitri, C. Heyn, T.-R. Kiehl, D. Mikulis, and T. Valiante, “Histologically confirmed hippocampal structural features revealed by 3t mr imaging: potential to increase diagnostic specificity of mesial temporal sclerosis,” American Journal of Neuroradiology , vol. 31, no. 9, pp. 1682–1689, 2010.
- 5[5] M. Goubran, S. de Ribaupierre, R. R. Hammond, C. Currie, J. G. Burneo, A. G. Parrent, T. M. Peters, and A. R. Khan, “Registration of in-vivo to ex-vivo mri of surgically resected specimens: A pipeline for histology to in-vivo registration,” Journal of neuroscience methods , vol. 241, pp. 53–65, 2015.
- 6[6] D. Rueckert, L. Sonoda, C. Hayes, D. Hill, M. Leach, and D. Hawkes, “Nonrigid registration using free-form deformations: Application to breast mr images,” IEEE Trans. Med. Imaging , vol. 18, no. 8, pp. 712–721, 1999.
- 7[7] M. Modat, G. Ridgway, Z. Taylor, M. Lehmann, J. Barnes, D. Hawkes, N. Fox, and S. Ourselin, “Fast free-form deformation using graphics processing units,” Comput. Meth. Prog. Bio. , vol. 98, no. 3, pp. 278–284, 2010.
- 8[8] D. Mattes, D. R. Haynor, H. Vesselle, T. K. Lewellen, and W. Eubank, “Pet-ct image registration in the chest using free-form deformations,” IEEE transactions on medical imaging , vol. 22, no. 1, pp. 120–128, 2003.
