Extraction of Treatment Margins from CT Scans for Evaluation of Lung Tumor Cryoablation

Type: MA thesis

Status: finished

Date: September 1, 2022 - March 31, 2023

Supervisors: Leonhard Rist, Andreas Maier, Florian Fintelmann (Harvard Medical School)

Thesis Description

Among all cancer types, lung cancer is responsible for the most deaths [1]. Cryoablation is a promising minimal
invasive method for treating lung cancer [2]. During percutaneous cryoablation, one or more probes are advanced
into the lung. Subsequently, a cycle of freezing and thawing using Argon gas achieves cell death [3]. Using
computed tomography (CT) images, the radiologist plans the type, number, and placement of probes based
on the expected geometry of the ice ball forming around each probe as provided by the manufacturer and the
tumor location.
The key parameter for assessing treatment success is to compare the margin created by the ablation around
the tumor with the desired safety margin. Margins of 2-10 mm [4] are required for eradication, depending
on tumor origin and type. The minimum safety margin required for eradication depends on the extent of
microscopic tumor extension beyond the tumor visible on CT.
Determining the margin is not a straight forward task, since it requires comparing CT scans taken before the
procedure to CT scans taken weeks or months later. Also, the ice ball forming during the procedure obscures
the tumor on subsequent CT scans. So far, radiologists evaluate treatment success in a binary yes/no manner
by mentally mapping 2D slices of pre- and post-procedure CT scans to mentally calculate treatment margins.
The goal of this thesis is to build an algorithm that evaluates treatment margins objectively and quantitatively,
leveraging readily available 3D CT imaging datasets. This algorithm may facilitate the early detection
of treatment failures in ex-post quality assurance and may ultimately also help estimate margins during the
procedure (i.e. to help decide for or against the addition of a probe).
From a technical point of view, the pre and post lung cryoablation 3D CT volumes have to be aligned
(registration task), tumors and ablation zones have to be either given, i.e., manually annotated, or automatically
generated (segmentation task) to compute and visualize geometrical margins.
Similar tools [5] [6] have been developed for microwave ablation which achieves cell death with high temperatures,
where tissue distortion of the tumor and surrounding tissue due to dehydration makes registration of pre
and post lung microwave ablation CT volumes difficult [7]. During cryoablation, dehydration does not occur
and tissue distortion is not noticeable. However, breathing is still expected to cause non-rigid deformation of
the volumes. Classical registration (i.e. SimpleElastix [8]) could be combined with unsupervised deep learning
approaches (i.e. Voxelmorph [9]) to achieve the desired registration.
To automatically segment tumors and ablation zones, a small convolutional neural network (CNN) could
be trained using the difference of the pre- and post-procedure scans as prior positional information. To assure
correct and time-efficient segmentation, a quality assurance step could be introduced in which a radiologist can
correct suggested segmentations.
To calculate the geometrical margin around the tumor volume, its parallel shifted surface is constructed
using an euclidean distance transform. The volumes of the tumor and the ablation zone should be visualized
by highlighting areas violating the targeted minimum margin and indicating proximity to blood vessels which
can act as thermal sinks [10].
To analyze the connections between clinical outcomes and pre/post CT imaging, applying end-to-end deep
learning would be the most desirable. However, since the amount of both labeled and unlabeled data is very
limited (approx. 50/300), machine learning methods could be applied to medically sensible features (e.g. margins)
derived from the tumor/ablation zone geometries. Alternatively a small CNN could be trained on these
geometries directly instead of the full scans.

Summary:
1. Register CT volumes
2. Segment tumors and ablation zones
3. Calculate and visualize margins and other features
4. Investigate relationships of features to outcomes of procedure

References

[1] Amanda McIntyre and Apar Kishor Ganti. Lung cancer a global perspective. Journal of Surgical Oncology,
115(5):550–554, 2017.
[2] Constantinos T. Sofocleous, Panagiotis Sideras, Elena N. Petre, and Stephen B. Solomon. Ablation for the
management of pulmonary malignancies. American Journal of Roentgenology, 197(4), 2011.
[3] Thierry de Baere, Lambros Tselikas, David Woodrum, et al. Evaluating cryoablation of metastatic lung tumors
in patientssafety and efficacy the eclipse trialinterim analysis at 1 year. Journal of Thoracic Oncology,
10(10):1468–1474, 2015.
[4] Impact of ablative margin on local tumor progression after radiofrequency ablation for lung metastases
from colorectal carcinoma: Supplementary analysis of a phase ii trial (mlcsg-0802). Journal of Vascular
and Interventional Radiology, 2022.
[5] Marco Solbiati, Riccardo Muglia, S. Nahum Goldberg, et al. A novel software platform for volumetric
assessment of ablation completeness. International Journal of Hyperthermia, 36(1):336–342, 2019. PMID:
30729818.
[6] Raluca-Maria Sandu, Iwan Paolucci, Simeon J. S. Ruiter, et al. Volumetric quantitative ablation margins
for assessment of ablation completeness in thermal ablation of liver tumors. Frontiers in Oncology, 11,
2021.
[7] Christopher L. Brace, Teresa A. Diaz, J. Louis Hinshaw, and Fred T. Lee. Tissue contraction caused by
radiofrequency and microwave ablation: A laboratory study in liver and lung. Journal of Vascular and
Interventional Radiology, pages 1280-1286, Aug 2010.
[8] Kasper Marstal, Floris Berendsen, Marius Staring, and Stefan Klein. Simpleelastix: A user-friendly, multilingual
library for medical image registration. In Proceedings of the IEEE conference on computer vision
and pattern recognition workshops, pages 134–142, 2016.
[9] Guha Balakrishnan, Amy Zhao, Mert R Sabuncu, John Guttag, and Adrian V Dalca. Voxelmorph: a
learning framework for deformable medical image registration. IEEE transactions on medical imaging,
38(8):1788–1800, 2019.
[10] P. David Sonntag, J. Louis Hinshaw, Meghan G. Lubner, Christopher L. Brace, and Fred T. Lee. Thermal
ablation of lung tumors. Surgical Oncology Clinics of North America, 20(2):369387, Aug 2011.