Skip to main content

ORIGINAL RESEARCH article

Front. Vet. Sci., 26 March 2021
Sec. Veterinary Experimental and Diagnostic Pathology

Histopathological Classification of Canine Cutaneous Round Cell Tumors Using Deep Learning: A Multi-Center Study

\nMassimo Salvi
Massimo Salvi1*Filippo MolinariFilippo Molinari1Selina IussichSelina Iussich2Luisa Vera Muscatello,Luisa Vera Muscatello3,4Luca PazziniLuca Pazzini4Silvia BenaliSilvia Benali4Barbara BancoBarbara Banco4Francesca AbramoFrancesca Abramo5Raffaella De MariaRaffaella De Maria2Luca AresuLuca Aresu2
  • 1PoliToBIOMed Lab, Biolab, Department of Electronics and Telecommunications, Politecnico di Torino, Turin, Italy
  • 2Department of Veterinary Sciences, University of Turin, Turin, Italy
  • 3Department of Veterinary Medical Sciences, University of Bologna, Bologna, Italy
  • 4MyLav-Laboratorio La Vallonea, Milan, Italy
  • 5Department of Veterinary Sciences, University of Pisa, Pisa, Italy

Canine cutaneous round cell tumors (RCT) represent one of the routine diagnostic challenges for veterinary pathologists. Computer-aided approaches are developed to overcome these restrictions and to increase accuracy and consistency of diagnosis. These systems are also of high benefit reducing errors when a large number of cases are screened daily. In this study we describe ARCTA (Automated Round Cell Tumors Assessment), a fully automated algorithm for cutaneous RCT classification and mast cell tumors grading in canine histopathological images. ARCTA employs a deep learning strategy and was developed on 416 RCT images and 213 mast cell tumors images. In the test set, our algorithm exhibited an excellent classification performance in both RCT classification (accuracy: 91.66%) and mast cell tumors grading (accuracy: 100%). Misdiagnoses were encountered for histiocytomas in the train set and for melanomas in the test set. For mast cell tumors the reduction of a grade was observed in the train set, but not in the test set. To the best of our knowledge, the proposed model is the first fully automated algorithm in histological images specifically developed for veterinary medicine. Being very fast (average computational time 2.63 s), this algorithm paves the way for an automated and effective evaluation of canine tumors.

Introduction

Canine round cell tumors (RCT) are commonly detected as cutaneous or subcutaneous lesions, albeit other visceral anatomical locations may be involved. The majority of these tumors are of hematopoietic origin, such as histiocytoma, lymphoma, mast cell tumor, and plasmacytoma (1). Among skin tumors appearing as discrete RCT, transmissible venereal tumor and cutaneous melanoma are included as well (2). Also, melanomas are easily mistaken with other tumor histotypes when poorly or non-pigmentated (3). Morphologically, well-differentiated RCT have unique features that help to identify the specific histotype and the histological interpretation is based on cell morphology in addition to shape and spatial distribution through the pattern analysis. Other distinguishing morphological features are the lack of cellular junctions resulting in discrete occurring cells rather than cohesive aggregates or loose aggregates of cells associated with extracellular matrix (4). In contrast, poorly differentiated RCT can be very difficult to identify by histopathology alone and phenotypic marking by immunohistochemistry or flow cytometry is often required to obtain a final diagnosis (5). The diagnostic antibody panel to differentiate canine RCT includes highly specific markers such as CD3, CD20, PAX-5, MEL-A, PNL2, IBA-1, or MUM-1 and other antibodies constitutively expressed by a wide range of cells such as MHCII, CD18 or E-cadherin (1, 6).

Computer-aided approaches in digital pathology (DP) are now recognized as valid methods in order to achieve reproducible results, improving classification accuracy and reducing variability in interpretations (7). Due to their powerful learning ability and advantages in dealing with complex patterns, deep learning algorithms have rapidly become the main methodology for analyzing medical images, especially in the field of DP (8, 9). The variety of image analysis tasks in DP includes classification (e.g., cancerous vs. healthy tissue), detection (e.g., mitosis counting), and segmentation (e.g., cell nuclei segmentation).

Inspired by the very promising performance achieved by deep learning methods in human pathology (10), we have designed a fully automated algorithm for the analysis of veterinary histopathological images. In particular, we took advantage of a specific class of deep learning methods, named Convolutional Neural Networks (CNN), to classify the most frequent canine cutaneous RCT. We first aimed to validate the suitability of the model in terms of diagnostic accuracy, speed, and confidence to classify mast cell tumors, melanomas, plasmacytomas, histiocytomas and lymphomas. In addition, we determined the ability of the CNN in predicting the Patnaik grade in mast cell tumors to prospectively consider its application in the clinic.

Materials and Methods

Case Selection

Surgical biopsies of the five most frequent RCT in canine species were retrospectively selected from the archive of the following veterinary laboratories: (i) MYLAV-Laboratorio La Vallonea, Milan; (ii) Department of Veterinary Medicine, University of Bologna, (iii) Department of Veterinary Sciences, University of Turin, and (iv) Department of Veterinary Sciences, University of Pisa. Tumors were available as formalin-fixed paraffin embedded tissue sections routinely stained in automation (Supplementary Table 1) with hematoxylin and eosin (HE). The selected cutaneous RCT were mast cell tumors, histiocytomas, melanomas, plasmacytomas, and T-cell lymphomas. For all the cases, the initial routine diagnosis was at least 1 year prior to the start of the study to exclude revisions by the pathologists and the diagnoses were always supported by immunohistochemistry to differentiate the cell origin. The list of antibodies employed to characterize each tumor is reported in Supplementary Table 2. Digital images were scanned with a magnification of x400 (conversion factor: 0.233 μm/pixel) using a Hamamatsu NanoZoomer S210 Digital slide scanner. Finally, European board-certified pathologists and pathologists with long expertise reviewed the diagnoses and selected up to five images with a fixed dimension of 2560x1920 from each HE slides. These images were selected as the most representative regions of the histological tumor.

Design of the Deep Learning Model for RCT Classification

We developed an automated method called ARCTA (Automated Round Cell Tumors Assessment) for canine cutaneous RCT classification that is mainly based on deep learning of HE images. An illustrative description of the model is shown in Figure 1.

FIGURE 1
www.frontiersin.org

Figure 1. Schematic representation of the ARCTA algorithm. Starting from the original RGB image, a pre-processing stage is employed to standardize the staining intensity and to detect cell nuclei. Patches are automatically extracted based on local nuclear density. Then, a deep learning model is exploited to perform canine round cell tumors (RCT) classification. HIS, histiocytoma; LYM, lymphoma; MCT, mast cell tumor; MEL, melanoma; PLA, plasmacytoma.

The algorithm was organized in two modules: (1) preprocessing and (2) network training. In details, an initial preprocessing step was performed for color normalization of the histological images as previously described in (11). Our color normalization strategy was based on stain separation. The contribution of the individual dye (i.e., Hematoxylin and Eosin) was isolated to alter the original image according to the color distribution of the reference image. As a result, all stain-normalized images had their intensity distribution mapped to match the color distribution of the reference image. After stain normalization, an improved version of MANA algorithm (Multiscale Adaptive Nuclei Analysis) was applied for nuclear segmentation (12). Since the discriminative information were encrypted in high-resolution patches obtained from each histological image, a sliding window approach was employed to train the model extracting all the relevant ones. Specifically, a segmentation-guided patch extraction was adopted to gain all the informative tiles within the images. All the non-overlapping patches (480 × 480 pixels) that showed a minimum of 20% of their area covered with nuclei were selected by ARCTA for training. During patch extraction, we adopted a dynamic stride: if a patch was eligible for extraction, then the stride was equal to the size of the patch (480 pixels) otherwise, the stride was set to only 10% of its size (48 pixels). Thus, the patches were only extracted from regions with a high density of nuclei, most likely representative of where cancer may be present (Figure 1).

The second module of the ARCTA algorithm employed a CNN approach to perform the classification task. The Deep Learning Toolbox provided by MATLAB (MathWorks, Natick, MA, USA) was used to design and implement all the deep neural networks of this work. Since image classification is a supervised learning process where a model is trained to recognize a set of target classes using labeled example images, here we used the AlexNet (13) architecture to separate the images into the five tumor classes. Also, a transfer learning strategy (14) was applied during the network's training in order to overcome the sample size of our dataset and reduce the training time (15, 16). The dataset (Table 1) was then randomly split into a training set (392 images) and a test set (24 images). There were no significant differences between the training and the test sets concerning tumor characteristics. The AlexNet was trained with a mini-batch size of 32 and an initial learning rate of 10−3. Binary cross-entropy and the Adam optimizer were employed as a loss and optimization function, respectively. Finally, the maximum number of epochs was set to 30, with a validation patience of 10 epochs for early stopping of the training process. The total training time was 4 h on a dedicated workstation equipped with a 3.1 GHz octa-core CPU and 32 GB of RAM.

TABLE 1
www.frontiersin.org

Table 1. Histological classification of 117 cutaneous canine round cell tumors.

Design of the Deep Learning Model for Grading Cutaneous Mast Cells Tumors

Since the prognosis for canine cutaneous mast cell tumors depends upon the tumor grade, the ARCTA algorithm was also employed to identify the Patnaik grade in mast cell tumors. Specifically, an ensemble model of three different CNN architectures was developed for this task. The first network was the AlexNet, which employs a series of convolutional layers to extract a higher-level representation of the image content. The second network was the Inceptionv3 (17) that is organized to concatenate convolutional layers having different kernel sizes. Finally, the third network architecture was the ResNet (18) that adopts skip connections and batch normalization to perform the classification. All these three networks were trained with the same hyperparameters described in the last section. During testing, each extracted patch was classified using the three CNNs and then majority voting was applied to obtain the final grading. Figure 2 illustrates the pipeline for mast cell tumors grading.

FIGURE 2
www.frontiersin.org

Figure 2. Flowchart for mast cell tumors grading. After patch extraction, three different CNNs (AlexNet, Inceptionv3, and ResNet) are employed for classification. Then, an ensemble model averages all the CNNs predictions to obtain the final grading of the image. MCT1: grade 1, MCT2: grade 2, MCT3: grade 3.

Statistical Analysis

The overall accuracy of the deep learning model in classifying patches (patch-level accuracy) and in providing the label of the entire image (image-level accuracy) was evaluated by the classification accuracy (19). The confusion matrix and ROC curves were also calculated for the five RCT histotypes. Then, similar metrics used for RCT classification were employed to evaluate the performance for mast cell tumors grading prediction. Statistical analysis was performed using the software MATLAB equipped with the Statistics and Machine Learning Toolbox. The MATLAB implementation of the ARCTA algorithm was tested on a workstation with 3.1 GHz octa-core processor and 32-GB of RAM.

Results

Dataset

A total of 117 canine cutaneous RCT, including 20 histiocytomas, 20 small/medium sized T-cell lymphomas, 20 grade 2 mast cell tumors, 37 round cell-like melanomas, and 20 well-differentiated plasmacytomas, were included. Further forty-five cutaneous mast cell tumors (15 grade 1, 15 grade 2, and 15 grade 3) were included to differentiate the Patnaik grade. Tables 1, 2 summarize the dataset. The distribution of RCT and MCT cases provided from each laboratory is reported in Supplementary Tables 3, 4, respectively.

TABLE 2
www.frontiersin.org

Table 2. Mast cell tumors grading according to Patnaik.

Canine RCT Classification

During testing, from each image the ARCTA algorithm identified cell nuclei and extracted all the relevant patches as shown in Figure 3. Then, the selected patches were fed into the AlexNet to perform the classification task. To obtain the diagnosis of the entire histological image, a voting procedure was used and the final label of the image was decided by applying a majority voting on the predicted labels obtained from the patches analysis. Figure 3 shows an example of the ARCTA algorithm during testing. The automated classification was then compared with the diagnoses assigned by the pathologists, and to evaluate the accuracy of the results a quantitative comparison was carried out. Our strategy exhibited excellent performances in classifying canine RCT with an image-level accuracy of 92.10% on train set and 87.64% on test set, respectively. In addition, the post-processing adopted to obtain the image-level classification (i.e., majority voting) allowed to further increase the performance of the deep learning model with an accuracy of 98.46% on train set and 91.66% on test set, respectively. Table 3 shows the performance of the ARCTA algorithm using train and test datasets. Figure 4 illustrates the confusion matrix and the ROC curves obtained during RCT classification. During training set evaluation, four histiocytomas were misdiagnosed as mast cell tumors (n = 3) and plasmacytoma (n = 1), one sample of each for lymphoma and melanoma was misclassified as plasmacytoma and lymphoma, respectively. During test set evaluation, melanoma samples were misdiagnosed in 40% of cases, whereas all the other tumors were classified correctly.

FIGURE 3
www.frontiersin.org

Figure 3. Steps for obtaining the image classification during testing. Patches are extracted based on local nuclear density. Each patch is fed into the deep learning model and the final classification is obtained using majority voting.

TABLE 3
www.frontiersin.org

Table 3. Performance of the proposed algorithm in canine RCT classification for train and test datasets.

FIGURE 4
www.frontiersin.org

Figure 4. Confusion matrix and the ROC curves obtained during CRCT classification for both train and test datasets. HIS, histiocytoma; LYM, lymphoma; MCT, mast cell tumor; MEL, melanoma; PLA, plasmacytoma.

Cutaneous Mast Cell Tumor Grading

When the ARCTA algorithm was employed to differentiate the mast cell tumors based on the Patnaik grade, the overall accuracy was 96.29%. The ensemble model obtained the top performance both in patch-level and image-level. Figure 5 shows the confusion matrix and the ROC curves obtained for mast cell tumors grading and Table 4 summarizes the performance of the ARCTA algorithm. Interestingly, in the train dataset, eight mast cell tumors were classified a grade lower by the model, including five mast cell tumors grade 2 and three mast cell tumors grade 3. Conversely, no misclassification was reported in test analysis.

FIGURE 5
www.frontiersin.org

Figure 5. Confusion matrix and the ROC curves obtained during mast cell tumors grading for both train and test datasets. MCT1: grade 1, MCT2: grade 2, MCT3: grade 3.

TABLE 4
www.frontiersin.org

Table 4. Performance of the proposed algorithm in mast cell tumors grading.

Discussion

In several human diagnostic services, the transition of the histopathological diagnostic practice from microscope to whole slide images has paved the way for using artificial intelligence assistance systems. These innovations have increased accuracy of histological and immunohistochemical reports (20) and further resulting cost-effective (21). Only recently, veterinary diagnostic laboratories have adopted digital slides in daily routine practice opening opportunities to develop algorithms specific for canine and feline tumors (5). It's within this context that canine RCT pose a significant diagnostic challenge due to the variety of tumor histotypes with overlapping morphological and immunohistochemical features. The routinely use of flow cytometry, immunohistochemistry, and molecular biology techniques has improved the diagnosis of RCT, but several limitations are still recognized.

This study details a fully automated pipeline for the diagnosis of canine RCTs. The ARCTA algorithm was developed in dog and tested using 416 images obtained from 162 RCT, and 231 images from 45 mast cell tumors to predict Patnaik grade. Overall, for RCT classification, automatic results were similar to the original diagnosis performed by the pathologists and concordant with the immunophenotype. The algorithm showed an accuracy higher than 90% both in train and test datasets. Six misclassifications were identified in the train analysis and most of them were associated with histiocytoma diagnosis. Histologically, cutaneous histiocytomas are characterized by a high number of round cells with central or eccentrically located nuclei. Nuclei are round/oval to kidney-bean shaped, anisokaryosis can be moderate to severe, and the diagnosis without immunohistochemistry can be challenging. But more important, inflammatory cells including lymphocytes, plasma cells and macrophages can infiltrate the tumors (22). The presence of these cells may help the pathologists in performing such a diagnosis, but also alter the performance of ARCTA since population heterogeneity might influence the results of the algorithm. Similarly, a misdiagnosis with reactive histiocytosis should be considered. In our case series histiocytomas were not in regression, therefore other factors might have influenced the incorrect diagnosis by ARCTA. Conversely, the classification error of melanoma cases in test analysis was quite expected. Indeed, the variability of melanoma in both clinical presentation and histological features is well-known, being a challenge for pathologists in establishing the diagnosis and even brought it the name of “the great imitator” (23).

Since histological stain variations may adversely affect the performance and accuracy of the deep learning algorithms in DP, here we integrated a stain normalization step in the ARCTA algorithm to reduce the color variability of the histological specimens (9, 24). This practice was able to preserve the structures of the source images while forced to have a high mutual chromatic information with a template. As shown in Figure 1, the ARCTA algorithm improved the contrast between cellular structures without changing the color information of nuclei and stroma. It is important to note that the ARCTA algorithm was able to retrieve all the information used in the computational analysis from a single image of the scanned slide without analyze the entire histological section. This result suggests that the cellular features contained in a single image were sufficient for ARCTA to perform well. In addition to being accurate, the proposed method was also quite fast with an average computational time of 2.63 s for RCT classification and 3.95 s for MCT grading, respectively.

When applied to mast cell tumors the ARCTA algorithm was able to discriminate the tumor grade. The proposed ensemble model based on deep learning reached 96 and 100% accuracy in train and test, respectively. Interestingly, misclassification was always associated with a single class downgrade. Even if more data are needed to validate the algorithm for mast cell tumors, an overestimation of malignancy of the algorithm should be considered at the moment. In our experiment we decided to use the Patnaik grade to test ARCTA for three main reasons. First, this grading system has long been adopted by the veterinary pathologists compared to the recently developed 2-Tier grading system (25); second data correlating the new grading system with clinical features of dogs with mast cell tumor are still scarce and we aim here to propose a valid approach to use shortly in the clinic; third, the option to test three grades results more challenging for the algorithm, especially because grounded on nuclei only. Even if we are not able to predict the elements that have driven the performance of the algorithm, these results highlight the relevance of cellular morphology compared to other features, such as tumor depth and type of stroma, in the MCT grading using Patnaik. This is in line with the recent literature on the argument, considering more appropriate using nuclear size, chromatin pattern, nucleoli, the presence of multinucleated cells, and the number of mitotic figures to grade this tumor (25).

In conclusion, these results demonstrate that ARCTA is a robust and reliable method able to classify canine RCT with a high specificity and sensitivity and exploiting the morphological features of the neoplastic cells, but a careful revision should be considered for tumors with a more heterogenous cell population, such as histiocytoma and melanoma. Also, it's worth to note that the inclusion of more anaplastic tumor histotypes such as large cell lymphomas, poorly differentiated plasma cell tumors or high grade MCTs might diminish ARCTA performance. In future, the testing of a higher number of RCT images will help to define the features causing the misdiagnosis, but the role of the pathologists will remain fundamental since histological slides should be always evaluated first and not considered for ARCTA algorithm if other cutaneous tumors or inflammatory processes are present. To the best of our knowledge, the proposed method is the first fully automated algorithm for the diagnosis of canine tumors using HE-stained images. The advantages of ARCTA are being very fast (average computational time: 2.63 s) and to be an effective second-opinion tool for pathologists in RCT classification and mast cell tumor grading. We are currently working on an extension of this algorithm for whole-slide images processing with the aim to extract both spatial and morphological parameters and to integrate clinicopathological features, including mitotic count and immunohistochemical analysis.

Data Availability Statement

The data supporting the conclusions of this article will be made available by the authors, under reasonable request.

Author Contributions

MS, FM, and LA: conceptualization. MS and LA: methodology. SI and RD: formal analysis and visualization. LM, LP, SB, BB, and FA: resources and data curation. MS and LA: writing—original draft preparation. FM, SI, and RD: writing—review and editing. FM and LA: supervision. All authors have read and agreed to the published version of the manuscript.

Conflict of Interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Acknowledgments

The authors would like to thank Dr. Margherita Orlandi (MYLAV-Laboratorio La Vallonea, Milan) and Dr. Chiara Vignale (Department of Oncology, University of Turin) for providing cases and scanning the histological sections.

Supplementary Material

The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fvets.2021.640944/full#supplementary-material

References

1. Fernandez NJ, West KH, Jackson ML, Kidney BA. Immunohistochemical and histochemical stains for differentiating canine cutaneous round cell tumors. Vet Pathol. (2005) 42:437–45. doi: 10.1354/vp.42-4-437

PubMed Abstract | CrossRef Full Text | Google Scholar

2. Smedley RC, Lamoureux J, Sledge DG, Kiupel M. Immunohistochemical diagnosis of canine oral amelanotic melanocytic neoplasms. Vet Pathol. (2011) 48:32–40. doi: 10.1177/0300985810387447

PubMed Abstract | CrossRef Full Text | Google Scholar

3. Smith SH, Goldschmidt MH, McManus PM. A comparative review of melanocytic neoplasms. Vet Pathol. (2002) 39:651–78. doi: 10.1354/vp.39-6-651

CrossRef Full Text | Google Scholar

4. Pazdzior-Czapula K, Mikiewicz M, Gesek M, Zwolinski C, Otrocka-Domagala I. Diagnostic immunohistochemistry for canine cutaneous round cell tumours—retrospective analysis of 60 cases. Folia Histochem Cytobiol. (2019) 57:146–54. doi: 10.5603/FHC.a2019.0016

PubMed Abstract | CrossRef Full Text | Google Scholar

5. Bertram CA, Gurtner C, Dettwiler M, Kershaw O, Dietert K, Pieper L, et al. Validation of digital microscopy compared with light microscopy for the diagnosis of canine cutaneous tumors. Vet Pathol. (2018) 55:490–500. doi: 10.1177/0300985818755254

PubMed Abstract | CrossRef Full Text | Google Scholar

6. Coomer AR, Liptak JM. Canine histiocytic diseases. Compend Contin Educ Pract Vet Am Ed. (2008) 30:202. doi: 10.1080/01652176.2008.9697658

CrossRef Full Text | Google Scholar

7. Madabhushi A, Lee G. Image analysis and machine learning in digital pathology: challenges and opportunities. Med Image Anal. (2016) 33:170–5. doi: 10.1016/j.media.2016.06.037

PubMed Abstract | CrossRef Full Text | Google Scholar

8. Janowczyk A, Madabhushi A. Deep learning for digital pathology image analysis: a comprehensive tutorial with selected use cases. J Pathol Inform. (2016) 7:29–47. doi: 10.4103/2153-3539.186902

PubMed Abstract | CrossRef Full Text | Google Scholar

9. Salvi M, Acharya UR, Molinari F, Meiburger KM. The impact of pre-and post-image processing techniques on deep learning frameworks: a comprehensive review for digital pathology image analysis. Comput Biol Med. (2020) 128:104–28. doi: 10.1016/j.compbiomed.2020.104129

PubMed Abstract | CrossRef Full Text | Google Scholar

10. Wang S, Yang DM, Rong R, Zhan X, Xiao G. Pathology image analysis using segmentation deep learning algorithms. Am J Pathol. (2019) 189:1686–98. doi: 10.1016/j.ajpath.2019.05.007

PubMed Abstract | CrossRef Full Text | Google Scholar

11. Salvi M, Michielli N, Molinari F. Stain Color Adaptive Normalization (SCAN) algorithm: separation and standardization of histological stains in digital pathology. Comput Methods Programs Biomed. (2020) 193:105–14. doi: 10.1016/j.cmpb.2020.105506

PubMed Abstract | CrossRef Full Text | Google Scholar

12. Salvi M, Molinari F. Multi-tissue and multi-scale approach for nuclei segmentation in H&E stained images. Biomed Eng Online. (2018) 17:89–102. doi: 10.1186/s12938-018-0518-0

PubMed Abstract | CrossRef Full Text | Google Scholar

13. Krizhevsky A, Sutskever I, Hinton GE. Imagenet classification with deep convolutional neural networks. Commun ACM. (2017) 60:84–90. doi: 10.1145/3065386

CrossRef Full Text | Google Scholar

14. Ribani R, Marengoni M. A survey of transfer learning for convolutional neural networks. In: 32nd SIBGRAPI Conference on Graphics, Patterns and Images Tutorials (SIBGRAPI-T). Rio de Janeiro: IEEE (2019). p. 47–57. doi: 10.1109/SIBGRAPI-T.2019.00010

CrossRef Full Text | Google Scholar

15. Saxena S, Shukla S, Gyanchandani M. Pre-trained convolutional neural networks as feature extractors for diagnosis of breast cancer using histopathology. Int J Imaging Syst Technol. (2020) 30:577–91. doi: 10.1002/ima.22399

CrossRef Full Text | Google Scholar

16. Sarkar D, Bali R, Ghosh T. Hands-On Transfer Learning with Python: Implement Advanced Deep Learning and Neural Network Models using TensorFlow and Keras. Birmingham: Packt Publishing Ltd. (2018).

Google Scholar

17. Ioffe S, Szegedy C. Batch normalization: accelerating deep network training by reducing internal covariate shift. arXiv Prepr arXiv150203167. (2015)

Google Scholar

18. He K, Zhang X, Ren S, Sun J. Deep residual learning for image recognition. In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. Las Vegas, NV (2016) 770–778. doi: 10.1109/CVPR.2016.90

PubMed Abstract | CrossRef Full Text | Google Scholar

19. Hou L, Samaras D, Kurc TM, Gao Y, Davis JE, Saltz JH. Patch-based convolutional neural network for whole slide tissue image classification. In: Proceedings of the Ieee Conference on Computer Vision and Pattern Recognition. Las Vegas, NV (2016) 2424–2433. doi: 10.1109/CVPR.2016.266

PubMed Abstract | CrossRef Full Text | Google Scholar

20. Bera K, Schalper KA, Rimm DL, Velcheti V, Madabhushi A. Artificial intelligence in digital pathology—new tools for diagnosis and precision oncology. Nat Rev Clin Oncol. (2019) 16:703–15. doi: 10.1038/s41571-019-0252-y

PubMed Abstract | CrossRef Full Text | Google Scholar

21. Aeffner F, Adissu HA, Boyle MC, Cardiff RD, Hagendorn E, Hoenerhoff MJ, et al. Digital microscopy, image analysis, and virtual slide repository. ILAR J. (2018) 59:66–79. doi: 10.1093/ilar/ily007

PubMed Abstract | CrossRef Full Text | Google Scholar

22. Pazdzior-Czapula K, Rotkiewicz T, Otrocka-Domagała I, Gesek M, Smiech A. Morphology and immunophenotype of canine cutaneous histiocytic tumours with particular emphasis on diagnostic application. Vet Res Commun. (2015) 39:7–17. doi: 10.1007/s11259-014-9622-1

PubMed Abstract | CrossRef Full Text | Google Scholar

23. Prouteau A, André C. Canine melanomas as models for human melanomas: clinical, histological, and genetic comparison. Genes (Basel). (2019) 10:501. doi: 10.3390/genes10070501

PubMed Abstract | CrossRef Full Text | Google Scholar

24. Roy S, kumar Jain A, Lal S, Kini J. A study about color normalization methods for histopathology images. Micron. (2018) 114:42–61. doi: 10.1016/j.micron.2018.07.005

PubMed Abstract | CrossRef Full Text | Google Scholar

25. Kiupel M, Webster JD, Bailey KL, Best S, DeLay J, Detrisac CJ, et al. Proposal of a 2-tier histologic grading system for canine cutaneous mast cell tumors to more accurately predict biological behavior. Vet Pathol. (2011) 48:147–55. doi: 10.1177/0300985810386469

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: computer-aided image analysis, cutaneous round cell tumors, deep learning, digital pathology, dog, mast cell tumors

Citation: Salvi M, Molinari F, Iussich S, Muscatello LV, Pazzini L, Benali S, Banco B, Abramo F, De Maria R and Aresu L (2021) Histopathological Classification of Canine Cutaneous Round Cell Tumors Using Deep Learning: A Multi-Center Study. Front. Vet. Sci. 8:640944. doi: 10.3389/fvets.2021.640944

Received: 12 December 2020; Accepted: 08 March 2021;
Published: 26 March 2021.

Edited by:

Orlando Paciello, University of Naples Federico II, Italy

Reviewed by:

Maria L. Z. Dagli, University of São Paulo, Brazil
Valeria Martini, University of Milan, Italy

Copyright © 2021 Salvi, Molinari, Iussich, Muscatello, Pazzini, Benali, Banco, Abramo, De Maria and Aresu. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Massimo Salvi, massimo.salvi@polito.it

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.