Abstract
This study uses artificial intelligence (AI) for differentiation between salivary gland tumours (SGT) using digitised Haematoxylin and Eosin stained whole-slide images (WSI). Machine learning (ML) classifiers were developed and tested using 320 scanned WSI. These included a benign versus malignant classifier (BvM) for automated identification of benign and malignant tumours, a malignant sub-typing (MST) classifier for subtyping four most common malignant SGT and a third classifier for malignant tumour grading. ML results were also compared with deep learning models. All ML classifiers showed an excellent accuracy. An F1 score of 0.95 was seen for benign vs. malignant and malignant subtyping tasks and 0.87 for automated grading. In comparison, the best performing DL models showed F1 scores of 0.80, 0.60 and 0.70 for the same tasks respectively. External validation on an independent cohort demonstrated good accuracy, with an F1 score of 0.87 for both the benign vs. malignant and grading classifiers. A notable association between cellularity, nuclear haematoxylin, cytoplasmic eosin, and nucleus/cell ratio (p < 0.01) were seen between tumours. Our novel findings show that AI can be used for automated differentiation between SGT. Analysis of larger multicentre cohorts is required to establish the significance and clinical usefulness of these findings.
Introduction
Salivary gland tumours (SGTs) are a heterogeneous group of neoplasms that present with a wide range of histological features and subtypes. They are rare, with an annual incidence of approximately 2.5–3.0 per 100,000 people in the Western world1. SGTs can be diagnostically challenging due to a large number of entities and markedly similar and overlapping features but different clinical behaviour2. A number of additional special stains, immunohistochemistry (IHC), and molecular work (Fluorescence in Situ Hybridisation (FISH), Polymerase Chain Reaction (PCR), etc.) can be required to diagnose and sub-type SGT. However, these tests may only be available at specialist centres with associated time delays and cost implications. In some cases, even when these investigations can be performed, differentiation between tumour types can be challenging in particular on small biopsies3, and unfortunately, very few of these special tests are available in the developing world.
Furthermore, contextual and morphological information is not evident when molecular or genetic tests are performed, and a number of SGTs have no known molecular alterations at present. Identification of the tumour type is important as it provides guidance for the optimal management and prognostic behaviour. These issues highlight the need for novel, efficient, and widely available methods as diagnostic aids.
The advent of digital pathology and the ability to obtain whole slide images (WSIs) from histology slides has accelerated the application of artificial intelligence (AI) to pathology, which has been helped by advancements in computing power and technology, allowing exploration of sub-visual morphometric features with a potential to improve patient care4. Numerous reports have shown the use of AI for consistent and quantitative histological diagnosis as well as providing prognostic information in a range of cancers5,6,7,8,9,10. However, its application to SGTs has not been investigated or reported to date.
Machine learning (ML) is a branch of AI that learns from data that has been provided to make a prediction11,12,13. ML techniques have been employed by several image analysis platforms to analyse cell, tissue and histology images. Open-source image analysis platforms with built-in ML capabilities (such as QuPath) have been utilised for histological feature analysis and staining quantification14.
Deep learning (DL) encompasses a range of approaches that are based on ANNs, but typically with many hidden layers. Convolutional neural networks (CNNs) are a DL approach that has become dominant in the computer vision and computational pathology literature for both segmentation and classification tasks, owing to their efficiency on inference and generalisability to new data4.
Recent efforts have applied deep learning models to SGT, focusing primarily on subtype classification15,16. Additional studies have addressed specific rare histologic entities17, immune-mediated conditions such as Sjogren’s syndrome18. However, most prior work has not tackled the combined diagnostic challenges of benign vs. malignant differentiation, malignant subtyping, and histological grading, which are critical for clinical decision-making. Our study aims to address these three tasks within a real-world dataset using interpretable ML and DL tools. For this purpose, QuPath was used for feature generation within manually selected regions of interest (ROIs). The ROIs were then exported to create the ML classifier using established Python libraries. Finally, owing to the recent popularity and success of DL techniques, these results were compared with DL models applied to the same tasks.
Materials and methods
Benign and malignant SGTs were identified using a digital database and the corresponding Haematoxylin & Eosin (H&E) stained slides were retrieved from the department archive (Ethics reference: 20/WS/0017). This department receives a large number of regional, national and international consult cases for expert opinion, and both internally and externally stained slides were included in the cohort to ensure the robustness of training. The retrieved cases included two common benign SGT subtypes, i.e., pleomorphic adenoma (PA) and basal cell adenoma (BCA), and four malignant SGT subtypes, i.e., mucoepidermoid carcinoma (MEC), adenoid cystic carcinoma (AdCC), acinic cell carcinoma (ACC) and carcinoma ex pleomorphic adenoma (Ca-ex-PA). All cases were independently reviewed and confirmed by two oral and maxillofacial pathologists (IA and SAK) prior to slide digitization. Consensus diagnosis was established through joint review when discrepancies arose. Ancillary tests such as IHC were considered in selected cases where additional diagnostic clarification was required, followed by anonymisation of the slides. Whole slide images (WSIs) were generated using Aperio CS2 and Hamamatsu Nano-zoomer scanners at 40x magnification. Calibration was done prior to each scanning session, and images were stored on a dedicated server. Anonymised WSIs of cases to be analysed were downloaded from the server for analysis.
A wide range of features was analysed and compared between tumours, including cellularity, nuclear and cytoplasmic features such as circularity, eccentricity, haematoxylin and eosin (H&E) optical density and nucleus/cell area ratio.
Case selection and building of machine learning classifiers
For comparison between benign and malignant SGT, WSIs of H&E-stained sections were used, including 120 from benign tumours (PA and BCA) and 120 from malignant tumours (including MEC, AdCC, ACC, and Ca-ex-PA). We used 67% (n = 160) of the cases for training and the remaining for testing (n = 80) (Table 1). In our cohort, approximately 75% of benign tumours originated from major salivary glands and 25% from minor glands. In contrast, malignant tumours demonstrated an even distribution, with 50% arising in major glands and 50% in minor salivary gland sites. An open-source bioimage analysis software (QuPath) was employed initially for annotation, feature generation and extraction of ROIs14. To overcome varying staining procedures between laboratories, Ruifrok and Johnston’s colour deconvolution technique is utilised by QuPath, which allowed reliable separation of haematoxylin and eosin signals for downstream analysis19.
To train the benign vs malignant (BvM) detection classifier, ROIs per WSI were selected using fixed-size areas of 142,884 µm2 (1500 × 1500 pixels) to ensure standardisation across cases. Next, cell detection analysis was performed, following which the detected cells/nuclei were assigned to a specific class/ground truth. To address intra-tumoral heterogeneity, a minimum of five morphologically distinct ROIs were manually selected from each WSI for training. These ROIs captured representative variations in tumour architecture and cytology, including patterns such as cribriform, clear cell, solid, and tubular areas when present (where applicable). This approach aimed to ensure the model’s exposure to the full spectrum of histologic features within each tumour type. Using the ROIs in the training cases, a ML classifier (Random Forest/RF) was built and validated through visualisation of nuclear segmentation in the unseen cases using the Scikit-learn 1.0.1 toolbox with Python20. 80 unseen WSIs with 400 ROIs of fixed-size areas were used to blindly test and validate the BvM classifier for automated classification, followed by quantification and statistical analysis of colour and morphometric features that were contributing to the classifier’s ‘decision’ (Fig. 1) (Supplementary Table 1). In addition to the local test set, external validation was performed using 40 unseen WSIs of benign and malignant salivary gland tumours (SGTs), including 20 benign cases (PA) from the Piracicaba Dental School, University of Campinas (Brazil), and 20 malignant cases (10 MEC and 10 AdCC) from the Head and Neck 5000 cohort21 (http://www.headandneck5000.org.uk/) (REC reference: 10/H0107/57).
Training and analysis overview.
The second part of the study aimed to build an additional classifier for malignant tumour subtyping (MST) for automated identification of the most common malignant SGT. 120 WSIs were used for training and testing. Although these cases were the same as those used in the previous part of the study, a new classifier was built to ensure that the test cases remained ‘unseen’. Two-thirds (n = 80) WSIs were used for training and the remainder for testing (n = 40) (Table 1). A RF classifier was trained using 80 WSIs with 400 ROIs, including four different tumours (MEC, AdCC, ACC, and Ca-ex-PA) (n = 20 WSIs of each tumour). The ROI dimensions were maintained at 1500 × 1500 pixels, and cell/nuclear detection was performed as described previously. All detected cells in each tumour type ROI were assigned to a specific tumour type class (i.e., MEC, AdCC, ACC, Ca-ex-PA). 40 unseen WSIs (10 of each SGT) with 200 ROIs were used to test the MST classifier and to perform analysis and quantification of features (Fig. 1). External validation of the MST classifier was not feasible due to the limited representation of distinct malignant SGT subtypes within the available external cohort. Including such a restricted dataset could have introduced a significant class imbalance, potentially compromising the reliability and generalizability of the validation results.
The third part of the study intended to build a tumour grading classifier (TG) for the most two common gradable SGT MEC and AdCC. Two-thirds of cases (80 WSIs) were used for training and unseen one-third for testing (internal set (n = 40)), an additional external dataset comprising 40 cases from the Head and Neck 5000 cohort was used for validation. This included 20 MEC and 20 AdCC (10 low-grade and 10 high-grade for each) (Table 1). Due to subjectivity of the three-grade system in interpreting histological features a binary grading system of low or high grade was used for both tumours. The grading criteria were consistent with existing literature. The grading of MEC is based on the most prominent histological features that can be seen in the tumour, with low-grade MEC being defined by a predominance of mucous cells, a cystic or glandular growth pattern, and showing a low mitotic rate and minimal cellular pleomorphism, while high-grade tumours are characterised by a predominance of epidermoid cells, a lack or minimal mucous cells, a solid or infiltrative growth pattern, and marked cellular pleomorphism. The intermediate grade was joined with the nearest grade according to above mentioned criteria (based on the Brandwein and AFIP score). In addition, the grading of AdCC is based on the predominant pattern observed in the tumour, with the cribriform and tubular patterns were considered as low-grade and solid patterns as well as cases that demonstrated necrosis as high-grade (any tumours with solid areas were therefore categorised as high grade). A binary grading system of low or high grade was used. The classifiers were trained by selecting larger 3–5 ROIs per WSI using fixed-size areas of 1,587,600 µm2 (5000 × 5000 pixels). ML artificial neural network (ANN-ML classifier) was built and validated through the visualisation of nuclear segmentation. Finally, an automated analysis of features was performed (Fig. 1).
Comparison with deep learning networks
Next, the utility of DL methods for classification was analysed. For direct prediction with DL, the ROIs were tessellated into smaller patches (256 × 256, at 40×) before training/testing multiple state-of-the-art convolutional neural networks (CNNs) for automated prediction. Here, we used ResNet-18, ResNet-50, Efficient-NetB0 and Efficient-NetB3 models, built with PyTorch 1.10 22,23. On inference, the maximum argument was taken across all patches per subject to achieve predictions.
In this work, we have therefore performed two different sets of experiments:
- 1. Feature generation and employing ML (RF and ANN) for classification.
- 2. DL for classification (based on raw image patches).
Spatial analysis
The spatial analysis was performed using a set of features related to the orientation of objects at a certain location. This included proximity by measuring centroid distance between cells as well as cluster Delaunay analysis, including neighbouring cells, intercellular distance, and mean triangle area. Delaunay triangulation is a geometric calculation indicating a set of points that can be found in optimal time and position24.
Statistical analysis
T-Test and multiple comparison one-way ANOVA were used to evaluate differences across various geometrical, spatial, and staining features. Microsoft Excel 2016 (Microsoft Office Software, USA) was used to organise exported data and perform statistical analyses. The performance of detection classifiers was measured using precision, recall, F1 score, and AUROC, generated at the case level.
Results
Performance of the classifiers
The benign versus malignant tumour RF classifier (BvM) showed high F1 and AUROC scores of 0.95 (Table 2). The predominant detection/class was accurate for all cases, although some isolated false positive and false negative detections for both benign and malignant cells were identified (Fig. 2). Results from DL were similar, with all CNNs showing high F1-scores (> 0.80, Table 2), with EfficientNet-B0 giving the best performance (F1 = 0.87). However, none of the DL CNNs surpassed the performance achieved using the ML classifier (F1 = 0.95). Testing of the ML classifiers on the external cohort also showed an excellent performance (F1 score = 0.87) (Table 2).
The malignant subtyping ML classifier (MST) also showed excellent performance for classification and automatic differentiation between SGT subtypes (including MEC, AdCC, ACC and Ca-ex-PA), with the predominant automated detection correct in all instances (F1 = 0.95, AUROC = 0.97, Table 2). However, there were some false-positive detections as shown in Fig. 2. Interestingly, results for DL models appeared inferior to the ML classifier (highest F1 score = 0.60 with ResNet-18 and ResNet-50) (Table 2).
The tumour grading ML classifier (TG) showed high F1 and AUROC scores of 0.87 and 0.89, respectively (Table 2, Fig. 2). The state-of-the-art DL models performed inferior to the ML classifier (highest F1 score = 0.70 with EfficientNet-B0) (Table 2). Validation of the ML classifier on the external cohorts also showed an excellent performance with an F1 score of 0.87 (Table 2).
To enhance model transparency and facilitate clinical interpretability, we incorporated heatmap visualizations of AI predictions at the WSI level. As illustrated in Fig. 3, the BvM and TG classifiers generate spatial probability maps.
For the benign case (PA), the BvM classifier correctly predicted the overall benign diagnosis (Fig. 3A,B). In contrast, the TG classifier applied to a low-grade AdCC case (Fig. 3C,D) highlighted the overall low-grade predication.
Automatic cell segmentation and classification in ROIs using trained classifiers. (a) (BvM, test n = 80) predictions were largely correct with some false-positive and false-negative cells (highlighted by black circle in A & C). A: Pleomorphic adenoma (benign), B: Basal cell adenoma (benign), C: Mucoepidermoid carcinoma (malignant), D: Acinic cell carcinoma (malignant). (b) (MST, test n = 40), most of the predicted classes were correct with some false positive detections. E: Mucoepidermoid carcinoma (red), B: Acinic cell carcinoma (yellow), C: Adenoid cystic carcinoma (purple), D: Carcinoma ex pleomorphic adenoma (cyan). (c) (TG, test n = 40) predictions were largely correct with some false positive cells. I: Mucoepidermoid carcinoma (low-grade), J: Adenoid cystic carcinoma (low-grade), K: Mucoepidermoid carcinoma (high-grade), L: Adenoid cystic carcinoma (high-grade) (magnification ×20).

Automatic cell segmentation and classification at WSI level. (A,B) Using BvM classifier on benign case (pleomorphic adenoma). (A) Ground truth of H&E WSI, (B) Heatmap prediction. (C,D) using TG classifier on low-grade tumour case (adenoid cystic carcinoma). (C) Ground truth of H&E WSI, (D) Heatmap prediction. (magnification ×1).
Features contributing to the classifier performance
The geometrical and morphometrical feature analysis of the test set demonstrated a number of features that were being used by the BvM classifier for benign or malignant class prediction. Analysis indicated a clear variation between nuclear circularity, nuclear haematoxylin optical density (OD), and cytoplasmic eosin OD between benign and malignant tumours (p < 0.01). Furthermore, a notable difference in nucleus/cell ratio was also seen (p < 0.05). No difference was seen between benign and malignant SGT for nuclear eccentricity (Fig. 4a). Similar to results seen for the BvM classifier, a detailed analysis of features showed various geometrical and morphometrical features guiding the automated detection of malignant subtypes. There was a distinct variation between nuclear haematoxylin OD, cytoplasmic and eosin OD, and nucleus/cell ratio (p < 0.01) between the different malignant tumours. Interestingly, no measurable difference was seen between nuclear circularity and eccentricity for this task (Fig. 5a). For the TG classifier, the analysis showed that there was a meaningful variation between nuclear circularity, cytoplasmic eosin OD, and nucleus/cell ratio (p < 0.01) between low and high-grade tumours (Fig. 6a).
(a) Average values for nuclear and cytoplasmic features in benign (green) and malignant (red) unseen test cases (test n = 80). (b) Boxplot showing cellularity of the benign and malignant tumours (test n = 80). Error bars = standard deviation. *p < 0.05, **p < 0.01 (T-Test (two-tailed).

(a) Average nuclear and cytoplasmic feature values for the malignant subtyping unseen test set (n = 40). Mucoepidermoid carcinoma (red), Acinic cell carcinoma (yellow), Adenoid cystic carcinoma (purple) and Carcinoma ex pleomorphic adenoma (cyan). (b) Boxplot showing the cellularity comparison of malignant tumours (test n = 40). Error bars = standard deviation. *p < 0.01 (Multiple comparison one-way ANOVA).
Quantitative morphometrical feature analysis
Cellularity
The average number of cells in malignant tumours was higher than benign tumours (average cellularity per case calculated across five standardised ROIs). Cellularity varied considerably between the groups (p < 0.01) (Fig. 4b). Comparison of malignant tumours showed the highest cellularity in Ca ex PA, followed by AdCC and ACC. MEC demonstrated lower cellularity compared to other SGT. The analysis demonstrated a distinct variation in cellularity across the four SGT groups(p < 0.01) (Fig. 5b). The average number of cells in high-grade tumours was also notably higher than low-grade tumours (p < 0.01) (Fig. 6b).

(a) Average values for nuclear and cytoplasmic features in low grade (blue) and high grade (yellow) unseen test cases (test n = 40). (b) Boxplot showing cellularity of the benign and malignant tumours (test n = 40). Error bars = standard deviation. *p < 0.01 (T-Test (two-tailed).
Spatial analysis
The average centroid distance showed a notable difference between cells in malignant and benign SGT, with a smaller distance seen in malignant SGT (p < 0.01) in keeping with increased cellularity (Fig. 7a–c). Cluster spatial analysis showed a pronounced difference in Delaunay neighbouring cells in benign and malignant SGT (p < 0.01). Furthermore, there was a distinct variation between the Delaunay mean intercellular distance between benign and malignant tumours (p < 0.01). In addition, the Delaunay mean triangle area was also different between benign and malignant SGT (p < 0.01) (Fig. 7d).

Spatial and proximity analysis of benign vs. malignant tumours (test n = 80). (a,b) Showing spatial orientation networks of benign (a) and malignant (b) cells (magnification ×20). (c) Average centroid distance between benign and malignant cells (µm). (d) Cluster spatial analysis of Delaunay features for benign and malignant tumours. Error bars = standard deviation. *p < 0.01 (T-Test (two-tailed).
Spatial analysis for different malignant subtypes showed the highest number of Delaunay neighbouring cells in ACC compared to MEC, AdCC and Ca-ex-PA (p < 0.05) (Fig. 8a,b). The Delaunay mean distance was also showed pronounced difference between different types of malignant SGT (p < 0.01). In addition, the Delaunay mean triangle area also showed a notable difference (p < 0.01) between subtypes with the highest area seen in MEC and the lowest in AdCC (Fig. 8b).

Spatial analysis of malignant subtypes (test n = 40). (a) Showing spatial orientation networks of different malignant subtypes (blue-Ca ex PA, purple-AdCC, yellow-ACC, red-MEC) (magnification ×20). (b) Cluster spatial analysis of Delaunay features for malignant subtypes. Error bars = standard deviation. *p < 0.05, **p < 0.01 (multiple comparison one-way ANOVA).
Dynamic interaction between low and high-grade cells creates topographical features that explain spatial orientation (Fig. 9a,b). The average centroid distance showed a distinct variation between cells in low and high-grade tumours, with a smaller distance seen in high-grade tumours (p < 0.01) (Fig. 9c). Cluster spatial analysis showed a notable difference in the number of neighbouring cells in low and high-grade tumours (p < 0.01). Furthermore, there was a measurable difference between the Delaunay mean intercellular distance between low- and high-grade tumours (p < 0.01). In addition, the Delaunay mean triangle area also varied between low- and high-grades tumours (p < 0.01) (Fig. 9d).
Discussion
Computational pathology (ML, DL, and AI) has been shown to provide objective and accurate quantification and classification in a range of cancers5,6,7,8,9,25,26,27,28,29,30,−31. This study presents a novel application of AI, integrating ML and DL, for the histological analysis of SGT using H&E-stained WSIs. Our approach uniquely addresses the full diagnostic spectrum of benign versus malignant classification, malignant subtyping, and preliminary tumour grading within a real-world dataset. While earlier studies have demonstrated the feasibility of AI in SGT classification15,16, these efforts primarily focused on subtype identification using large datasets. In contrast, our model incorporates interpretable, nuclear and cellular level features to support a more comprehensive diagnostic workflow.
Our ML benign vs. malignant (BvM) classifier has achieved an excellent accuracy with F1 and AUROC values of 0.95. Although prior work also has reported tumour detection on gross specimens using hyperspectral imaging32, direct comparisons remain limited due to differences in imaging modality and diagnostic focus. Therefore, a direct comparison of our findings with relevant studies is not possible. Nonetheless, comparable concepts have been explored in a number of studies; for example, one study in breast tissue attempted to distinguish between non-carcinoma (normal and benign) and carcinoma (in situ and invasive) and reached an accuracy of 83.3%25. Another study of benign and malignant breast lesions using a class structure-based deep learning model showed 93% accuracy33. In prostate adenocarcinoma, an AUC of 0.98 and 0.99, respectively, have been reached using DL to distinguish between benign and malignant tumours on large datasets27,31. Although we have shown novel and interesting data using ML classifiers and DL models for SGT analysis, it is apparent that modern DL techniques can offer significantly higher performance and accuracy at a WSI level on larger datasets, and we are already exploring this as an extension to the existing work. However, SGT are much rarer compared to breast, prostate, and other adenocarcinomas; therefore, curating large multicentre datasets (similar to published studies with large scale validation) is extremely challenging.
Malignant SGT subtyping can require the use of several further IHC stains and referral to specialist pathologists with associated time and cost implications as well as variation in the availability of these tests, in particular in developing countries. Due to time and data restraints, only four common types of malignant SGT could be included for comparison; these tumours were selected as they account for the majority of malignant SGT in reported studies34,35. Our MST classifier showed excellent accuracy (F1 scores- 0.95, AUROC- 0.97). Interestingly, but not surprisingly, the performance was inferior for DL for this task. DL algorithms require larger datasets, especially for challenging tasks, and it is likely that the use of ROIs and four different classes/tumours in a relatively small dataset was insufficient to achieve good accuracy. Recent advancements in DL, including transformer-based architectures have demonstrated excellent performance in classifying SGT from large-scale datasets15. However, despite high accuracy in subtype classification, most existing models have focused on categorical prediction without exploring nuclear feature analysis. In addition, DL has been used to subtype other glandular carcinomas, such as lung Adenocarcinoma (LUAD) vs. squamous cell carcinoma (LUSC) or normal lung tissue in much larger datasets at WSI level (AUC of 0.97)36.
Despite evidence suggesting that grading systems produce clinically useful information, all grading schemes are arbitrary and open to interpretation. In addition, grading in these systems is often subjective and dependent on pathologist experience37,38. In AdCC, the 2022 WHO classification highlights the presence of any solid tumour component as a key indicator of high-grade transformation, in line with prior evidence39. In our cohort, high-grade AdCC cases identified by the AI model also demonstrated necrosis, a feature widely recognised as a reproducible marker of aggressive behaviour. Nonetheless, we acknowledge that histological grading in salivary gland tumours remains challenging due to biological variability, particularly in mucoepidermoid carcinoma (MEC), where certain oncocytic variants may appear solid but behave indolently. The grading component of this study was therefore designed as an exploratory proof-of-concept. Our aim was not to replace current grading systems but to evaluate the potential of AI in recognizing morphological correlates of grade. Ki-67 immunostaining is used frequently to assess tumour behaviour and has been shown to significantly correlate with histological grade in MEC, but no such correlation was observed in AdCC40. In general, the association between IHC markers and histological grade or clinical outcomes in SGT is poorly understood41. Furthermore, Interobserver variability in SGT grading can lead to diagnostic inconsistencies and may affect the reliability of AI training data. However, AI has the potential to apply grading criteria consistently, reducing such variability when trained on expert consensus annotations. Future studies should incorporate larger datasets and outcome-based validation to support more reproducible grading models.
Our TG-tumour grading ML classifier showed an excellent performance with an F1-score of 0.87. In comparison, the best performing DL algorithm was EfficientNet-B0 with an inferior F1-score. Nonetheless, the result was comparable to previously reported work in breast cancer grading42.
Although ML offers the advantage of automated analysis of histopathological features, it requires a large amount of training and annotations, making it tedious and time-consuming. DL algorithms can learn directly from raw data, but it can be difficult to establish how algorithms make the decision from input data and arrive at a prediction43. In addition, DL algorithms are data-hungry, often requiring large cohorts. Our study uses a hybrid approach for SGT classification and segmentation, including analysis of morphological, geometrical and colour features that ML uses for decision making and comparing that with DL algorithms (using ML generated ROI level features).
For benign vs. malignant SGT, the analysis of the geometrical and morphometrical features demonstrated a notable difference between nuclear circularity, nuclear haematoxylin, cytoplasmic eosin and nucleus/cell ratio. This is biologically relevant as malignant cells are known to have a higher and abnormal DNA content (i.e., hyperchromatism), leading to a higher nuclear haematoxylin staining and nuclear/cell ratio44. This also highlights potential for application and translation to rapid diagnostic screening methods such as diffquik fine needle aspiration cytology. Nuclear haematoxylin staining and nucleus/cell ratio were also statistically different between different malignant SGT, which could be related to the degree of differentiation or histological grade of those tumours. Also, similar findings were seen in tumour grading classifier, which makes biological relevance as higher grade and poorly differentiated neoplasms exhibit less circularity and more pleomorphism. In addition, high-grade tumours showed increased nuclear cellular area ratio, which is a well-known feature of malignant and high-grade tumours44,45,46.
Assessment of tumour cellularity is a subjective and tedious process, not routinely used for diagnosis or prognosis prediction, and with concerns of inter-observer variability among pathologists. ML and DL can aid this process and have been shown to objectively quantify tumour cellularity47. Our results show higher cellularity in malignant and high grades tumours compared to benign and low grades. This observation is in agreement with the literature as malignant and high grade tumours are known to be more cellular, but this quantification is rarely done in practice, in particular for SGT44,46,48.
Our paper is also the first to report the importance of spatial characteristics in SGT. This is important as the tumour microenvironment has been shown to play a key role in progression and prognosis of numerous neoplasms. Furthermore, in many types of cancers, histopathological analysis can show cells growing in clusters and show architectural patterns and organisation. Ali et al., (2013) reported a cell cluster graph (CCG) which computationally characterised prostate cancer tissue images according to spatial distribution and correlated it with histological grading49. Our study shows that spatial orientation and clustering of cells are different between benign and malignant tumours, different malignant subtypes as well as low and high grades tumours and this might be a valuable adjunct for differentiating between them.
AI-based classifiers such as those presented in this study could be integrated into diagnostic workflows as decision-support tools. One potential application is as a screening system to flag potentially malignant or high-grade tumours for prioritized review by pathologists. Additionally, these models could assist in providing an objective judgment in cases of tumour grading, where subjective interpretation often contributes to interobserver variability. This functionality may be particularly valuable in diagnostically complex entities, or in institutions with limited access to expert subspecialty consultation. Nonetheless, clinical adoption would require prospective validation, interpretability of predictions, and compliance with regulatory and ethical standards.
Despite the novelty of our findings, our training dataset included cases from a single centre. However, this is a centre of excellence with regards to SGT analysis, receiving routine and referral cases from not only across the region but also nationally and internationally, which would mitigate bias and add to the robustness of the trained algorithms. Although the sample size is relatively limited compared to large-scale AI studies, it reflects the real-world distribution and rarity of salivary gland tumours; thus, this work serves as a feasibility study demonstrating the potential of AI-driven models in supporting histopathological classification and grading within this uncommon tumour group. Furthermore, underrepresentation of rare salivary gland tumour subtypes, which were too infrequent for reliable model training or evaluation. This restricts the model’s generalizability across the full spectrum of salivary gland neoplasms. Future scalability will depend on larger, multicentre datasets and approaches such as data augmentation or transfer learning.
To conclude, AI has an enormous potential to aid diagnosis and improve patient care. Our novel findings show that AI can be used for analysis, quantification, and differentiation between salivary gland tumours. A larger multicentre cohort needs to be analysed to determine the true significance and clinical usefulness of these findings.
References
-
Speight, P. & Barrett, A. Salivary gland tumours. Oral Dis. 8, 229–240 (2002).
-
Khurram, S. A., Barrett, A. W. & Speight, P. M. Diagnostic difficulties in lesions of the minor salivary glands. Diagn. Histopathol. 23, 250–259 (2017).
-
Speight, P. M. & Barrett, A. W. Salivary gland tumours: diagnostic challenges and an update on the latest WHO classification. Diagn. Histopathol. 26, 147–158 (2020).
-
Bera, K., Schalper, K. A., Rimm, D. L., Velcheti, V. & Madabhushi, A. Artificial intelligence in digital pathology—new tools for diagnosis and precision oncology. Nat. Rev. Clin. Oncol. 16, 703–715 (2019).
-
Bejnordi, B. E. et al. Diagnostic assessment of deep learning algorithms for detection of lymph node metastases in women with breast cancer. JAMA. 318, 2199–2210 (2017).
-
Wang, S. et al. Recalibrated multi-instance deep learning for whole slide gastric image classification. Med. Image. Anal. 58, 101549 (2019).
-
Li, W. et al. Path R-CNN for prostate cancer diagnosis and Gleason grading of histological images. IEEE Trans. Med. Imaging. 38, 945–954 (2018).
-
Kather, J. N. et al. Deep learning can predict microsatellite instability directly from histology in Gastrointestinal cancer. Nat. Med. 25, 1054–1056 (2019).
-
Shaban, M. et al. A novel digital score for abundance of tumour infiltrating lymphocytes predicts disease free survival in oral squamous cell carcinoma. Sci. Rep. 9, 1–13 (2019).
-
Kather, J. N. et al. Pan-cancer image-based detection of clinically actionable genetic alterations. Nat. Cancer. 1, 789–799 (2020).
-
Zarella, M. D. et al. A practical guide to whole slide imaging: a white paper from the digital pathology association. Arch. Pathol. Lab. Med. 143, 222–234 (2019).
-
Hamet, P. & Tremblay, J. Artificial intelligence in medicine. Metabolism. 69, S36–S40 (2017).
-
Mahmood, H. et al. Use of artificial intelligence in diagnosis of head and neck precancerous and cancerous lesions: A systematic review. Oral Oncol. 110, 104885 (2020).
-
Bankhead, P. et al. QuPath: open source software for digital pathology image analysis. Sci. Rep. 7, 1–7 (2017).
-
Li, M. et al. A recognition system for diagnosing salivary gland neoplasms based on vision transformer. Am. J. Pathol. 195, 221–231 (2025).
-
Sousa-Neto, S. S. et al. Development and evaluation of a convolutional neural network for microscopic diagnosis between pleomorphic adenoma and carcinoma Ex‐Pleomorphic adenoma. Head Neck. 47, 832–838 (2025).
-
Bishop, J. A. et al. The myoepithelial cells of salivary intercalated Duct-type intraductal carcinoma are neoplastic: A study using combined Whole-slide imaging, immunofluorescence, and: RET: fluorescence in situ hybridization. Am. J. Surg. Pathol. 45, 507–515 (2021).
-
Wu, R. et al. A graph-learning based model for automatic diagnosis of sjögren’s syndrome on digital pathological images: a multicentre cohort study. J. Transl. Med. 22, 748 (2024).
-
Ruifrok, A. C. & Johnston, D. A. Quantification of histochemical staining by color deconvolution. Anal. Quant. Cytol. Histol. 23, 291–299 (2001).
-
Pedregosa, F. et al. Scikit-learn: machine learning in python. J. Mach. Learn. Res. 12, 2825–2830 (2011).
-
Ness, A. R. et al. Establishing a large prospective clinical cohort in people with head and neck cancer as a biomedical resource: head and neck 5000. BMC Cancer. 14, 1–6 (2014).
-
He, K., Zhang, X., Ren, S. & Sun, J. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition., 770–778.
-
Tan, M. & Le, Q. In International Conference on Machine Learning., 6105–6114 (PMLR).
-
Preparata, F. P. & Shamos, M. I. Computational Geometry: An Introduction (Springer Science & Business Media, 2012).
-
Araújo, T. et al. Classification of breast cancer histology images using convolutional neural networks. PLoS One. 12, e0177544 (2017).
-
Pantanowitz, L. et al. An artificial intelligence algorithm for prostate cancer diagnosis in whole slide images of core needle biopsies: a blinded clinical validation and deployment study. Lancet Digit. Health. 2, e407–e416 (2020).
-
Bulten, W. et al. Automated deep-learning system for Gleason grading of prostate cancer using biopsies: a diagnostic study. Lancet Oncol. 21, 233–241 (2020).
-
Nagpal, K. et al. Development and validation of a deep learning algorithm for improving Gleason scoring of prostate cancer. NPJ Digit. Med. 2, 1–10 (2019).
-
Shaban, M. et al. Context-aware convolutional neural network for grading of colorectal cancer histology images. IEEE Trans. Med. Imaging. 39, 2395–2405 (2020).
-
Arvaniti, E. et al. Automated Gleason grading of prostate cancer tissue microarrays via deep learning. Sci. Rep. 8, 1–11 (2018).
-
Ström, P. et al. Pathologist-level grading of prostate biopsies with artificial intelligence. arXiv preprint arXiv:1907.01368 (2019).
-
Halicek, M., Dormer, J. D., Little, J. V., Chen, A. Y. & Fei, B. Tumor detection of the thyroid and salivary glands using hyperspectral imaging and deep learning. Biomed. Opt. Express. 11, 1383–1400 (2020).
-
Han, Z. et al. Breast cancer multi-classification from histopathological images with structured deep learning model. Sci. Rep. 7, 1–10 (2017).
-
Jones, A., Craig, G., Speight, P. & Franklin, C. The range and demographics of salivary gland tumours diagnosed in a UK population. Oral Oncol. 44, 407–417 (2008).
-
Alsanie, I. et al. Distribution and frequency of salivary gland tumours: an international multicenter study. Head Neck Pathol. 1–12 (2022).
-
Coudray, N. et al. Classification and mutation prediction from non–small cell lung cancer histopathology images using deep learning. Nat. Med. 24, 1559–1567 (2018).
-
Seethala, R. R. An update on grading of salivary gland carcinomas. Head Neck Pathol. 3, 69–77 (2009).
-
Bai, S. et al. Salivary mucoepidermoid carcinoma: a multi-institutional review of 76 patients. Head Neck Pathol. 7, 105–112 (2013).
-
van Weert, S., van der Waal, I., Witte, B. I., Leemans, C. R. & Bloemena, E. Histopathological grading of adenoid cystic carcinoma of the head and neck: analysis of currently used grading systems and proposal for a simplified grading scheme. Oral Oncol. 51, 71–76 (2015).
-
Kiyoshima, T. et al. Expression of p53 tumor suppressor gene in adenoid cystic and mucoepidermoid carcinomas of the salivary glands. Oral Oncol. 37, 315–322 (2001).
-
Vargas, P., Cheng, Y., Barrett, A., Craig, G. & Speight, P. Expression of Mcm-2, Ki‐67 and Geminin in benign and malignant salivary gland tumours. J. Oral Pathol. Med. 37, 309–318 (2008).r
-
Couture, H. D. et al. Image analysis with deep learning to predict breast cancer grade, ER status, histologic subtype, and intrinsic subtype. NPJ Breast Cancer. 4, 1–8 (2018).
-
Salvi, M., Acharya, U. R., Molinari, F. & Meiburger, K. M. The impact of pre-and post-image processing techniques on deep learning frameworks: A comprehensive review for digital pathology image analysis. Comput. Biol. Med. 128, 104129 (2021).
-
Jang, S. J., Gardner, J. M. & Ro, J. Y. Diagnostic approach and prognostic factors of cancers. Adv. Anat. Pathol. 18, 165–172 (2011).
-
Seethala, R. R. Histologic grading and prognostic biomarkers in salivary gland carcinomas. Adv. Anat. Pathol. 18, 29–45 (2011).
-
Fischer, E. G. Nuclear morphology and the biology of cancer cells. Acta Cytol. 64, 511–519 (2020).
-
Rakhlin, A. et al. In Proceedings of the IEEE/CVF International Conference on Computer Vision Workshops..
-
Yin, Y. et al. In 2016 IEEE Nuclear Science Symposium, Medical Imaging Conference and Room-Temperature Semiconductor Detector Workshop (NSS/MIC/RTSD)., 1–3 (IEEE).
-
Ali, S., Veltri, R., Epstein, J. A., Christudass, C. & Madabhushi, A. In Medical Imaging 2013: Digital Pathology., 164–174 (SPIE).
