|
1.IntroductionHyperspectral imaging (HSI) is a noncontact imaging modality that acquires a two-dimensional image over discrete wavelengths, producing a hyperspectral image cube (hypercube). HSI has recently been promisingly used for biomedical imaging, despite its origin in geological remote sensing.1 Surgery remains the well-established, standard treatment for most cancers, including thyroid and oral cancer, which is the sixth most common cancer worldwide.2 Recurrence rates for cancer after surgical resection are largely dependent on negative (cancer-free) surgical margins, along with other factors that cannot be controlled, such as extremes in patient age and other patient demographics.3 Surgical cancer resection can be a lengthy procedure and sometimes involves “free-flap” reconstruction of the resected area with skin removed from a different part of the body, commonly the arm or the leg. In extreme cases, cancer of the thyroid can also become locally invasive requiring removal of the larynx or adjacent structures.2 Cancer-margin detection in head and neck cancer is essential for salvaging the valuable normal tissue needed to preserve as much patient function as possible. During these surgeries, surgeons require an accurate and timely diagnosis of malignant areas that require resection. A rapid and reliable surgical diagnostic aid that provides tissue and cancer identification would prove very efficacious in the surgical theater. Previously, regression-based machine learning algorithms, such as support vector machines (SVMs) and -nearest neighbor (kNN), have been applied to HSI in attempt solve this problem.1 In this letter, a method for automated classification of normal and cancerous, head and neck tissue is developed using deep convolutional neural networks (CNNs). This work demonstrates that deep learning has the potential to be implemented into a tissue classifier, fully trainable on a database of hyperspectral images from tissue specimens that can produce near real-time tissue labeling for intraoperative cancer detection. 2.Materials and Methods2.1.Study DesignFor this study, we recruited 50 head and neck cancer patients who were undergoing surgical cancer resection in order to collect 88 excised tissue samples. We collaborated with the Emory University Hospital Midtown surgical and pathology teams to obtain three tissue samples from each patient, i.e., a sample of the tumor, a normal tissue sample, and a sample at the tumor–normal interface. After the tissues are resected, the samples are imaged with HSI in order to obtain the hypercube. The average patient age was 57. The two origin sites included for cancer resection were upper aerodigestive tract sites, i.e., tongue, larynx, pharynx, mandible, and the thyroid. Of the 50 patients, 29 had squamous-cell carcinoma (SCCa) and 21 had thyroid carcinoma, i.e., papillary thyroid carcinoma and medullary thyroid carcinoma. 2.2.Hyperspectral ImagingHyperspectral images were acquired for all tissues samples from the 50 cancer patients using a CRI Maestro imaging system (Perkin Elmer Inc., Waltham, Massachusetts). The imaging system is comprised of a Xenon white-light illumination source, a liquid crystal tunable filter to separate spectral bands, and a 16-bit charge-coupled device capable of obtaining high-resolution images ().4 The images were obtained over a spectral bandwidth from 450 to 900 nm in 5-nm increments, producing a hypercube with 91 spectral bands. 2.3.Image PreprocessingHyperspectral data normalization was performed in order to compare different patients’ samples and different cancer types. Each patient’s hypercube was normalized in order to obtain arbitrary units of reflectance by dividing the reflectance values by a white reference after subtracting the dark current.5 Then, a median filter was applied to each band within the hypercube. Next, for each hypercube, all pixel intensities were binned in a histogram and a gamma distribution was fit to the binning distribution. A population threshold was determined experimentally to sufficiently remove most glare pixels by visual inspection, which corresponds to the top 0.05% to 0.2% of the pixel intensities.5 After normalization and glare removal, pixels were averaged in , nonoverlapping neighborhoods in order to obtain average spectra.6 Therefore, each block contains a normalized and averaged reflectance-based spectral signature that has one grayscale intensity value for each of the 91 bands. Figure 1 shows the average spectral signature for each tissue type, which was constructed by averaging all blocks from all tissue samples of the corresponding tissue class. Next, a spectral patch is constructed from each block using the 91 reflectance values along with padding zeros and reformatting the spectral signature into a patch.7 As shown in Fig. 2, the spectral patches produced from all normal and cancer tissue samples are used for classification. 2.4.Convolutional Neural NetworkA CNN was implemented using TensorFlow to classify the spectral patches as either normal or cancer tissue.8–11 The neural network architecture consisted of six convolutional layers and three fully connected layers. The number of filters in each convolutional layer and the number of neurons in each fully connected layer are shown in Fig. 2. The patch size used was , and the kernel size used for convolutions was . The output of each convolutional layer is , where is the number of filters in the convolutional layer. The final layer, i.e., soft-max, generates a probability of the pixel belonging to either class. Neuron weights were initialized to 0.05 with a truncated normal distribution, and the learning rate is 0.01 with an adaptive gradient descent algorithm used for optimization. The CNN was trained for 25,000 steps, using a batch size of 250 and five epochs of data. 2.5.ValidationAs class labels are required for both training and performance evaluation, a gold-standard is, therefore, necessary. After image acquisitions, histological, digitized images were obtained from the surface cross section of the fixed tissues. This histological image was used to outline a gold standard by a head-and-neck specialized pathologist (JVL). Using the gold standard, a binary mask is made for class labels of each pixel within the normal and tumor sample. The CNN classification performance was evaluated using leave-one-patient-out external-validation to calculate the sensitivity, specificity, and accuracy.6 For example, the CNN was trained on 49 patients’ normal and cancer tissue data, after which the normal and cancer tissue data from the 50th patient was classified using the fully trained CNN. A total of 37 external-validations were performed using all patients with histologically confirmed normal and tumor tissue samples (see Table 1). Performance was evaluated every 5000 steps, and training was stopped once the best performance was achieved. The training time for one external-validation was at an average of 1.5 h and the testing time was . Table 1Results of average CNN performance on patient held-out external validation, values are % ± SD.
To further investigate interpatient variability, the patients were separated according to their cancer type into two groups, i.e., SCCa of the upper aerodigestive tract sites and cancer of the thyroid. The SCCa group had 29 patients from whom 20 external-validations were performed, and the thyroid cancer group had 21 patients from whom 17 external-validations were performed, as shown in Table 1. The cross-validation method of performance evaluation involves taking patient samples that are known to be of one class for the CNN training, and then classifies new tissue from that same patient for validation. This technique could augment the performance of the classification when a surgeon can provide a sample from the patient for training. This method provides the benchmarks for the proposed CNN approach (see Table 2). The spectral patches from all 50 patients were randomly divided into two, nonoverlapping groups, i.e., the training and testing datasets. Seventy-five percent of the spectral patches were used as the training dataset, and the remaining 25% comprised the testing dataset. The CNN was fully trained for 20,000 steps using the training dataset, and the performance was calculated using the testing dataset. The performance of the classifiers, SVM (Gaussian kernel, manual scale set to 3.5), kNN (, squared inverse Euclidean distance), logistic regression (LR), complex decision tree classifier (DTC: Gini index with 100 splits), and linear discriminant analysis (LDA: diagonal convergence),1,12–14 all of which were implemented in MATLAB, was evaluated. Table 2Performance of CNN and other machine learning methods on the 75%/25% training/testing data cross validation, different regions from the same patients are used between groups.
3.ResultsThe proposed CNN classifier can identify cancer and normal tissue with 81% sensitivity, 78% specificity, and 80% accuracy. See Table 1 for the complete results. A representative pseudocolor visualization of the results is provided in Fig. 3. The performance of both the SCCa and thyroid groups was decreased by augmenting the training group with normal and cancer samples of the other group. The SCCa group performed with 74% accuracy when trained on tissues from both the aerodigestive tract and the thyroid but achieved 77% accuracy when trained on aerodigestive tract tissue only. Likewise, the thyroid cancer group had 88% accuracy when trained on tissues from both the aerodigestive tract and the thyroid but performed with 90% accuracy when trained on thyroid tissue only. The large standard deviations are created by some patients classified with low accuracy and some being classified with near perfect accuracy. The second method for performance evaluation, which simulates augmenting the tissue database with known patient sample data, had 97% sensitivity, 96% specificity, and 96% accuracy. This cross-validation method should be expected to have better performance than the external validation method because it trains and tests on different regions from the same patient and is mainly used for comparison of different machine learning techniques. Moreover, we can see that the proposed CNN classifier outperformed all of the evaluated machine learning algorithms, and the top scoring results are shown in Table 2. 4.ConclusionOur experimental results show that the CNN has potential for use in the automatic labeling of cancer and normal tissue using hyperspectral images, which could be useful for intraoperative cancer detection. The proposed technique is fast and does not require any further postprocessing to enhance the results. Moreover, the 37-fold, leave-one-out external-validation shows that the classification technique is reliable and can be applied to new patient images. Further studies will involve incorporating more patient HSI data, comparing the effect of dimensionality reduction, and investigating more network structures and neuron initialization techniques to optimize classification performance and improve generalizability. DisclosuresThe authors have no relevant financial interests in this letter and no potential conflicts of interest to disclose. Informed consent was obtained from all human subjects in accordance with Emory IRB policies. AcknowledgmentsThis research was supported in part by NIH Grant Nos. CA176684, CA156775, and CA204254, Georgia Cancer Coalition Distinguished Clinicians and Scientists Award, and the Developmental Funds from the Winship Cancer Institute of Emory University under award number P30CA138292. The authors would like to thank the surgical pathology team at Emory University Hospital Midtown including Andrew Balicki, Jacqueline Ernst, Tara Meade, Dana Uesry, and Mark Mainiero, for their help in collecting fresh tissue specimens. ReferencesG. Lu and B. Fei,
“Medical hyperspectral imaging: a review,”
J. Biomed. Opt., 19
(1), 010901
(2014). http://dx.doi.org/10.1117/1.JBO.19.1.010901 JBOPFO 1083-3668 Google Scholar
J. Shah and Z. Gil,
“Current concepts in management of oral cancer–surgery,”
Oral Oncol., 45 394
–401
(2009). http://dx.doi.org/10.1016/j.oraloncology.2008.05.017 EJCCER 1368-8375 Google Scholar
E. Mazzaferri and S. Jhiang,
“Long-term impact of initial surgical and medical therapy on papillary and follicular thyroid cancer,”
Am. J. Med., 97
(5), 418
–428
(1994). http://dx.doi.org/10.1016/0002-9343(94)90321-2 Google Scholar
G. Lu et al.,
“Hyperspectral imaging for cancer surgical margin delineation: registration of hyperspectral and histological images,”
Proc. SPIE, 9036 90360S
(2014). http://dx.doi.org/10.1117/12.2043805 PSISDG 0277-786X Google Scholar
G. Lu et al.,
“Quantitative wavelength analysis and image classification for intraoperative cancer diagnosis with hyperspectral imaging,”
Proc. SPIE, 9415 94151B
(2015). http://dx.doi.org/10.1117/12.2082284 PSISDG 0277-786X Google Scholar
B. Fei et al.,
“Tumor margin assessment of surgical tissue specimen of cancer patients using label-free hyperspectral imaging,”
Proc. SPIE, 10054 100540E
(2017). http://dx.doi.org/10.1117/12.2249803 PSISDG 0277-786X Google Scholar
L. Ma et al.,
“Deep learning based classification for head and neck cancer detection with hyperspectral imaging in an animal model,”
Proc. SPIE, 10137 101372G
(2017). http://dx.doi.org/10.1117/12.2255562 PSISDG 0277-786X Google Scholar
M. Abadi et al.,
“TensorFlow: large-scale machine learning on heterogeneous systems,”
(2015) https://www.tensorflow.org/ November 2016). Google Scholar
J. M. Lerner, T. Lu, P. Shnitser,
“Hyperspectral image analysis with a hybrid neural net,”
Recent Developments in Scientific Optical Imaging, 210
–216 1st ed.The Royal Society of Chemistry, Cambridge, United Kingdom
(1996). Google Scholar
T. Lu and J. Lerner,
“Spectroscopy and hybrid neural network analysis,”
Proc. IEEE, 84
(6), 895
–905
(1996). http://dx.doi.org/10.1109/5.503145 Google Scholar
W. Hu et al.,
“Deep convolutional neural networks for hyperspectral image classification,”
J. Sens., 2015 258619
(2015). http://dx.doi.org/10.1155/2015/258619 Google Scholar
S. Dreiseitl and L. Ohno-Machado,
“Logistic regression and artificial neural network classification models: a methodology review,”
J. Biomed. Inf., 35
(5–6), 352
–359
(2002). http://dx.doi.org/10.1016/S1532-0464(03)00034-0 Google Scholar
G. Lu et al.,
“Framework for hyperspectral image processing and quantification for cancer detection during animal tumor surgery,”
J. Biomed. Opt., 20
(12), 126012
(2015). http://dx.doi.org/10.1117/1.JBO.20.12.126012 JBOPFO 1083-3668 Google Scholar
G. Lu et al.,
“Hyperspectral imaging of neoplastic progression in a mouse model of oral carcinogenesis,”
Proc. SPIE, 9788 978812
(2016). http://dx.doi.org/10.1117/12.2216553 PSISDG 0277-786X Google Scholar
|