In this project, we aim to apply theoretical improvements to the watershed transformation to MRI images of glioblastoma patients. This assisted segmentation tool aims to increase accuracy and reduce inter and intra-observer variability present in current segmentation practices. A C++ implementation of this algorithm will be developed within the Insight Toolkit (ITK) library.
The segmentation of brain tumor MRI scans is of critical importance in the evaluation of tumor progression. To evaluate progression of a tumor and the subsequent treatment response, the most commonly used methods to determine treatment responses in brain tumors are the Macdonald criteria and the Response Evaluation Criteria in Solid Tumors (RECIST) criteria. The Macdonald criteria incorporates two-dimensional measurements with steroid dosing and the patients’ neurological examinations, while the RECIST criteria evaluates tumor response based on measurement of the longest one-dimensional (1D) diameter. Both these criterions only consider two dimensions, and are ultimately rough estimates of a brain tumor’s shape and features.
Our specific aims are:
There are no published segmentation methods that have been validated on the full variety of high grade gliomas. To ensure accurate segmentation of even the most difficult gliomas, we have chosen a semi-automated, or user-assisted, segmentation mode. Semi-automated methods include active contouring, intensity thresholding, level-set segmentation, and watershed segmentation. We have chosen to develop an interactive watershed-based segmentation method because it generates significant partitions of an image and relies on the user for high-level interpretation of each of these regions. The algorithm is very fast, and translates to a simple point-and-click interface where what you see is what you get. Additionally, the segmentation is always the same, which we hope will greatly reduce both intra- and inter-operator variability. Besides reducing variability with the watershed approach, we can also increase the speed of segmentation compared to manual segmentation, since the user no longer needs to trace borders by hand. Instead, the user is merely choosing regions that they consider to be part of a lesion. We hope to apply recent improvements to the watershed transformation that have not yet been used for medical image segmentation. Additionally, we will evaluate the software's performance (meaning accuracy and variability) on both simulated datasets (where absolute tumor volume is known) and real datasets, using multiple trained observers.