Abstract
Human islets display a high degree of heterogeneity in terms of size, number, architecture, and endocrine cell-type compositions. An ever-increasing number of immunohistochemistry-stained whole slide images (WSIs) are available through the online pathology database of the Network for Pancreatic Organ donors with Diabetes (nPOD) program at the University of Florida (UF). We aimed to develop an enhanced machine learning-assisted WSI analysis workflow to utilize the nPOD resource for analysis of endocrine cell heterogeneity in the natural history of type 1 diabetes (T1D) in comparison to donors without diabetes. To maximize usability, the user-friendly open-source software QuPath was selected for the main interface. The WSI data were analyzed with two pre-trained machine learning models (i.e., Segment Anything Model (SAM) and QuPath's pixel classifier), using the UF high-performance-computing cluster, HiPerGator. SAM was used to define precise endocrine cell and cell grouping boundaries (with an average quality score of 0.91 per slide), and the artificial neural network-based pixel classifier was applied to segment areas of insulin- or glucagon-stained cytoplasmic regions within each endocrine cell. An additional script was developed to automatically count CD3+ cells inside and within 20 μm of each islet perimeter to quantify the number of islets with inflammation (i.e., CD3+ T-cell infiltration). Proof-of-concept analysis was performed to test the developed workflow in 12 subjects using 24 slides. This open-source machine learning-assisted workflow enables rapid and high throughput determinations of endocrine cells, whether as single cells or within groups, across hundreds of slides. It is expected that the use of this workflow will accelerate our understanding of endocrine cell and islet heterogeneity in the context of T1D endotypes and pathogenesis.
Keywords: Type 1 diabetes, Islet heterogeneity, Machine learning, Digital pathology, Whole slide images
Introduction
Type 1 diabetes (T1D) is an autoimmune disease characterized by the destruction of insulin-producing pancreatic islet β-cells. Islets of Langerhans are clusters of cells in the pancreas that secrete hormones, including insulin from beta cells and glucagon from alpha cells, to regulate blood sugar levels.1 Clinical onset of T1D occurs when there is insufficient functional β-cell mass resulting in hyperglycemia. As T1D develops, loss of β-cells occurs as well as inflammation of the islets (CD3+ T-cell infiltration).2 To aid in concordance between studies of T1D histopathology, a consensus definition of CD3+ T-cell infiltration was established in 2013: T1D was defined by the presence of ≥3 islets without β-cells (also called pseudoatrophic islets) and CD3+ T-cell infiltration as the presence of ≥3 islets with ≥15 CD45+ cells within or touching the perimeter of an islet.3 Further studies expanded the definition to include islets with ≥6 infiltrating CD3+ cells as insulitic.2
Several challenges have limited research on the pathogenesis of T1D, attributed to the following factors: first, a high degree of heterogeneity among pancreas islets (i.e., the number of each endocrine cell type and total endocrine cells within each islet). Second, manual analysis for detecting and quantifying islets is time-consuming given the large number of islets in each whole slide image (WSI).4 Third, studying the histopathology of T1D in living subjects is not feasible due to severe complications associated with pancreatic biopsy.5
Computational pathology is a growing field in clinical and research pathology that is expected to hasten understanding of disease pathogenesis using microscopic tissue sections.6,7 Manual histopathological analysis can be time consuming and subject to individual bias leading to limited reproducibility and consistency between studies due to the heterogeneity of human pancreas.8, 9, 10 Additionally, it is challenging to find qualified pathologists to perform manual histopathological analysis. In contrast, WSI analysis offers numerous advantages, particularly the ability to assess changes across a very large number of subjects and tissue sections. Recently, WSI analysis using ImageJ or QuPath software has been applied in several studies of endocrine cell heterogeneity in the context of T1D pathogenesis.11, 12, 13, 14 The Network for Pancreatic Organ Donors with Diabetes (nPOD) program15 provides online access to numerous human pancreatic WSI of various T1D risk-levels, ranging from donors with no diabetes (ND), ND but islet autoantibody-positive (AAb+) individuals, and those with T1D ranging in durations from onset to ≥50 years. Additionally, multiple WSI are often available from three regions of the pancreas: head, body, and tail. The serial sections are stained by standard hematoxylin and eosin (H&E) and also multiplex immunohistochemistry (IHC) to differentially label islet endocrine cells or CD3+ lymphocytes.16 Corresponding donor demographics, clinical history, and laboratory assessments are also collected. We aimed to develop an enhanced machine learning-assisted WSI analysis workflow to utilize the online pathology nPOD resource for the analysis of endocrine cell heterogeneity in the natural history of T1D with open-source software.
Technical background and objectives
Deep learning-based segmentation and object detection models have substantially improved WSI analysis more accurate, rapid, and reproducible. Machine learning methods such as extreme gradient boosting (XGBoost), convolutional neural networks (CNNs), and transfer learning have been utilized for analyzing bioimages for detection, segmentation, and classification. The transfer learning was utilized to improve the classification performance for WSI patches,17 and it also enhanced the performance of CNN networks in the detection and classification of breast cancer.18 Additionally, novel data augmentation techniques were suggested to further improve the CNN-based model for breast cancer detection and classification.19 A CNN was also used to classify kidney cancer subtype20 and to detect and diagnose prostate cancer.21 Alternatively, a random forest was harnessed to diagnose breast cancer.22
Few studies have focused on analyzing the pathology of T1D: large-scale image analysis of endocrine cells and immune cells through semi-automated methodology through ImageJ,23 endocrine cell quantification of ND and AAb+ donors using ImageJ,24 using random forest-based pixel classifier to segment of islets through QuPath,25 and a CNN model was harnessed to detect pancreatic islet regions.26
Instance segmentation27,28 which outlines each object in an image at the pixel level, has been widely and increasingly used in recent medical image analysis.29, 30, 31, 32 Segment Anything Model (SAM),33 a foundation image segmentation model trained by huge amount of data, is capable of identifying cellular objects with precise boundaries.29,34,35 SAM is a prompt-based segmentation model that comprises an image encoder, prompt encoder, and mask decoder. It processes prompts such as points, boxes, or text to generate the ground truth of the image and returns the highest-quality mask among the three generated masks. The artificial neural network (ANN)-based pixel classifier is a model used to classify individual pixels based on RGB vectors, allowing for the differentiation of the various cell types by analyzing the designated RGB stain values.
With the advancement of user-friendly pathology applications like the open-source QuPath,36 researchers are striving to expedite accurate islet and single cell analyses. QuPath offers diverse functions for analyzing bioimages, including cell detection and the ANN-based pixel classifier. Advanced deep learning models, such as Deep MIB,37 SAMapi,34 Stardist,38 WSInfer,39 can be utilized in the user-friendly interface, QuPath. It also provides the flexibility to craft customized scripts to facilitate more advanced processes.
This work aimed to develop an enhanced machine learning-assisted WSI analysis workflow to analyze islet heterogeneity by leveraging the WSI data collected from nPOD. nPOD dataset is publicly available for studying objectives.40 The University of Florida's high-performance-computing resource known as HiPerGator aids in handling large sizes of the WSI data and using pre-trained deep learning models that can be used through QuPath. Fig. 1 illustrates how this developed workflow can be used to accelerate the analysis of pancreatic WSIs for islet segmentation, area segmentation of insulin and glucagon cells inside each islet, and CD3+ cell detection.
Developed workflow
QuPath (v0.4.4) was selected as the main interface for the developed workflow. Additional groovy scripts were developed to apply the inner capabilities of QuPath to streamline data processing. The deep segmentation model SAM trained by microscopy data35 through SAMapi (v0.5.0)34 and ANN-based pixel classifier provided the most accurate quantification of islet measurements. This combined methodology is crucial for analyzing pancreatic WSI images due to the diverse conditions of stain values under which data were collected. Additionally, a function implemented in QuPath, positive cell detection, was applied to detect the number of immune cells (CD3+ cells) around the segmented islets, considering the stain values of cells. Fig. 2 illustrates the developed methodology consisting of six steps. Each step of the developed methodology is described in more detail in the following sections, along with explanations of how to use the scripts provided as supplementary materials and case examples.
Color deconvolution
Due to variability in the color stain spectrum across the brightfield WSI data (Fig. S1), we also allowed users to define RGB stain value separation for each image slide to enhance performance.41 Insulin, glucagon, and CD3+ cells were respectively stained in red, blue, and brown. Therefore, each slide varying in color designations leads to a wide range of stain values. To accurately define RGB stain values for each slide, users can run the Supplementary A1 script to change the identity of the three-color schemes to insulin, glucagon, and CD3+. Then, users can assign a square around each cell type in QuPath's image viewer to indicate the stain values for the corresponding cell type. Fig. 2A and Fig. S2a demonstrate the resulting stain values that fit each cell type in the particular image slide.
Construction of ROI boxes
Specifying regions of interest (ROIs) around islets requires leveraging the pre-trained SAM with microscopy dataset35 for islet segmentation. The ROI can be constructed by applying an islet pixel classifier, which is implemented in QuPath as an ANN-based pixel classifier. This classifier is trained on each WSI individually, using a single islet segmented by pre-trained SAM and the background designated as an annotation square box. For training the islet pixel classifier, the segmented islet is created by drawing a rectangular box around the islet, followed by the application of SAM. The trained islet pixel classifier categorizes the classes of each cell within the value of RGB stains for each pixel and identifies the clustered islet and backgrounds. In addition, only clustered cells can be included in the analysis by defining the minimum object size (Fig. S2b). To reorganize the detected group into the islet, perspective of ROI boxes including insulin and glucagon, users can run the Supplementary A2 script after removing the backgrounds. This allows users to automatically construct the ROI boxes around numerous islets of various sizes and shapes. Fig. 2B and Fig. S2c illustrate the progression from candidate boxes to accurate red ROI boxes. To increase the accuracy of the islet analysis, users can further remove or adjust the ROI boxes manually in QuPath.
Islet segmentation using SAM
For the accurate islet boundary quantification, the pre-trained SAM35 was applied to the ROI boxes. This SAM model is specifically designed for cell segmentation and it can be added to QuPath as an extension tool as SAMapi. By running SAM for all ROI boxes, the islet boundaries can be accurately defined. This process was accelerated through the use of HPG NVIDIA A100 graphics processing units (GPUs). Accurate islet segmentations using SAM are shown in Fig. 2C and Fig. S2c.
Segmentation of insulin and glucagon
To quantify endocrine cells within islets, a cell pixel classifier was applied to classify three classes: insulin, glucagon, and background (Fig. 2D and Fig. S2d). The Supplementary A3 script was added to assign a number to each segmented islet (Fig. S2d). The cell pixel classifier detected areas of the insulin and glucagon classes for positive areas larger than 20 μm2. The resulting segmented areas of insulin and glucagon are shown in Fig. 2D and Fig. S2d.
CD3+ cell detection
In this study, an islet was categorized as low T-cell infiltrated if there were one to six CD3+ cells, and as high T-cell infiltrated if there were more than six CD3+ cells either inside or within 20 μm of the islet perimeter. The 20 μm perimeter boundaries for each islet can be established automatically using the Supplementary A4 script (Fig. S2e). The Supplementary A5 script was developed to detect CD3+ cells using threshold setup by the mean and standard deviation of all cells in 20 μm boundary of each islet. Fig. 2E and Fig. S2f show the results of detecting CD3+ cells, annotated with a red doubled boundary.
Export measurements
The quantified information can be exported using QuPath's built-in functions, such as annotation measurement and detection measurement. The exported measurements include the areas of insulin and glucagon, the number of CD3+ cells, and the diameter and circularity of each islet (Fig. 2F). The Supplementary A6 script was added to further process the extracted measurements to convert the QuPath exported text files to a single CSV format and extract the necessary data.
Proof-of-concept analysis results
To demonstrate the developed workflow, IHC WSI files were obtained from the nPOD by file transfer. The average size of the WSI data was 43,234.5 × 33,600.958 pixels (W × H) with 0.497 μm per pixel. Table 1 summarizes donor demographics used for this proof-of-concept study using two slides from each pancreas tail region belonging to 12 donors. Four donors were selected from each of the disease groups: ND, AAb+, and T1D.
Table 1.
Characteristics | ND | AAb+ | T1D |
---|---|---|---|
(n = 4) | (n = 4) | (n = 4) | |
Age, mean ± SD (years) | 20.21 ± 14.53 | 22.78 ± 4.39 | 19.38 ± 9.35 |
Sex, n | |||
Female | 0 | 3 | 1 |
Male | 4 | 1 | 3 |
Ethnicity, n | |||
Caucasian | 2 | 3 | 3 |
Hispanic | 1 | 0 | 0 |
African American | 1 | 1 | 1 |
BMI, mean ± SD (kg/m2) | 20.65 ± 5.59 | 30.45 ± 12.58 | 20.60 ± 3.12 |
Diabetes duration, mean ± SD (years) | – | – | 9.65 ± 11.34 |
C-peptide, mean ± SD (ng/ml) | 4.56 ± 1.42 | 8.41 ± 2.90 | 0.04 ± 0.04 |
HbA1c, mean ± SD (%) | 5.43 ± 0.63 | 5.38 ± 1.58 | 9.55 ± 2.28 |
SD: standard deviation, ND: no diabetes, AAb+: autoantibody-positive, T1D: type 1 diabetes, BMI: body mass index, HbA1C: hemoglobin A1C.
As shown in Fig. 3A, the advantage of utilizing SAM is the accurate segmentation of endocrine cell boundaries. The quality score, representing the intersection over the union (IoU) (Eq. 1) metric, which quantifies the overlap between the segmentation mask and the ground truth generated by the mask decoder and image encoder, is displayed above each segmented islet. SAM demonstrates the highest-quality segmentation mask among the three candidate masks. All islets were segmented with a high quality score (i.e., an average quality score of 0.91 per slide) in the proof-of-concept analysis. Fig. 3B demonstrates the performance of the cell pixel classifier which segments the endocrine cell compositions into insulin and glucagon.
(1) |
Fig. 4 shows the use of SAM and ANN-based pixel classifiers to enable the identification of all endocrine cells in the pancreas WSIs ranging from single endocrine cells to large islets. We have found that the majority of components of the pancreas tissue are small endocrine single cells and clusters. Our methodology has been able to successfully identify around 10,000 additional endocrine cells using our semi-automated workflow with delicate segmentation.
In addition, the scripts of our methodology assist in detecting the CD3+ cells around the segmented endocrine single cells, clusters, and islets. The exact quantification of the number of CD3+ cells around the islets is important for identifying CD3+ T-cell infiltration. Fig. 5 demonstrates that ND donors have around 77.3% islets without CD3+ cells, 21.6% with 1–5 CD3+ cells, and 1.1% with ≥6 CD3+ cells. Notably, none of the ND donors had insulin-negative islets, therefore, CD3+ T-cell infiltration is not considered in ND donors. In AAb+ donors, these percentages are 67.7%, 27.8%, and 4.5%, whereas in T1D donors, the values are 63.4%, 31.0%, and 5.6%, respectively.
Discussion
WSI analysis contributes to expediting and facilitating the analysis of donors with ND, AAb+ presence, and T1D. Previous work applying WSI analysis to pancreatic tissue, especially manual digital analysis, identified several challenges. Biased interpretation and inter-observer variability occur even when analyzing identical data due to the variety of stained color values in the WSIs. The adaptability of stained color values from the initial stage of the proposed methodology, specifically the color deconvolution, makes the analysis more robust to the diverse staining patterns encountered on slides. In addition, compared to previous WSI analyses, our proposed semi-automated methodology enables the precise extraction of islets, even small endocrine cells, with accurate boundary delineation. Furthermore, it facilitates the extraction of key information from each slice, including islet diameter, insulin and glucagon measurements within each islet, and the number of CD3+ cells within a designated perimeter boundary. The results of our analysis demonstrate the accuracy of our methodology and could provide insights into the potential discovery of new characteristics of T1D.
We designed our approach as a solution to support analysts who may not have extensive experience with digital analysis. Each script encompasses a range of functions designed to execute specific tasks, allowing users to analyze WSI data without needing to navigate complex software interfaces. Notably, the proposed scripts are not limited to workflow execution but also aid in post-processing data to streamline analysis procedures and assist with statistical analysis. Furthermore, the proposed methodology can be adapted for widespread applicability in the analysis of various diseases by developing or modifying the proposed scripts, leveraging the extensibility of QuPath.
Using advanced deep learning and high-performance-computing resources, our methodology enables a more detailed and non-biased analysis. Unlike previous analyses, our methodology detects various sizes of ranging from single endocrine cells to islets. Additionally, it enhances the performance of extracting islets from WSIs through the combination of the deep segmentation model SAM and ANN-based islet pixel classifier. The additional manual modification of ROI boxes by users can also improve accuracy and increase confidence in islet segmentation. Nonetheless, this manual step offers users the flexibility to adjust and validate the ROIs as needed, ensuring precision in the segmentation process.
Based on the precise segmentation of islets, the quantification of the islet area is likely more accurate than prior methods, suggesting a new standard for islet definition in terms of cell size. With our methodology, users can quantify the size of a single cell and determine the area of an islet. Additionally, well-segmented islets facilitate the measurements of insulin and glucagon within the islet, which are quantified using the cell pixel classifier at high resolution. The accurate assessment of the areas of insulin and glucagon can be used as new analysis criteria for the study of T1D in WSIs.
The detection and quantification of the number of CD3+ cells around the islet or single endocrine cell are accurately performed through our methodology. This approach broadens the opportunity to analyze T1D pathology and understand the pathogenesis of T1D. Hence, our methodology provides the flexibility to define CD3+ T-cell infiltration based on CD3+ cells. Although, previous studies have defined CD3+ T-cell infiltration by islets containing a certain number of CD3+ cells, users can now modify the definition of CD3+ T-cell infiltration through our proposed scripts. These scripts will set a new perimeter boundary and new CD3+ T-cell infiltration standard for the number of CD3+ cells around a single islet.
From a practical use standpoint, our methodology accelerates the analysis time with the assistance of the user-friendly application QuPath and deep learning. Based on our observations, the time needed per slide ranged from 40 min to 1.5 h, influenced by factors such as computer resources and the quantity of islets within each slide.
Our semi-automated T1D pathology methodology can contribute to the accurate quantification of T1D-related WSI analysis in donors. Particularly in quantifying islets, identifying the ratio of insulin and glucagon within individual islets, and the number of CD3+ cells around the islets. Through this methodology, trends or characteristics of T1D progression are expected to be analyzed based on quantified information from various nPOD donors. Furthermore, analyzing the phenomenon through the pancreas WSI will be more accurate and faster compared to manual analysis, making it extensively useful. Ultimately, the methodology will be applicable for analysts because it is well organized with open-source programs.
As demonstrated by the results of the experiment, the developed methodology was applied to only a limited number of WSIs from each donor, which is insufficient for detailed analysis. Analyzing a large number of WSIs from various donors is necessary for understanding the pathogenesis of T1D. Our methodology can be harnessed to the diverse WSIs available through the assistance of biobanks, which offer a large quantity of accurate, and high-resolution data. It is expected that various new findings will be revealed through detailed analysis.
Processing time varies depending on computer resources and individual factors. The analysts spent the majority of time completing manual ROI modifications and running the scripts for detecting CD3+ cells. Manual ROI adjustments are subject to individual variability, whereas the performance of SAM relies on GPU capabilities and the quantity of ROIs, and CD3+ cell detection is influenced by CPU performance.
In our future work, we plan to leverage our analysis workflow with the WSI data from nPOD to further accelerate the understanding of T1D pathogenesis. A large set of WSIs from multiple donors and pancreatic regions (head, body, and tail) will be analyzed using our workflow. In particular, the ability to quantify features of small endocrine cells and groups, alongside detailed quantification of insulin and glucagon areas, will provide new insights into the understanding of T1D.
Conclusion
The machine learning-assisted WSI analysis workflow was developed to analyze islet heterogeneity to add to current T1D research. To increase usability, the user-friendly open-source software QuPath was used as the main interface. The SAM pre-trained with microscopy dataset was employed to define precise islet boundaries and the cell pixel classifier was applied to segment the areas of insulin and glucagon within each islet. An additional script was developed to count CD3+ cells inside and within 20 μm of each islet perimeter to quantify the number of islets with inflammation (i.e., CD3+ T-cell infiltration). Proof-of-concept analysis was performed to test the developed workflow. This machine learning-assisted methodology enables identifying precise islet boundaries and cell compositions for endocrine cell clusters of all sizes, including those smaller than islets. Our contribution to the field of T1D research will accelerate the analysis of pancreas slides and provide insights into better understanding of islet heterogeneity.
Author contribution
S. Kang, M. Campbell-Thompson, and S. Kim wrote the manuscript.
J. Penaloza Aponte, M. Campbell-Thompson, and S. Kim designed the research.
S. Kang, J. Penaloza Aponte, O. Elashkar, J.F. Morales, N. Waddington, and S. Kim performed the research.
S. Kang, D. Lamb, H. Ju, M. Campbell-Thompson, and S. Kim analyzed the data.
Funding information
This work was supported by Breakthrough T1D (3-SRA-2022-1157-S-B) and NIDDK R01DK123329 and U54DK127823.
Declaration of competing interest
The authors declare the following financial interests/personal relationships which may be considered as potential competing interests:
Sarah Kim reports financial support was provided by Breakthrough T1D (3-SRA-2022-1157-S-B). Martha Campbell-Thompson reports financial support was provided by The National Institute of Diabetes and Digestive and Kidney Diseases (R01DK123329). Martha Campbell-Thompson reports financial support was provided by The National Institutes of Health (U54DK127823). Sarah Kim & Martha Campbell-Thompson reports a relationship with Network for Pancreatic Organ Donors with Diabetes that includes: non-financial support. Sarah Kim reports a relationship with NVIDIA AI Technology Center at University of Florida that includes: non-financial support. If there are other authors, they declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this article.
Acknowledgments
This research was performed with the support of the Network for Pancreatic Organ donors with Diabetes (nPOD; RRID:SCR_014641), a collaborative type 1 diabetes research project supported by Breakthrough T1D and The Leona M. & Harry B. Helmsley Charitable Trust (Grant#: 3-SRA-2023-1417-S-B). The content and views expressed are the responsibility of the authors and do not necessarily reflect the official view of nPOD. Organ Procurement Organizations (OPO) partnering with nPOD to provide research resources are listed at http://www.jdrfnpod.org/for-partners/npod-partners/. The authors thank the NVIDIA AI Technology Center at University of Florida for their help and support. The authors thank Natalia Maya for her editorial assistance.
Footnotes
Supplementary data to this article can be found online at https://doi.org/10.1016/j.jpi.2024.100406.
Contributor Information
Martha Campbell-Thompson, Email: mct@ufl.edu.
Sarah Kim, Email: sarahkim@cop.ufl.edu.
Appendix A. Supplementary data
References
- 1.Atkinson M.A., Eisenbarth G.S., Michels A.W. Type 1 diabetes. Lancet. 2014;383(9911):69–82. doi: 10.1016/S0140-6736(13)60591-7. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 2.Campbell-Thompson M., et al. Insulitis and β-cell mass in the natural history of type 1 diabetes. Diabetes. 2016;65(3):719–731. doi: 10.2337/db15-0779. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 3.Campbell-Thompson M.L., et al. The diagnosis of insulitis in human type 1 diabetes. Diabetologia. 2013;56(11):2541–2543. doi: 10.1007/s00125-013-3043-5. [DOI] [PubMed] [Google Scholar]
- 4.Richardson S.J., Morgan N.G., Foulis A.K. Pancreatic pathology in type 1 diabetes mellitus. Endocr. Pathol. 2014;25(1):80–92. doi: 10.1007/s12022-014-9297-8. [DOI] [PubMed] [Google Scholar]
- 5.Atkinson M.A. Pancreatic biopsies in type 1 diabetes: revisiting the myth of Pandora’s box. Diabetologia. 2014;57(4):656–659. doi: 10.1007/s00125-013-3159-7. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 6.Moscalu M., et al. Histopathological images analysis and predictive modeling implemented in digital pathology—current affairs and perspectives. Diagnostics. 2023;13(14):2379. doi: 10.3390/diagnostics13142379. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 7.Aeffner F., et al. Introduction to digital image analysis in whole-slide imaging: a white paper from the digital pathology association. J. Pathol. Inform. 2019;10:9. doi: 10.4103/jpi.jpi_82_18. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 8.Kayser K., et al. AI (artificial intelligence) in histopathology--from image analysis to automated diagnosis. Folia Histochem. Cytobiol. 2009;47(3):355–361. doi: 10.2478/v10042-009-0087-y. [DOI] [PubMed] [Google Scholar]
- 9.Niazi M.K.K., Parwani A.V., Gurcan M.N. Digital pathology and artificial intelligence. Lancet Oncol. 2019;20(5):e253–e261. doi: 10.1016/S1470-2045(19)30154-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 10.Dybala M.P., Hara M. Heterogeneity of the human pancreatic islet. Diabetes. 2019;68(6):1230–1239. doi: 10.2337/db19-0072. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11.Apaolaza P.S., et al. The extent and magnitude of islet T cell infiltration as powerful tools to define the progression to type 1 diabetes. Diabetologia. 2023;66(6):1129–1141. doi: 10.1007/s00125-023-05888-6. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12.Apaolaza P.S., Petropoulou P.-I., Rodriguez-Calvo T. Whole-slide image analysis of human pancreas samples to elucidate the immunopathogenesis of type 1 diabetes using the QuPath software. Front. Mol. Biosci. 2021;8 doi: 10.3389/fmolb.2021.689799. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 13.Tang X., et al. Image-based machine learning algorithms for disease characterization in the human type 1 diabetes pancreas. Am. J. Pathol. 2021;191(3):454–462. doi: 10.1016/j.ajpath.2020.11.010. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 14.Harikumar P.E. Type 2 Diabetes: Methods and Protocols. 2020. Quantification of pancreatic islets: using image analysis tools; pp. 215–229. [DOI] [PubMed] [Google Scholar]
- 15.Campbell-Thompson M., et al. Network for Pancreatic Organ Donors with Diabetes (nPOD): developing a tissue biobank for type 1 diabetes. Diabetes Metab. Res. Rev. 2012;28(7):608–617. doi: 10.1002/dmrr.2316. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 16.Campbell-Thompson M.L., et al. Staining protocols for human pancreatic islets. J. Vis. Exp. 2012;63 doi: 10.3791/4068. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17.Talo M. Automated classification of histopathology images using transfer learning. Artif. Intell. Med. 2019;101 doi: 10.1016/j.artmed.2019.101743. [DOI] [PubMed] [Google Scholar]
- 18.Khan S., et al. A novel deep learning based framework for the detection and classification of breast cancer using transfer learning. Pattern Recogn. Lett. 2019;125:1–6. [Google Scholar]
- 19.Vo D.M., Nguyen N.-Q., Lee S.-W. Classification of breast cancer histology images using incremental boosting convolution networks. Inform. Sci. 2019;482:123–138. [Google Scholar]
- 20.Tabibu S., Vinod P., Jawahar C. Pan-renal cell carcinoma classification and survival prediction from histopathology images using deep learning. Sci. Rep. 2019;9(1) doi: 10.1038/s41598-019-46718-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 21.Nagpal K., et al. Development and validation of a deep learning algorithm for improving Gleason scoring of prostate cancer. npj Digit. Med. 2019;2(1):48. doi: 10.1038/s41746-019-0112-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 22.Minnoor M., Baths V. Diagnosis of breast cancer using random forests. Proc. Comput. Sci. 2023;218:429–437. [Google Scholar]
- 23.Poudel A., et al. Stereological analyses of the whole human pancreas. Sci. Rep. 2016;6 doi: 10.1038/srep34049. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 24.Diedisheim M., et al. β-Cell mass in nondiabetic autoantibody-positive subjects: an analysis based on the network for pancreatic organ donors database. J. Clin. Endocrinol. Metab. 2016;101(4):1390–1397. doi: 10.1210/jc.2015-3756. [DOI] [PubMed] [Google Scholar]
- 25.Quesada-Masachs E., et al. Upregulation of HLA class II in pancreatic beta cells from organ donors with type 1 diabetes. Diabetologia. 2022;65(2):387–401. doi: 10.1007/s00125-021-05619-9. [DOI] [PubMed] [Google Scholar]
- 26.Kriegsmann M., et al. Deep learning in pancreatic tissue: identification of anatomical structures, pancreatic intraepithelial neoplasia, and ductal adenocarcinoma. Int. J. Mol. Sci. 2021;22(10):5385. doi: 10.3390/ijms22105385. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 27.Hafiz A.M., Bhat G.M. A survey on instance segmentation: state of the art. Int. J. Multimed. Inf. Retr. 2020;9(3):171–189. [Google Scholar]
- 28.Wang P., et al. 2018 IEEE Winter Conference on Applications of Computer Vision (WACV) Ieee; 2018. Understanding convolution for semantic segmentation. [Google Scholar]
- 29.Ma J., et al. Segment anything in medical images. Nat. Commun. 2024;15(1):654. doi: 10.1038/s41467-024-44824-z. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30.Huang Y., et al. Segment anything model for medical images? Med. Image Anal. 2024;92 doi: 10.1016/j.media.2023.103061. [DOI] [PubMed] [Google Scholar]
- 31.Robitaille M.C., et al. Automated cell segmentation for reproducibility in bioimage analysis. Synth. Biol. 2023;8(1) doi: 10.1093/synbio/ysad001. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 32.Mazurowski M.A., et al. Segment anything model for medical image analysis: an experimental study. Med. Image Anal. 2023;89 doi: 10.1016/j.media.2023.102918. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 33.Kirillov A., et al. Proceedings of the IEEE/CVF International Conference on Computer Vision. 2023. Segment anything. [Google Scholar]
- 34.Sugawara, K., Training deep learning models for cell image segmentation with sparse annotations.
- 35.Archit A., et al. bioRxiv; 2023. Segment Anything for Microscopy. p. 2023.08. 21.554208. [Google Scholar]
- 36.Bankhead P., et al. QuPath: open source software for digital pathology image analysis. Sci. Rep. 2017;7(1) doi: 10.1038/s41598-017-17204-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 37.Pettersen H.S., et al. Code-free development and deployment of deep segmentation models for digital pathology. Front. Med. 2022;8 doi: 10.3389/fmed.2021.816281. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 38.Schmidt U., et al. Medical Image Computing and Computer Assisted Intervention–MICCAI 2018: 21st International Conference, Granada, Spain, September 16–20, 2018, Proceedings, Part II 11. Springer; 2018. Cell detection with star-convex polygons. [Google Scholar]
- 39.Kaczmarzyk J.R., et al. Open and reusable deep learning for pathology with WSInfer and QuPath. NPJ Precis. Oncol. 2024;8(1):9. doi: 10.1038/s41698-024-00499-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 40.The Network for Pancreatic Organ Donors with Diabetes (nPOD) npod.org Available from. [DOI] [PMC free article] [PubMed]
- 41.Ruifrok A.C., Johnston D.A. Quantification of histochemical staining by color deconvolution. Anal. Quant. Cytol. Histol. 2001;23(4):291–299. [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.