1. Introduction
Salivary gland tumor is difficult to have a definite diagnosis before surgical intervention [
1]. Computer tomography, Magnetic Resonance Imaging and ultrasound (US) are commonly used to detect the salivary gland tumors. Due to without radiation exposure, point-of-care use and real-time feature, US could be used as the first-line tool to check salivary gland tumors [
2,
3,
4]. Besides, US can be used to real-time guiding fine needle biopsy, although the diagnostic rate is reported only around sixty percent [
5]. Even with US guiding, core needle biopsy still has false negative and false positive diagnosis[
6]. Therefore, the definite diagnosis is usually still depended on surgical pathology.
High resolution US is widely used in the preoperative evaluation for salivary tumors[
7]. Previous studies reported several subjective US features are related to malignancy, such as calcification, loss of posterior enhancement, poor defined margin and accompanied cervical lymphadenopathy[
8]. However, evaluation with US is still limited as a subjective and operator dependent diagnostic technique.
Quantitative texture analysis of US picture provides a more subjective assessment and is hopeful in reducing operator variations[
9]. US texture analysis had been ever applied for differentiate preterm from term fetal lungs[
10], thyroid nodules[
11] and chronic radiation-induced sialoadenitis[
12].
Machine learning (ML) is an application of artificial intelligence, which can learn from the data and may improve predictive outcomes by using the data[
13]. Image classification is an important application for ML including the US pictures.
Objective quantitative texture characteristics may be helpful in salivary glandular tumor differential diagnosis. Previous study ever reported texture features, including entropy and contrast were can different benign from malignant salivary tumors[
14]. However, no previous study used ML to access the diagnostic performance of US texture features in diagnosing salivary glandular tumors. Thus, this study aims to use ML to explore and validate the feasibility of US texture features in diagnosing salivary glandular tumors.
2. Materials and Methods
A general overview for this study is illustrated in
Figure 1.
A representative brightness mode US pictures are selected for each patient (
Figure 2). Maximal rectangle area within the salivary glandular tumor are delineated for Gray Level Co-occurrence Matrix (GLCM) texture analysis. We calculate eighteen texture features including angular second moment (asm), contrast, correlation, inverse difference moment (IDM), entropy, dissimilarity, inverse difference (INV), variance, cluster shade(CS), Cluster prominence (CP), maximal prominence (maxpro), sum average (sumavg), sum entropy (sumenth), sum variance (sumvar), difference variance (diffvar) and difference entropy (Diffenth) and sum the average for 0, 45 , 90 and 135 degree for further comparisons[
9,
11,
12]. We use t-test to check the significance among different texture features., the select the significant predictors for further diagnostic performance assessment with ML models. After splitting 80% data into training set and 20% into testing set, we use five machine learning models k-nearest Neighbors (kNN), Naïve Bayes, Logistic regression, Artificial Neural Networks (ANN) and supportive vector machine (SVM) to explore and validate the performance of US GLCM texture features in diagnosing salivary glandular tumors[
15]. In kNN and Naïve Bayes models, the values are normalized as subtract the minimum value and divide by the range. In logistic regression, we further use ROC method to fund optimal cut-point for these significant features and split the data into category with the cut points. In ANN and SVM the raw data are taken into modeling.
The GLCM texture analysis is done by Image J[
16]. All statistical analyses & ML are performed by using STATA 12.0 (Stata Corp Texas 77845 USA) and R version 4.1.0[
17].
3. Results
Total 122 patients with salivary glandular tumors, including 71 benign and 51 malignant tumors, are enrolled. There are 49 female and 73 male patients, with a mean age of 53 years old, ranging from 21 to 93. The general characteristics of recruited patients is summarized in
Table 1. There are six features different benign from malignancy including contrast (90.2±58.0 versus 129.2±115.4, p-value =0.03), IDM (0.28±0.10 versus 0.23±0.09, p-value =0.02), entropy (7.01±0.87 versus 7.39±0.86, p-value =0.04), dissimilarity (4.70±1.53 versus 6.08±2.72, p-value =0.002), INV (0.36±0.09 versus 0.32±0.09, p-value =0.01 ), and Diffenth ( 2.47±0.31 versus 2.7±0.41, p-value =0.0006).
On machine learning, the overall accuracy rates are 74.3% (95%CI:59.8-88.8%), 94.3%(86.6-100%), 72%(54-89%), 84%(69.5-97.3%) and 73.5% (58.7-88.4%) for kNN, Naïve Bayes, Logistic regression, one node ANN (
Figure 3) and SVM, respectively. Detail diagnostic performances including sensitivity and specificity are summarized in
Table 2.
4. Discussion
This is the first study used ML to modeling the texture features for salivary glandular tumor. Our result reveals US texture analysis with ML has potential as an objective and valuable tool for assessment of the salivary gland tumors.
Dissimilarity, entropy and contrast related to the heterogeneous content of tumor. Previous study ever reported texture features, including entropy and contrast were can different benign from malignant salivary tumors[
14]. In our study, we also find entropy and contrast are also different benign from malignant tumors. Entropy is a quantitative measure of signal uncertainty and has been widely applied to ultrasound tissue characterization. These results mean that the malignant tumors are more heterogeneous and diverse than those in benign tumors.
We also include other four texture features, includes inverse difference moment, dissimilarity, inverse difference and difference entropy for ML. Inverse difference moment (IDM) is usually called homogeneity that measures the local homogeneity of an image. IDM feature obtains the measures of the closeness of the distribution of the GLCM elements to the GLCM diagonal. In our study, IDM is higher for benign than malignancy (0.28±0.10 versus 0.23±0.09, p-value =0.02).
After combinations of these six texture features, the diagnostic performance are 74.3% (95%CI: 59.8-88.8%), 94.3% (86.6-100%), 72% (54-89%), 84% (69.5-97.3%) and 73.5% (58.7-88.4%) for kNN, Naïve Bayes, Logistic regression, one node ANN (
Figure 3) and SVM, respectively (
Table 2). Although the performance is not perfect. Our results still support that the use of texture analysis may provide objective and quantitative information about the image pattern. Adaptation of more objective features may further increase the diagnostic performance. Computer-aided diagnostic (CAD) system for thyroid nodule sonographic evaluation is successfully developed to assess the thyroid nodules[
18,
19], in our opinion, objective US CAD for salivary is very promising to established with ML in the future.
Artificial intelligence is attempting to get a computer system to imitate human behavior. ML is a subset of AI technique that attempt to apply statistical models and learning from data. ML is a field within computer science, it differs from traditional computational approaches. In traditional computing, algorithms are sets of explicitly programmed instructions used by computers to calculate or problem solve. ML algorithms instead allow for computers to train on data inputs and use statistical analysis in order to output values that fall within a specific range. Because of this, ML facilitates computers in building models from sample data in order to automate decision-making processes based on data inputs[
20].
Two of the most widely adopted ML methods are supervised learning which trains algorithms based on data that is labeled by humans, and unsupervised learning which provides the algorithm with no labeled data in order to allow it to find structure within its input data. This study adapts supervised learning including kNN, Naïve Bayes, Logistic regression, ANN and SVM.
ANN is used to develop ML systems that are based on a biological model of the brain, specifically the bioelectrical activity of the neurons in the brain. Neural works is also called as deep learning. An ANN architecture for a supervised learning could include a layer of multiple input elements, one or more hidden processing layers, and weighted connections between nodes in adjacent layers[
20]. Evaluation of an ANN model (
Figure 3) in our study shows that the one node ANN model is able to correctly classify the tumor with 84.0 % accuracy rate. Due to limited data, we adapted the simple one node ANN model; more data with multiple nodes and layers may further improve the accuracy rate.
There are some limitations in this study, first: the cases number is still limited. Because this is the preliminary feasibility study, more data is need to consolidation of our findings. Second: other texture analysis methods, such as local binary pattern & multiscale features[
21,
22] could be used to increase the data. Third, there are other form of US picture, such as Doppler and elastography models also could be adapted in the future study. Fourth, there are more ML algorithms could be used[
23].
5. Conclusions
US texture analysis with machine learning has potential as an objective and valuable tool for assessment of salivary gland tumors.
Author Contributions
Conceptualization, L-J L and F-T C.; methodology, L-J L.; software, L-J L and P-C C; validation, L-J L and F-T C; formal analysis, L-J L and P-C C; investigation, L-J L and P-C C; resources, L-J L and P-C C; data curation, L-J L and P-C C; writing—original draft preparation, L-J L.; writing—review and editing, P-C C.; visualization, L-J L.; supervision, F-T C; project administration, L-J L; funding acquisition, L-J L. All authors have read and agreed to the published version of the manuscript.
Funding
This work was supported by grants from the Far Eastern Memorial Hospital (FEMH-2024-C-025).
Institutional Review Board Statement
The study was conducted in accordance with the Declaration of Helsinki, and ap-proved by the Institutional Ethics review board of Far Eastern Memorial Hospital (IRB:112136-E).
Informed Consent Statement
Not applicable.
Data Availability Statement
Not available due to privacy and ethical reason.
Conflicts of Interest
The authors declare that no conflicts of interest exist.
References
- Kuan, E.C.; Mallen-St Clair, J.; St John, M.A. Evaluation of Parotid Lesions Otolaryngol Clin North Am 2016, 49, 313–325. [CrossRef]
- Bozzato, A.; Zenk J Fau - Greess, H.; Greess H Fau - Hornung, J.; Hornung J Fau - Gottwald, F.; Gottwald F Fau - Rabe, C.; Rabe C Fau - Iro, H.; Iro, H. Potential of ultrasound diagnosis for parotid tumors: analysis of qualitative and quantitative parameters Otolaryngol Head Neck Surg 2007, 137, 642–646. [CrossRef]
- Haidar, Y.M.; Moshtaghi, O.; Mahmoodi, A.; Helmy, M.; Goddard, J.A.; Armstrong, W.B. The Utility of In-Office Ultrasound in the Diagnosis of Parotid Lesions Otolaryngol Head Neck Surg 2017, 156, 511-517. [CrossRef]
- Liao, L.J.; Wen, M.H.; Yang, T.L. Point-of-care ultrasound in otolaryngology and head and neck surgery: A prospective survey study J Formos Med Assoc 2021, 120, 1547–1553. [CrossRef]
- Kovacević, D.O.; Fabijanić, I. Sonographic diagnosis of parotid gland lesions: correlation with the results of sonographically guided fine-needle aspiration biopsy J Clin Ultrasound 2010, 38, 294–298. [CrossRef]
- Song, I.H.; Song, J.S.; Sung, C.O.; Roh, J.L.; Choi, S.H.; Nam, S.Y.; Kim, S.Y.; Lee, J.H.; Baek, J.H.; Cho, K.J. Accuracy of Core Needle Biopsy Versus Fine Needle Aspiration Cytology for Diagnosing Salivary Gland Tumors J Pathol Transl Med 2015, 49.
- Cheng, P.C.; Chang, C.M.; Huang, C.C.; Lo, W.C.; Huang, T.W.; Cheng, P.W.; Liao, L.J. The diagnostic performance of ultrasonography and computerized tomography in differentiating superficial from deep lobe parotid tumours Clin Otolaryngol 2019, 44. [CrossRef]
- Lo, W.A.-O.; Chang, C.M.; Wang, C.T.; Cheng, P.W.; Liao, L.A.-O. A Novel Sonographic Scoring Model in the Prediction of Major Salivary Gland Tumors Laryngoscope 2021, 131, E157-E162. [CrossRef]
- Haralick, R.M.; Shanmugam, K.; Dinstein, I.H. Textural features for image classification IEEE Transactions on systems, man, and cybernetics 1973, 610-621.
- Ghorayeb, S.R.; Bracero, L.A.; Blitz, M.J.; Rahman, Z.; Lesser, M.L. Quantitative Ultrasound Texture Analysis for Differentiating Preterm From Term Fetal Lungs J Ultrasound Med 2017, 36, 1437-1443.
- Bhatia, K.S.; Lam, A.C.; Pang, S.W.; Wang, D.; Ahuja, A.T. Feasibility Study of Texture Analysis Using Ultrasound Shear Wave Elastography to Predict Malignancy in Thyroid Nodules Ultrasound Med Biol 2016, 42, 1671-1680. [CrossRef]
- Yang, X.; Tridandapani S Fau - Beitler, J.J.; Beitler Jj Fau - Yu, D.S.; Yu Ds Fau - Yoshida, E.J.; Yoshida Ej Fau - Curran, W.J.; Curran Wj Fau - Liu, T.; Liu, T. Ultrasound GLCM texture analysis of radiation-induced parotid-gland injury in head-and-neck cancer radiotherapy: an in vivo study of late toxicity Med Phys 2012, 39, 5732-5739. [CrossRef]
- Brattain, L.J.; Telfer, B.A.; Dhyani, M.; Grajo, J.R.; Samir, A.E. Machine learning for medical ultrasound: status, methods, and future opportunities Abdom Radiol (NY) 2018, 43, 786-799. [CrossRef]
- Yonetsu, K.; Ohki M Fau - Kumazawa, S.; Kumazawa S Fau - Eida, S.; Eida S Fau - Sumi, M.; Sumi M Fau - Nakamura, T.; Nakamura, T. Parotid tumors: differentiation of benign and malignant tumors with quantitative sonographic analyses Ultrasound Med Biol 2004, 30, 567-574. [CrossRef]
- Lantz, B., Machine learning with R: expert techniques for predictive modeling, Packt publishing ltd2019.
- Schneider, C.A.; Rasband Ws Fau - Eliceiri, K.W.; Eliceiri, K.W. NIH Image to ImageJ: 25 years of image analysis Nat Methods 2012, 9. [CrossRef]
- Team, R.C. R: A language and environment for statistical computing. R Foundation for Statistical Computing (No Title) 2013.
- Chi, J.; Walia, E.; Babyn, P.; Wang, J.; Groot, G.; Eramian, M. Thyroid Nodule Classification in Ultrasound Images by Fine-Tuning Deep Convolutional Neural Network J Digit Imaging 2017, 30, 477-486. [CrossRef]
- Chai, Y.J.; Song, J.; Shaear, M.; Yi, K.H. Artificial intelligence for thyroid nodule ultrasound image analysis Annals of Thyroid 2020, 5. [CrossRef]
- Nwanganga, F.; Chapple, M., Practical machine learning in R, John Wiley & Sons2020.
- Nanni, L.; Lumini A Fau - Brahnam, S.; Brahnam, S. Local binary patterns variants as texture descriptors for medical image analysis Artif Intell Med 2010, 49, 117-125. [CrossRef]
- Materka, A.; Strzelecki, M. Texture analysis methods–a review Technical university of lodz, institute of electronics, COST B11 report, Brussels 1998, 10, 4968.
- Uddin, S.A.-O.; Khan, A.; Hossain, M.E.; Moni, M.A. Comparing different supervised machine learning algorithms for disease prediction BMC Med Inform Decis Mak 2019, 19, 281. [CrossRef]
|
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2024 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).