1.IntroductionPrevious studies have shown that the severity of arterio- and arteriolosclerosis is associated with the risk of kidney disease progression across various disease etiologies.1–3 Unlike atherosclerosis, which is a specific form of arterial thickening or hardening caused by atheroma plaque build-up in the inner lining of large arteries such as the carotid artery, arterio- and arteriolosclerosis affects medium- and small-sized arteries and arterioles within the kidney parenchyma. Arterio- and arteriolosclerosis, characterized by fibrous thickening of the intima and hypertrophy of the media, and arteriolar hyalinosis, a lesion of eosin and periodic acid–schiff (PAS)-positive amorphous material deposited in the vessel wall, are manifestations of chronic damage of kidney arteries and arterioles.4,5 Thus, the quantification of chronic vascular changes present in renal biopsies is relevant to the diagnosis and prognostication of kidney failure and to informing treatment selection.5–7 In clinical practice, biopsies are visually inspected to semi-quantitatively assess the extent of intima and media thickening.5 However, this approach may be influenced by inherent cognitive and visual biases,8 with the precision and accuracy of these observations limited by high inter- and intra-observer variability.9–12 The recent advancement of digital pathology, paired with the availability of large digitized kidney biopsies and clinical datasets used in clinical research, clinical trials, and routine practice,13–20 offers unprecedented opportunities to accurately and reproducibly quantify histologic parameters and to test their clinical relevance. In addition, computational image analysis is widely utilized to convert whole slide images (WSIs) into mineable data, from which pathomic features can be automatically extracted and categorized to enhance pathologist’s ability to diagnose, prognosticate, and predict disease outcomes.18,21–27 Current approaches to extract arterial measurements from digitized tissue samples often focus on area-based metrics, such as quantifying specific components within an artery—namely, the lumen, intima, and media—and calculating relative ratios among areas of different tissue compartments.6,28,29 Although these techniques provide key insight into the automatic characterization of arteriosclerosis, they are often considered oversimplifications of the underlying biological complexities and may fail to provide generalized prognostic value.6 Furthermore, during tissue preparation, sectioning, and staining processes, the morphology of arteries may deform, which limits the accuracy of area-based measurements in capturing arterial wall thickening. In addition, the tissue sectioning process may cut arteries at various locations and angles, leading to irregular arterial appearances, such as open lumen at the edges of the tissue and multiple instances of arterial bifurcations at tangential cuts. These irregularities can also result from partial cuts and tissue folding or wrinkling, further complicating the assessment of arteriosclerosis.30 In this work, we address the challenge of arterial and arteriolar characterization by introducing a novel hand-crafted computer vision approach that uses two-dimensional (2D) ray casting and radial sampling to systematically measure intima and media thickness. Our method represents both media and intima thickness as a function of spatially encoded polar coordinates along the entire arterial perimeter. As a result, signal-smoothing techniques can effectively mitigate the impact of variable arterial morphology caused during tissue harvesting and preparation. Moreover, our approach is adept at analyzing arteries with irregular appearances, such as edge artifacts and arterial bifurcations, by identifying and discarding corrupted radial samples and using the remaining samples for a more robust representation. To demonstrate the feasibility of our technique, we first provide a numerical validation of our approach based on simulated arterial shape distortion. Subsequently, we applied our approach to WSIs from 33 patients’ kidney biopsies, developing a multi-class deep learning (DL) model for intra-arterial segmentation and evaluating our thickness measurement technique based on both manual and DL segmentation. 2.Method2.1.Generalized Measurements of Intra-Arterial Thickness2.1.1.Thickness measurement based on radial samplingThe central challenge in measuring intima and media thickness arises from their non-uniform distribution and variability across different locations within an artery. To address this issue, we employed radial sampling and made radial measurements of media and intima thickness as a function of spatially encoded polar coordinates throughout the artery. In addition, arterial morphology can vary widely throughout the WSI based on sampling effects. These include (i) edge cuts, which result in an open lumen, and (ii) tangential cuts, which result in the presence of multiple, distinct areas of the lumen and intima. To address this issue, our approach selectively excludes specific radial measurements while retaining the remainder for analysis. Our technique for handling these three common arterial appearances is as follows. Appearance 1: three nested layers of arterial sub-compartments from orthogonal tissue cutsIn an orthogonal cross-section, four arterial sub-compartments are visible: adventitia (excluded from this analysis because outside boundary cannot be separated from interstitial collagen histologically), media, intima, and lumen. Denoting the outer contours of media, intima, and lumen as , , and , respectively, we first calculate the luminal center of mass () by leveraging the spatial moments of , as shown in Eq. (1) where the spatial moment .As depicted in Fig. 1, for a given radial measurement at angle , we cast three rays , , and , from at angle , , and , respectively, and calculate their intersections with as , , and . In cases of multiple intersections, we choose the farthest. From , the line perpendicular to the vector was identified as , and its intersections with and were calculated as the points and , respectively. In cases of multiple intersections, we choose the closest for and . Media and intima thickness at angle , denoted as and , respectively, were calculated as the Euclidean distance of and , respectively. Figure 2(a) illustrates the radial measurements at various polar coordinates within the artery. Appearance 2: open lumen from edge tissue cutsWhen the kidney biopsy needle penetrates the kidney parenchyma, it may cut through the arteries, appearing incomplete at the edge of the kidney biopsy core and resulting in “partial open lumens.” For arteries with open lumens, we first identify the radial samples falling within the range of the open lumen, which are samples with intima and media thickness values below a pre-defined threshold. We then exclude samples both within and adjacent to these open lumen areas. This is achieved by employing a moving window technique, whereby we discard all samples within a certain window if the count of open lumen samples exceeds a specific limit. Figure 2(b) illustrates the radial measurements for an artery with the open lumen at the edge of the tissue, and radial measurements at angles 210 and 280 deg were discarded as they fall within the range of open lumen. Appearance 3: multiple areas of lumen/intima from tangential tissue cutsMultiple areas of lumen or intima can arise due to various factors, such as tissue folding, wrinkling during the cutting or mounting process, and bifurcation points in the artery where a single vessel splits into multiple smaller vessels. In cases where multiple lumens or intima are present, the lumen–intima–media combination with the largest intima and lumen area is selected for thickness measurements. Samples, where intersects with other lumens or intima within the artery, and adjacent samples within a pre-defined window are discarded. Figure 2(c) illustrates the radial measurements for an artery with multiple areas of lumen/intima. In this instance, only the lower intima–lumen region was utilized for analysis, and the radial measurement at angle was discarded due to its intersection with other lumen and intima regions. 2.1.2.Filtering, missing value imputation, and normalizationFilteringTo address the challenges posed by the distorted shapes and varying thicknesses in arterial measurements, we implemented a two-step filtering process. First, a moving median filter was applied to mitigate the impact of outliers, where each thickness measurement is replaced by the median value of its neighbors within a specific window size. Subsequently, a moving average filter was employed to further smooth the measurements and reduce noise, where each thickness measurement is replaced with the average value of its neighbors within the same window size. Missing value imputationDuring the radial measurement process, instances may arise where does not intersect with , leading to missing measurement values. Instead of removing these sample points, we applied a weighted imputation method to the radial measurements of media and intima thickness. Given the missing value at angle in the list of measurements , we first identified its closest non-missing values in the left and right, denoted as and , respectively. Then, we impute the missing value by taking a weighted average of and , as shown in Eq. (2) where and .NormalizationThe radial measurements of media and intima thickness are based on Euclidean distances among pixel coordinates, with values dependent on image resolution and artery size. To account for these factors, we normalize the media and intima thickness values by dividing them by the artery wall thickness median value. Figure 3 provides an example of the radial measurements before and after steps of filtering, missing value imputation, and normalization for an artery with missing values at angle . 2.1.3.Feature extractionBased on the radial measurements of intima and media thickness, we further computed the intima-to-media ratio at angle , denoted as , defined as Eq. (3) As a result, our data are represented by three distinct series of measurements, each corresponding to a specific attribute: intima thickness, media thickness, and the intima-to-media ratio. These measurements are taken in a circular manner along the arterial contour, where the first and last samples are adjacent. To further characterize the morphological appearance of an artery, we extract two categories of pathomic features from each list: (i) global features, which describe the overall distribution of intra-arterial thickness, and (ii) local features, which describe the local variations of distribution of arterial thickness. Global featuresWe calculate the global statistical features, including the average, median, and variance for each set of measurements. Local featuresWe extracted local features by analyzing the peak properties within each series of measurements. Peaks are identified as local maxima satisfying the width greater than a pre-determined threshold . The maximum height and prominence of the peak properties are utilized as local features for analysis. Figure 4 provides an example of the detected peaks at angles 43, 227, and 89 deg for intima thickness, media thickness, and the intima-to-media ratio, respectively. 2.1.4.Numerical validationAs discussed in Sec. 1, the processes of tissue harvesting and preparation can cause arterial shape distortion. To study the effects of these distortions on our measurement technique, we conducted a numerical analysis by simulating arteries with three different appearances and by representing them with different geometric shapes, such as circles and semi-circles. We introduced random distortions using elastic deformation to systematically simulate variations in arterial morphology, from which to evaluate our measurement technique. Specifically, for an artery exhibiting a regular appearance, we simulated the initial artery using concentric circles with different radii representing the outer contours of the media, intima, and lumen, respectively, where . In the case of an artery with an open lumen, we used three semi-circles to model the contours. For an artery with multiple intima/lumens, we employed four circles, with two distinct circles representing the lumens. Representative illustrations of these simulated artery appearances can be found in Fig. 5. Subsequently, we applied random distortions to these initial geometries using elastic deformation. We generated smooth deformations by creating random displacement fields at the horizontal and vertical directions for each pixel in the image. To study the effects of different levels of distortion, we scaled these displacement fields by a factor , where controls the level of distortion, with larger values of resulting in more substantial distortions. We varied the distortion order from 0 to 3000 in increments of 500. The displacement fields were subsequently smoothed using a Gaussian function with a standard deviation of 30 pixels. Per-pixel displacements were then computed using linear interpolation. For each deformation-specific iteration, we applied our measurement technique and analyzed trends as a function of deformation magnitude. 2.2.Integrating Multi-Class Deep Learning Segmentation and Intra-Arterial Thickness to Quantify ArteriosclerosisTo demonstrate the effectiveness of the proposed thickness measurement approach, we applied the proposed thickness measurement technique to patient data, based on both manual and DL-based segmentation of intra-arterial compartments. The study received ethical approvals from the boards of the NEPhrotic syndrome sTUdy NEtwork (NEPTUNE) and Cure Glomerulonephropathy (CureGN) consortia, as well as from the Institutional Review Board of the University of Michigan. 2.2.1.Whole slide imaging datasetOur work leverages 753 arteries identified from 33 trichrome-stained WSIs, scanned at a magnification of , which is a isotropic resolution. Each WSI is from a distinct patient, including 20 from the NEPTUNE,31 9 from the CureGN,32 and 4 from the University of Michigan digital pathology repositories. 2.2.2.Arteriosclerosis scoring and manual segmentationThe severity of the intima fibrosis and narrowing of the lumina as a measure of arteriosclerosis was scored semiquantitatively (0 to 3) at the individual artery level by two renal pathologists (DD and JBH) using a standard clinical definition (Table 1). In addition, the media, intima, and lumen were manually segmented for each artery using QuPath.33 Table 1Arteriosclerosis scores based on vascular narrowing of the luminal area.
2.2.3.Multi-class deep learning segmentation of intra-arterial compartmentsThe proposed approach for measuring intra-arterial thickness relies on the accurate segmentation of the media, intima, and lumen. Manual segmentation of these components, however, can be meticulous and time-consuming. Therefore, to illustrate the versatility and effectiveness of our measurement method, we have developed a multi-class DL framework for automating this segmentation process. This inclusion of DL segmentation serves to demonstrate that our measurement approach is robust and can be effectively applied in both manually segmented and DL-augmented workflows, ensuring its broad applicability. Architecture designWe employed a nine-module convolutional neural network based on the common U-Net architecture with a dilated bottleneck, which has been proved effective in the segmentation of histologic structures on kidney biopsies.26,34 The network’s input accepts red, green, blue (RGB) images, outputting a segmentation map for the background, media, intima, and lumen. Model trainingWe used 648 artery images, derived from 20 WSIs from NEPTUNE and four WSIs from U MICHIGAN to train the DL model. To boost model generalization, we applied a data augmentation procedure (e.g., horizontal vertical flip and crop resize). In addition, we incorporated transfer learning by initializing the first four fully convolutional blocks of the network with pre-trained weights from the publicly available VGG16 model, originally trained on the ImageNet dataset. During the training process, a cross-entropy loss function was minimized based on Adam optimization to learn optimal model parameters. The training was run for 50 epochs with a batch size of 4 and an initial learning rate of 0.001. Post-processingAfter acquiring the DL segmentation output and applying an argmax operation, we obtain three distinct Boolean masks representing the segmented artery sub-compartments: media, intima, and lumen. To enhance the quality of these segmentation results, we implement a noise reduction step on each mask by removing small holes and objects with areas below 5% of the total positive pixels. From the cleaned segmentation masks, we identify the largest contour in each mask as the input for our proposed thickness measurement technique. 2.2.4.Evaluation and performance metricsWe utilized 105 artery images (nine WSIs from CureGN) to evaluate the ability of the extracted features from our thickness measurements to quantify arteriosclerosis. The evaluation was based on the segmentation by both a renal pathologist and the developed deep learning model. Individual feature correlation analysisWe first measure the association between each extracted feature and arteriosclerosis severities by calculating Kendall’s tau-b correlation coefficient, . is a statistic used to measure the ordinal association between two measured quantities. Despite our features being continuous, they can be conceptualized as ordinal for this analysis due to their ranking nature. Note that takes values between and . A value of indicates a perfect association between the feature and arteriosclerosis severities, whereas a coefficient closer to 0 suggests a weaker relationship. Multi-variate feature evaluationTo evaluate the ability to quantify arteriosclerosis of our thickness-based features in comparison with the baseline area-based features, we employed the ridge regression estimator. We compute ridge regression estimators using three distinct feature sets: only area-based features, only thickness-based features, and a combination of both. The performance and contribution of these features were then assessed using the score of the corresponding estimator. score ranges between 0 and 1, denoting the effectiveness of the chosen features for quantifying arteriosclerosis. 3.Experiments and Result3.1.Numerical ValidationFigure 6 shows the simulated arteries for different appearances under various deformation orders, along with the results of intima–media thickness measurements. For all three appearances, the simulated arteries present increasing deformation as the distortion order increases, leading to a less smooth representation of measured intima and media thickness with respect to angle. In the case of an open lumen appearance, our approach can identify and discard measurements that fall within the range of the open lumen. For the simulations on the appearance of multiple areas of lumen/intima, our approach can recognize and exclude measurements that intersect other lumen areas. 3.2.Intra-Arterial Thickness-Based Features to Quantify Arteriosclerosis3.2.1.Individual feature correlation analysisManual segmentationWe evaluated the feature values derived from thickness measurements using manual segmentation (Fig. 7). For the area-based features, the intima area feature exhibits a clear separability with . For the proposed thickness-based features, the global features (average and median) derived from all three measurements present a comparative separability compared with the intima area feature, with . Among the local features, the peak height from media and ratio measurements show a moderate association, with . DL segmentationOur DL segmentation model effectively delineates the intra-arterial compartments, achieving Dice scores of 0.97 for the background, 0.84 for the media, 0.78 for the intima, and 0.86 for the lumen. Subsequently, we evaluated the feature values derived from thickness measurements based on the segmentation model (Fig. 8). For baseline area-based features, the intima area exhibits a clear separability with . For the proposed thickness-based features, six global features (average and median from all three measurements) and one local feature (ratio peak height) present a more robust association compared with the intima area feature. It is notable that the ratio average displayed a strong separability, with . These results suggest that the proposed thickness-based features especially global features can individually effectively contribute to the characterization of arteriosclerosis severity. When the score is 0, the distributions of intima and media thickness are well-separated, with the media exhibiting considerably larger values, indicating a normal artery. As the score increases, there is a noticeable shift in the intima thickness distribution toward the right, signaling the progression of arteriosclerosis severities. Examples of the intima–media thickness distributions for arteries with arteriosclerosis scores ranging from 0 to 3 are illustrated in Fig. 9. 3.2.2.Multi-variate feature evaluationThe scores derived from ridge regression estimators using different feature sets are shown in Table 2. First, we observed that the score for quantifying arteriosclerosis exhibits minimal difference between features derived from manual segmentation and those from DL segmentation, indicating that both methods are comparably effective when used as segmentation techniques for feature extraction. Secondly, incorporating thickness-based features greatly improves the performance of quantifying arteriosclerosis, with the score rising from 0.3 to 0.5, which emphasizes the potential of the proposed thickness-based features in quantifying arteriosclerosis. Table 2Comparison of R2 scores using the ridge regression estimator across various feature sets and segmentation methods for quantifying arteriosclerosis.
3.3.Ablation Studies3.3.1.Impact of filteringThis subsection evaluates the impact of filtering on feature performance. Without filtering, while global features maintain similar performance levels, five out of six local features exhibit a decline in performance (Fig. 10). Notably, the separability provided by the media peak height metric drops from to . 3.3.2.Impact of missing value imputationIn our test dataset, each artery has an average of 22 missing values out of a potential 360. This accounts for approximately 6.1% of the data points per artery being unusable due to missing values. Without imputation, the signals are discontinuous, and local features cannot be calculated. This subsection evaluates the performance of global features without missing value imputation. The results indicate a significant drop in performance across all six features when imputation is not applied (Fig. 11). 3.4.Inter-Observer VariabilityTo evaluate the inter-observer variability of semi-quantitative, visual assessment of arteriosclerosis by trained renal pathologists, we prepared a subset of 422 arteries from 10 trichrome-stained WSIs, sourced from the NEPTUNE digital pathology repositories.31 Each artery was independently scored on a scale of 0 to 3 by two renal pathologists (DD and JBH). To quantify the inter-observer agreement, we employed Cohen’s kappa statistic, which yielded a value of , indicating moderate agreement between the two readers. The confusion matrix illustrating the scoring differences among the pathologists is presented in Fig. 12. In addition, we calculated the value between the two sets of annotations, which was 0.45. This value is significantly lower compared with the results obtained from our proposed computational thickness measurement method (Table 2). 4.DiscussionThe emergence of digital pathology and computational techniques has transformed the pathology landscape.18 Although methodologies for visual assessment have improved using WSIs over conventional bright-field microscopes, the visual assessment of the extent and severity of structural lesions relies on semiquantitative metrics and remains relatively subjective. Computational image analysis methodologies offer the opportunity to better quantify structural changes on WSIs. In general, there are two primary options for interpreting digital pathology images: DL algorithms and hand-crafted feature extraction. In the medical field, DL has notably demonstrated its ability in tasks such as image segmentation, but its application in direct clinical diagnosis often presents challenges. DL features are typically latent variables generated from the transformation and encoding of the input data through the layers of the neural network. Although DL algorithms can uncover structural patterns without human guidance, they often have limitations such as the need for high-quality ground truth annotations, and extracted features lack explicit mathematical definitions.34–37 In contrast, hand-crafted feature extraction involves capturing and analyzing various features such as morphology, intensity, texture, higher-order, and spatial features.18 Hand-crafted features are mathematically well-defined and typically require domain knowledge for design and interpretation. For this study, we chose to focus on developing a novel hand-crafted thickness measurement technique due to the inherent advantages it offers in terms of interpretability and applicability. Thus, we proposed a hand-crafted computer vision approach that systematically quantifies changes in the intima and media thickness of arteries and arterioles from digital kidney biopsies using 2D ray casting and radial sampling. Our approach contains elements of innovation and offers several advantages. First, it presents the thickness of both the media and intima as a function of spatially encoded polar coordinates along the entire arterial perimeter. Second, it is adept at analyzing arteries with irregular appearances, such as edge artifacts and arterial bifurcations, by identifying and discarding corrupted radial samples and using the remaining samples for a more robust analysis. Consequently, using these signal-smoothing techniques, we can effectively address the issues of arterial deformation introduced during tissue harvesting and preparation. Furthermore, by detecting and discarding corrupted radial samples, our approach is capable of analyzing arteries with irregular appearances, such as open lumens at the edge of tissue and multiple instances of local intima/lumen from tangential cuts and arterial bifurcations. To demonstrate the feasibility of our technique, we initially conducted a numerical validation based on simulated arterial shape distortion. As the deformation increases in the simulated arteries, our measurement technique adeptly captured the decreasing smoothness in the intima and media thickness. Subsequently, we applied our approach to patient data and demonstrated its effectiveness in two different scenarios, intra-arterial segmentation performed by a renal pathologist, and segmentation via a deep learning model. Our individual feature correlation analysis indicates that global features (such as average and median from all three measurements) and local features (such as ratio peak height) provide a clear separability among arteriosclerosis severity. Further collective feature evaluation demonstrates that incorporating our proposed set of thickness-based features can greatly improve the performance in quantifying arteriosclerosis. Training a DL-based classification model, or a machine learning model augmented with feature selection from a broad array of features, offers a path forward. However, such approaches often sacrifice interpretability and/or a complete mechanistic understating of the underlying biology. In this study, we focused on quantifying arterial thickness via a highly interpretable metric and demonstrated clinical relevance via associations with arteriosclerosis visual lexicons used in clinical pathology. Future emphasis on data assimilation, where physics-informed models are integrated with purely data-driven solutions,38,39 may provide a more rigorous description of the biology, ultimately leading to better interpretation of DL40,41 and more informed computational phenotyping. A limitation of this study is that the dataset size is limited and the association with clinical outcomes was not explored. Ongoing studies are focusing on validating our findings in larger cohorts, investigating the utility of additional features, and exploring the development of automated systems that integrate these features for clinical decision-making. Furthermore, future work will also focus on evaluating the association of these pathomic features with clinical outcomes and the prognostic value of our approach compared with standard-of-care visual assessment. 5.ConclusionIn this work, we introduced a novel computer vision approach to computationally characterize intra-arterial morphology using WSIs from digital pathology archives. This rigorous approach for the quantification of arteriosclerosis has been proven robust and should serve as a blueprint to measure vascular damage across organs and different datasets. Its potential generalizability is promising for future use in clinical research, trials, and practice. DisclosuresThe authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper. Code and Data AvailabilityThe authors do not have the permission to share the dataset utilized in this study. The source code is available at github.com/code-by-jin/Measurements-of-Intra-Arterial-Thickness Author ContributionsConceptualization: Laura Barisoni, Jeffrey B. Hodgin, Kyle J. Lafata, and Jin Zhou. Data curation: Dawit Demeke, Timothy A. Dinh, Yingbao Yang, and Jeffrey B. Hodgin. Formal analysis: Laura Barisoni, Kyle J. Lafata, and Jin Zhou. Funding acquisition: Laura Barisoni, Jeffrey B. Hodgin, Lawrence Holzman, Kyle J. Lafata, and Jarcy Zee. Investigation: Laura Barisoni, Jeffrey B. Hodgin, Kyle J. Lafata, and Jin Zhou. Methodology: Laura Barisoni, Jeffrey B. Hodgin, Kyle J. Lafata, and Jin Zhou. Project administration: Laura Barisoni, Jeffrey B. Hodgin, and Kyle J. Lafata. Resources: Laura Barisoni, Jeffrey B. Hodgin, Lawrence Holzman, and Laura H. Mariani. Software: Xiang Li and Jin Zhou. Supervision: Laura Barisoni, Krishnendu Chakrabarty, Jeffrey B. Hodgin, and Kyle J. Lafata. Validation: Laura Barisoni, Jeffrey B. Hodgin, and Jin Zhou. Visualization: Jeffrey B. Hodgin, Kyle J. Lafata, Xiang Li, and Jin Zhou. Writing—original draft: Laura Barisoni, Jeffrey B. Hodgin, Kyle J. Lafata, Xiang Li, and Jin Zhou. Writing—review and editing: Laura Barisoni, Krishnendu Chakrabarty, Jeffrey B. Hodgin, Andrew R. Janowczyk, Kyle J. Lafata, Xiang Li, Jarcy Zee, and Jin Zhou. AcknowledgmentsResearch reported in this study was supported by the National Institute of Diabetes and Digestive and Kidney Diseases (NIDDK)/National Institute of Health (NIH) under the award number 2R01DK118431-04, as well as the National Library of Medicine (NLM) / NIH under the award number R01LM013864. Additional support was also provided by NephCure and the Henry E. Haller, Jr. Foundation. NEPTUNE is part of the Rare Diseases Clinical Research Network (RDCRN), which is funded by the NIH and led by the National Center for Advancing Translational Sciences (NCATS) through its Division of Rare Diseases Research Innovation. RDCRN consortia are supported by the RDCRN Data Management and Coordinating Center, funded by NCATS, and the National Institute of Neurological Disorders and Stroke under U2CTR002818NEPTUNE is funded under Grant No. U54DK083912 as a collaboration between NCATS and the NIDDK. Additional funding and/or programmatic support is provided by the University of Michigan, NephCure, Alport Syndrome Foundation, and the Halpin Foundation. Funding for the CureGN consortium is provided by U24DK100845 (formerly UM1DK100845), U01DK100846 (formerly UM1DK100846), U01DK100876 (formerly UM1DK100876), U01DK100866 (formerly UM1DK100866), and U01DK100867 (formerly UM1DK100867) from the NIDDK/NIH. Patient recruitment is supported by NephCure. Dates of funding for first phase of CureGN was September 16, 2013, to May 31, 2019. For detailed information about the NEPTUNE and CureGN consortia, please refer to the Supplementary Material. ReferencesN. A. Hassan et al.,
“Arterial stiffness, physical activity, and 25-hydroxyvitamin D in patients with kidney transplant,”
J. Amer. Soc. Nephrol., 29
(3), 927
–938 https://doi.org/10.1590/1806-9282.63.10.910 JASNEU 1046-6673
(2018).
Google Scholar
N. Issa et al.,
“Larger nephron size, low nephron number, and nephrosclerosis on biopsy as predictors of kidney function after donating a kidney,”
Amer. J. Transpl., 19
(7), 1989
–1998 https://doi.org/10.1111/ajt.15259
(2019).
Google Scholar
A. Denic et al.,
“Larger nephron size and nephrosclerosis predict progressive CKD and mortality after radical nephrectomy for tumor and independent of kidney function,”
J. Amer. Soc. Nephrol., 31
(11), 2642
–2652 https://doi.org/10.1681/ASN.2020040449 JASNEU 1046-6673
(2020).
Google Scholar
K. Kobiyama and K. Ley,
“Atherosclerosis: a chronic inflammatory disease with an autoimmune component,”
Circul. Res., 123
(10), 1118
–1120 https://doi.org/10.1161/CIRCRESAHA.118.313816
(2018).
Google Scholar
S. Sethi et al.,
“A proposal for standardized grading of chronic changes in native kidney biopsy specimens,”
Kidney Int., 91
(4), 787
–789 https://doi.org/10.1016/j.kint.2017.01.002
(2017).
Google Scholar
A. Denic et al.,
“Prognostic implications of a morphometric evaluation for chronic changes on all diagnostic native kidney biopsies,”
J. Amer. Soc. Nephrol., 33
(10), 1927
–1941 https://doi.org/10.1681/ASN.2022030234 JASNEU 1046-6673
(2020).
Google Scholar
C. Roufosse et al.,
“A 2018 reference guide to the Banff classification of renal allograft pathology,”
Transplantation, 102 1795
–1814 https://doi.org/10.1097/TP.0000000000002366 TRPLAU 0041-1337
(2018).
Google Scholar
F. Aeffner et al.,
“The gold standard paradox in digital image analysis: manual versus automated scoring as ground truth,”
Arch. Pathol. Lab Med., 141 1267
–1275 https://doi.org/10.5858/arpa.2016-0386-RA
(2017).
Google Scholar
B. Adam, P. Randhawa and S. Chan,
“Banff initiative for quality assurance in transplantation (BIFQUIT): reproducibility of polyomavirus immunohistochemistry in kidney allografts,”
Am. J. Transplant., 14 2137
–2147 https://doi.org/10.1111/ajt.12794
(2014).
Google Scholar
M. Haas, B. Sis and L. Racusen,
“Banff 2013 meeting report: inclusion of C4d-negative antibody-mediated rejection and antibody-associated arterial lesions,”
Am. J. Transplant., 14 272
–283 https://doi.org/10.1111/ajt.12590
(2014).
Google Scholar
C. Roberts, P. Beitsch and C. Litz,
“Interpretive disparity among pathologists in breast sentinel lymph node evaluation,”
Am. J. Surg., 186 324
–329 https://doi.org/10.1016/S0002-9610(03)00268-X AJOOA7 0096-6347
(2003).
Google Scholar
J. Roberts, F. Jin and J. Thurloe,
“High reproducibility of histological diagnosis of human papillomavirus-related intraepithelial lesions of the anal canal,”
Pathology, 47 308
–313 https://doi.org/10.1097/PAT.0000000000000246 PTLGAX 1465-3931
(2015).
Google Scholar
L. Pantanowitz et al.,
“Twenty years of digital pathology: an overview of the road travelled, what is on the horizon, and the emergence of vendor-neutral archives,”
J. Pathol. Inf., 9 40 https://doi.org/10.4103/jpi.jpi_69_18
(2018).
Google Scholar
J. A. Retamero, J. Aneiros-Fernandez and R. G. Del Moral,
“Complete digital pathology for routine histopathology diagnosis in a multicenter hospital network,”
Arch. Pathol. Lab. Med., 144
(2), 221
–228 https://doi.org/10.5858/arpa.2018-0541-OA APLMAS 0003-9985
(2020).
Google Scholar
L. Pantanowitz et al.,
“Validating whole slide imaging for diagnostic purposes in pathology: guideline from the College of American Pathologists Pathology and Laboratory Quality Center,”
Arch. Pathol. Lab. Med., 137
(12), 1710
–1722 https://doi.org/10.5858/arpa.2013-0093-CP APLMAS 0003-9985
(2013).
Google Scholar
E. Brachtel and Y. Yagi,
“Digital imaging in pathology—current applications and challenges,”
J. Biophotonics, 5
(4), 327
–335 https://doi.org/10.1002/jbio.201100103
(2012).
Google Scholar
A. Baidoshvili et al.,
“Evaluating the benefits of digital pathology implementation: time savings in laboratory logistics,”
Histopathology, 73
(5), 784
–794 https://doi.org/10.1111/his.13691 HISTDD 1365-2559
(2018).
Google Scholar
L. Barisoni et al.,
“Digital pathology and computational image analysis in nephropathology,”
Nat. Rev. Nephrol., 16
(11), 669
–685 https://doi.org/10.1038/s41581-020-0321-6
(2020).
Google Scholar
D. Tellez et al.,
“Quantifying the effects of data augmentation and stain color normalization in convolutional neural networks for computational pathology,”
Med. Image Anal., 58 101544 https://doi.org/10.1016/j.media.2019.101544
(2019).
Google Scholar
L. Barisoni and J. B. Hodgin,
“Digital pathology in nephrology clinical trials, research, and pathology practice,”
Curr. Opin. Nephrol. Hypertens., 26
(6), 450
–459 https://doi.org/10.1097/MNH.0000000000000360 CNHYEM
(2017).
Google Scholar
P. Wuttisarnwattana et al.,
“Automatic stem cell detection in microscopic whole mouse cryo-imaging,”
IEEE Trans. Med. Imaging, 35 819
–829 https://doi.org/10.1109/TMI.2015.2497285 ITMID4 0278-0062
(2016).
Google Scholar
S. Blacher et al.,
“Quantitative assessment of mouse mammary gland morphology using automated digital image processing and TEB detection,”
Endocrinology, 157 1709
–1716 https://doi.org/10.1210/en.2015-1601 ENDOAO 0013-7227
(2016).
Google Scholar
F. Aeffner et al.,
“Quantitative assessment of pancreatic cancer precursor lesions in IHC-stained tissue with a tissue image analysis platform,”
Lab Invest., 96 1327
–1336 https://doi.org/10.1038/labinvest.2016.111
(2016).
Google Scholar
F. Aeffner et al.,
“Validation of a muscle-specific tissue image-analysis tool for quantitative assessment of dystrophin staining in frozen muscle biopsies,”
Arch. Pathol. Lab Med., 143
(2), 197
–205 https://doi.org/10.5858/arpa.2017-0536-OA
(2018).
Google Scholar
J. Chen et al.,
“Computer-aided prognosis on breast cancer with hematoxylin and eosin histopathology images: a review,”
Tumour Biol., 39 1010428317694550 https://doi.org/10.1177/1010428317694550 TUMBEA
(2017).
Google Scholar
X. Li et al.,
“Deep learning segmentation of glomeruli on kidney donor frozen sections,”
J. Med. Imaging, 8 067501 https://doi.org/10.1117/1.JMI.8.6.067501 JMEIET 0920-5497
(2021).
Google Scholar
P. Leo et al.,
“Computationally derived cribriform area index from prostate cancer hematoxylin and eosin images is associated with biochemical recurrence following radical prostatectomy and is most prognostic in Gleason grade group 2,”
Eur. Urol. Focus, 7
(4), 722
–732 https://doi.org/10.1016/j.euf.2021.04.016
(2021).
Google Scholar
F. Aeffner et al.,
“Introduction to digital image analysis in whole-slide imaging: a white paper from the digital pathology association,”
J. Pathol. Inf., 10 9 https://doi.org/10.4103/jpi.jpi_82_18
(2019).
Google Scholar
F. Aeffner et al.,
“Commentary: roles for pathologists in a high-throughput image analysis team,”
Toxicol. Pathol., 44 825
–834 https://doi.org/10.1177/0192623316653492 TOPADD 0192-6233
(2016).
Google Scholar
S. A. Taqi et al.,
“A review of artifacts in histopathology,”
J. Oral Maxillofac. Pathol., 22
(2), 279 https://doi.org/10.4103/jomfp.JOMFP_125_15
(2018).
Google Scholar
C. A. Gadegbeku et al.,
“Design of the Nephrotic Syndrome Study Network (NEPTUNE) to evaluate primary glomerular nephropathy by a multidisciplinary approach,”
Kidney Int., 83
(4), 749
–756 https://doi.org/10.1038/ki.2012.428
(2013).
Google Scholar
L. H. Mariani et al.,
“CureGN study rationale, design, and methods: Establishing a large prospective observational study of glomerular disease,”
Amer. J. Kidney Dis., 73
(2), 218
–229 https://doi.org/10.1053/j.ajkd.2018.07.020
(2019).
Google Scholar
P. Bankhead et al.,
“Qupath: open source software for digital pathology image analysis,”
Sci. Rep., 7
(1), 16878 https://doi.org/10.1038/s41598-017-17204-5 SRCEC3 2045-2322
(2017).
Google Scholar
A. Janowczyk and A. Madabhushi,
“Deep learning for digital pathology image analysis: a comprehensive tutorial with selected use cases,”
J. Pathol. Inf., 7 29 https://doi.org/10.4103/2153-3539.186902
(2016).
Google Scholar
E. Abels et al.,
“Computational pathology definitions, best practices, and recommendations for regulatory guidance: a white paper from the digital pathology association,”
J. Pathol., 249
(3), 286
–294 https://doi.org/10.1002/path.5331
(2019).
Google Scholar
Y. LeCun, Y. Bengio and G. Hinton,
“Deep learning,”
Nature, 521
(7553), 436
–444 https://doi.org/10.1038/nature14539
(2015).
Google Scholar
G. Litjens et al.,
“A survey on deep learning in medical image analysis,”
Med. Image Anal., 42 60
–88 https://doi.org/10.1016/j.media.2017.07.005
(2017).
Google Scholar
K. J. Lafata et al.,
“Data clustering based on Langevin annealing with a self-consistent potential,”
Q. Appl. Math., 77
(3), 591
–613 https://doi.org/10.1090/QAM/1521
(2019).
Google Scholar
J. B Stevens et al.,
“Radiomics on spatial-temporal manifolds via Fokker-Planck dynamics,”
Med. Phys., 51
(5), 3334
–3347 https://doi.org/10.1002/mp.16905
(2024).
Google Scholar
H. Ji et al.,
“Post-radiotherapy PET image outcome prediction by deep learning under biological model guidance: A feasibility study of oropharyngeal cancer application,”
Front. Oncol., 12 895544 https://doi.org/10.3389/fonc.2022.895544
(2022).
Google Scholar
Z. Yang et al.,
“A neural ordinary differential equation model for visualizing deep neural network behaviors in multi-parametric MRI-based glioma segmentation,”
Med. Phys., 50
(8), 4825
–4838 https://doi.org/10.1002/mp.16286
(2023).
Google Scholar
|
Arteries
Image segmentation
Pathology
Tissues
Kidney
Feature extraction
Biopsy