Abstract
Background
Histologic assessment of tumor tissue is fundamental to the diagnosis and management of bladder cancer. As digital pathology becomes more widely adopted and artificial intelligence (AI) tools rapidly advance, computational pathology has emerged as a promising avenue for extracting clinically meaningful information from pathology images.
Objectives
This scoping review aims to provide a comprehensive overview of the current landscape of computational pathology in bladder cancer. We describe the commonly used AI and machine learning approaches for analyzing whole slide images (WSIs) and summarize their use in diagnosis, grading, staging, molecular classification, prognostication, and treatment response prediction in bladder cancer.
Methods
This review was conducted in accordance with PRISMA-ScR 2018 guidelines. We searched PubMed/MEDLINE for primary research articles focused on computational or AI-based analysis of human bladder cancer histopathology images across predefined predictive tasks. Eligible studies underwent full-text review. Findings were synthesized narratively by task.
Results
A total of 2055 abstracts were screened. Fifty-three studies met eligibility criteria and were included in the review.
Conclusions
Computational pathology offers substantial promise for augmenting pathologist workflows and advancing personalized care in bladder cancer. Current studies remain largely retrospective, but there is a rapid pace of innovation and a clear opportunity to work towards real-world clinical implementation. Establishing shared multi-institutional datasets and standardized evaluation frameworks could help support future research and expedite clinical implementation of computational pathology tools for bladder cancer.
Introduction
The visual assessment of histologic features by pathologists has long been central to the diagnosis of cancer. With rapid advances in AI and increasing digitization of medical data, including the more routine collection of high-resolution digital images of tumor specimens, there is now substantial opportunity to develop computational tools that leverage digital pathology. These tools have the potential to augment the expertise of pathologists and extend beyond traditional diagnostic tasks, assisting in other clinically relevant problems such as molecular classification, treatment response prediction, and prognostication. In fact, current digital pathology platforms already incorporate AI-enabled image analysis into existing workflows, marking a fundamental shift in how pathology images are being interpreted and used in clinical care.
This emerging field, known as computational pathology, has proven especially valuable in oncology. In cancer care, pathology plays a pivotal role in diagnosis and uncovering insights into the underlying biology and behavior of disease. Clinical-grade digital pathology tools have made regulatory headway and gained significant traction for tasks such as cancer detection and treatment response prediction, particularly in prostate cancer.1–3 In bladder cancer, advances in computational pathology have similar potential to transform diagnostic workflows and inform clinical decision-making.
In this review, we provide an overview of the current landscape of computational pathology in bladder cancer, building upon prior reviews4,5 while incorporating recent advances in the field. We begin by providing background on AI approaches commonly used to extract relevant insights from digital pathology images. We then summarize applications of these methods in bladder cancer for tasks including diagnosis, grading, staging, molecular classification, prognostication, and treatment response prediction, focusing primarily on applications that leverage standard hematoxylin and eosin (H&E)-stained whole slide images (WSIs). We highlight recent innovations that hold promise for pushing the field forward. Finally, we discuss key challenges and introduce important considerations to advance computational pathology in bladder cancer.
AI and digital pathology background
There are multiple strategies for using AI to extract meaningful histologic information from WSIs and develop predictive models. These methods generally fall into two broad categories: (1) human-interpretable feature-based models 6 and (2) weakly supervised learning (pure deep-learning based pattern recognition). 7 While both approaches leverage digitized pathology slides, they differ in terms of workflow, interpretability, performance, and resource requirements. We provide a summary of each method and then highlight key strengths and challenges associated with each approach. A schematic representation of these approaches is shown in Figure 1.

Schematic overview of representative frameworks for (a) human-interpretable feature-based models and (b) weakly supervised learning-based models.
Human-interpretable feature-based models
Human-interpretable feature-based models generally follow a two-step approach. The first step, commonly referred to as feature engineering, involves quantifying explicit, biologically informed visual patterns from an image, such as nuclear density, average nuclear size, and number of tumor-infiltrating lymphocytes. The second step involves training a statistical/machine learning model (e.g., random forest, support vector machine, linear regression) based on these quantified features, which can be used to identify associations between these features and an image or case-based label of interest (e.g., treatment response or prognosis) or something more granular at the region, cell, or pixel level (e.g., tumor vs. normal tissue).
The first step of feature engineering is critical for this approach. Feature engineering involves developing computer vision algorithms to identify and segment relevant tissue structures (e.g., nuclei, tumor nests, lymphocytes) from which quantitative features can be extracted. This step is often resource-intensive because building a reliable segmentation model requires expert annotation of histopathology images, including manual labeling of individual cells or tissue regions. Once the segmentation model is established, the quantified features can be used to train downstream predictive models.
Weakly supervised learning-based models
In contrast, weakly supervised learning-based models learn visual patterns directly from WSIs paired with image or case-level labels without the need for manually defined features. The term “weakly supervised” refers to the fact that supervision is provided only at the image or case level, rather than at the level of individual regions, cells, or pixels. Instead of relying on predefined histologic features, as in the human-interpretable feature-based methods, the model learns the visual patterns that are most relevant.
An important technical challenge of this approach is the size of the WSIs, which makes them incompatible with standard computer vision models like convolutional neural networks (CNNs), even with modern graphical processing units (GPUs). To overcome this barrier, WSIs are divided into smaller, high-resolution image patches. A neural network-based feature extractor—often a digital pathology foundation model that has been pre-trained on a large set of pathology images—is then used to compute fixed, “frozen” feature representations for each patch. These patch-level features are then used to train a deep learning model to predict the image or case-level label of interest.
Trade-offs and implications
Key trade-offs between these two paradigms include interpretability, performance, and the human effort required for model development.
In terms of interpretability, the human-interpretable feature-based approach generally has an advantage. For example, if a model is designed to quantify a small number of biologically meaningful features and a linear regression is used to evaluate their association with an outcome of interest, the impact of each feature is readily apparent by traditional statistical analysis. In contrast, weakly supervised models do not directly reveal the features driving their predictions and are therefore commonly perceived as “black boxes,” which can hinder validation, user trust, and clinical adoption. To address this limitation, a growing set of interpretability methods have been developed to probe the inner workings of black box models.8–13 For example, attention heatmaps are a visualization tool that approximate which image regions have the highest weights during classification, 7 and SHAP (SHapley Additive exPlanations) assigns importance values to input features, allowing evaluation of feature significance both at the case and cohort-level. 14 These tools, although known to have limitations,11,15–17 can help pathologists evaluate whether weakly supervised model predictions are driven by biologically plausible features rather than artifacts, allow for systematic error analysis during model development, and provide greater transparency when models are introduced into clinical workflows. Importantly, explainability is increasingly emphasized in emerging regulatory frameworks for medical AI as a requirement for safety and post-market monitoring. 18 As such, interpretability is not only a methodological consideration but an important step towards clinical implementation and eventual regulatory approval.
The relative performance of human-interpretable feature-based models versus weakly supervised models depends on many factors, including feature engineering choices, model architecture, the size and heterogeneity of training data, and the specific prediction task. In general, weakly supervised approaches achieve superior predictive performance because they can extract complex image patterns that are not explicitly defined or visually recognizable by humans. However, these models can fail for several reasons, such as focusing on spurious signals (e.g., pen markings or slide artifacts), overlooking biologically relevant regions, or overfitting when the sample size is too small relative to the high dimensionality of image data. 19 Emerging approaches such as improved architectures for whole-slide image analysis (HIPT, 20 GigaPath 21 ) or foundation models for digital pathology (UNI, 22 CONCH, 23 Prov-GigaPath 21 ) may alleviate some of these issues for weakly supervised models. Alternatively, human-interpretable feature-based models can offer a statistical advantage when the relevant biology is well understood. Specifically, if the analyst correctly identifies and quantifies the key histologic features, human-interpretable feature-based models can improve statistical power through dimensionality reduction. 19 However, if important features are omitted, incorrectly measured, or not yet known, human-interpretable feature-based model performance will be constrained accordingly.
With respect to resource requirements, human-interpretable feature-based models are generally more labor intensive. Their development depends on feature engineering, which first involves building a reliable segmentation model with extensive expert annotation of histopathology images. This can present a barrier to effective model development due to time, cost, and logistical barriers. In contrast, weakly supervised models typically require only the WSIs and an associated slide/case/patient level data point (e.g., a patient outcome measure), which is often more readily available.
In this review, we highlight how both types of approaches have been applied in bladder cancer research. Specifically, we describe computational pathology approaches in bladder cancer related to predicting diagnosis, grade, stage, molecular classification, prognosis, and treatment response.
Methods
This scoping review was conducted in accordance with the PRISMA-ScR 2018 guidelines. The purpose of the review was to summarize published studies that apply computational pathology methods to human bladder cancer tissue specimens. The review protocol was not registered.
Eligibility criteria
Studies were eligible for inclusion if they met the following criteria:
Studies were excluded if they met any of the following criteria:
Studies involving digital cytology as the primary data source. Review articles, editorials, commentaries, perspectives, or conference abstracts without primary data. Non-human studies.
Search strategy
A systematic search was conducted in PubMed/MEDLINE on June 9, 2025. The full search strategy was developed iteratively by the study team. The final search string was: “((Artificial intelligence) OR (AI) OR (Machine Learning) OR (Deep Learning)) AND (Pathology) AND ((Bladder Cancer) OR (Urothelial Cancer) OR (Bladder Carcinoma) OR (Urothelial Carcinoma))”. No filters were applied, including language, publication year, or study design restrictions. Reference lists of included studies and key review articles were hand-searched to identify additional eligible publications.
Synthesis of results
All retrieved records were imported into Rayyan. 24 Titles and abstracts were independently screened according to eligibility criteria. Full texts of potentially eligible studies were reviewed for inclusion. Included studies were categorized according to one of the primary predictive tasks addressed: diagnosis, grading, staging, molecular classification, prognostication, or treatment response prediction. Data collected from each study included the primary author, year of publication, predictive task-specific aim, data source, number of samples/patients, type of computational approach used (e.g., feature extraction and modeling approach), and model performance. Model performance was described using the primary metrics reported by the authors for the corresponding predictive task. A total of 2055 articles were screened. Fifty-three articles were included after full-text review. Findings were synthesized narratively with summaries organized by predictive task.
Results and Discussion
Diagnosis
The diagnosis of bladder cancer relies on pathologist review of histologic features from tumor specimens, often initially obtained via transurethral resection of bladder tumor (TURBT). This diagnostic process can be challenging and time consuming, requiring microscopic examination of numerous TURBT tissue chips. Several approaches have demonstrated promise in automating diagnostic evaluation of bladder biopsies using digital pathology (Table 1).
Publications using digital pathology to diagnose bladder cancer.
CNN: Convolutional Neural Network; LASSO: Least Absolute Shrinkage and Selection Operator; ICC: Interclass correlation coefficient; ResNet: Residual Neural Network; SHAP: Shapley Additive Explanations; TCGA: The Cancer Genome Atlas; XGBoost: Extreme Gradient Boosting.
Two groups have developed feature-based predictive models to discriminate WSIs containing bladder cancer from those that do not. Chen et al. used CellProfiler to extract quantitative features from H&E-stained WSIs and applied LASSO regression for automated feature selection and model development. 25 Their model distinguished bladder cancer from normal urothelium or glandular cystitis with an AUC of 0.941 and AUC of 0.934, respectively. Similarly, Nishikawa et al. developed a custom segmentation network (UroSegNet) to extract seven biologically interpretable morphologic features, such as cellularity, nuclear polarity, and nuclear size variation, and trained interpretable models to classify flat urothelial lesions into normal urothelium, atypical urothelium, dysplasia, and carcinoma in situ (CIS), achieving near-perfect agreement with expert pathologists. 26
Pure deep learning approaches to diagnose bladder cancer have also been developed at both the whole slide and patch levels. At the whole slide level, Zhang et al. used an attention-based, multiple instance learning (MIL) framework trained on patch features extracted from a pre-trained ResNet-50 model. 27 Their model achieved excellent performance in identifying the presence or absence of bladder cancer on WSIs, with an accuracy of 0.987 and AUC of 0.993 in an external validation cohort. At the patch level, Jeong et al. developed a deep learning pipeline to classify cell patches as tumor, stromal, or immune, with the goal of estimating the neoplastic cell percentage in histologic samples. 28 They trained nine different CNNs and demonstrated that their best performing models were comparable to expert pathologists and can inform downstream molecular evaluation, such as copy number variation (CNV) assessment, which is known to be influenced by non-neoplastic cell content.
Overall, these models demonstrate the potential of AI to distinguish between bladder cancer and non-cancerous tissue in pathology specimens. While not within the scope of this review, there have also been a multitude of AI-based approaches to evaluate urine cytology to aid in bladder cancer diagnosis.29–32 These computational pathology tools have the potential to assist expert pathologists and expedite traditional diagnostic workflows.
Grade
Tumor grade plays a critical role in determining optimal treatment for bladder cancer, particularly in patients with non-muscle invasive bladder cancer (NMIBC), where grade is a key factor in risk stratification. Historically, bladder cancer grade was classified using a three-tier system (grades 1, 2, and 3) until the World Health Organization introduced a two-tier system (low-grade and high-grade) in 2004 to improve reproducibility and clinical relevance. 45 Despite this change, grading remains largely subjective and is associated with substantial inter-observer and intra-observer variability.46–49 As a result, there has been longstanding interest in using computational methods to automate objective measurement of histologic features to improve the consistency of bladder cancer grading (Table 2).
Publications using digital pathology to predict bladder cancer grade.
ANN: Artificial Neural Network; CNN: Convolutional Neural Network; Grad-CAM: Gradient-weighted Class Activation Mapping; LSTM: Long Short-Term Memory (a type of Residual Neural Network); NMIBC: Non-muscle invasive bladder cancer; ResNet: Residual Neural Network; TCGA: The Cancer Genome Atlas; VGG: Visual Geometry Group Network.
Early efforts by Spyridonos and colleagues laid the foundation for AI in bladder cancer grading using human-interpretable features. In 2002, they developed an artificial neural-network for nuclear segmentation and grade prediction using morphometric features33,50 and later expanded upon this work, comparing support vector machines and probabilistic neural networks for grade classification. 51 While similar human-interpretable feature-based approaches are still being used for automated bladder cancer grading, such as by Slotman et al. in 2023, 34 recent work has increasingly shifted towards pure deep learning-based methods.
Pure deep-learning learning approaches to bladder cancer grading have increasingly relied on sophisticated machine learning architectures. Zhang et al. developed a pipeline involving three sequential neural networks to detect tumor tissue, characterize regions of interest, and generate slide-level predictions of grade. Their model outperformed the average performance of 17 pathologists, differentiating between high and low grade tumors with an AUC of 0.97, and incorporated attention heatmaps and natural language generation to enhance interpretability for human users. 35 Engan and colleagues developed two other deep learning models for bladder cancer grading with innovative architectures: NMGrad and TRIGRADE. NMGrad segments urothelium from WSIs, extracts image patches at 3 magnification levels, and then applies a nested, attention-based multiple-instance learning architecture for slide-level grade prediction. 36 In contrast, TRIGRADE also begins with urothelium segmentation, but processes tile triplets at three magnifications through three parallel CNNs, generating patch-level grade predictions, which are then aggregated using a decision threshold to yield slide-level grade predictions. 37 While these approaches were all weakly supervised, meaning that they were trained using slide-level labels, strongly supervised CNN-based models that leverage patch and pixel-level labels have also proven useful for bladder cancer grading.38–40
Given the time and cost of image annotation required for supervised machine learning methods, semi-supervised and unsupervised models, which can leverage larger datasets of unlabeled images in addition to a smaller number of labeled images, have also been explored for bladder cancer grading. Wegner et al. demonstrated a semi-supervised approach in which they labeled only 3% of data, but were able to improve accuracy from 69.6% to 88.2% after leveraging the remaining 97% of unlabeled cases using a consistency-regularized, self-ensembling VGG16-based model. 41 Garcia et al. also developed a fully unsupervised self-learning framework to grade muscle invasive bladder cancer cases from immunohistochemical (IHC) histological images stained for cytokeratin (AE3/1). 42
Beyond H&E and IHC, additional imaging modalities are being evaluated to improve automation of bladder cancer grading, such as hyperspectral imaging 43 and infrared microscopy. 44 Together, these research efforts highlight the growing potential of computational pathology methods to support expert pathologists in bladder cancer grading.
Although a wide range of computational approaches have been explored for automated bladder cancer grading, several clear themes emerge. The best performing models generally use a multi-stage workflow, beginning with tumor segmentation and region-of-interest selection, followed by a deep learning approach for predictive modeling. Models that incorporate image patches at multiple resolutions generally outperform single resolution methods, suggesting that histologic findings relevant to grading exist at different scales. Finally, there has been a clear shift from human interpretable feature-based models toward deep learning models, which result in superior performance. Given substantial inter-observer and intra-observer variability in grading, automated computational pathology approaches have potential to support more objective, reliable measurements of bladder cancer grade.
Stage
Accurate tumor staging is essential for guiding treatment decisions and informing prognosis in bladder cancer. However, precise staging by conventional histologic evaluation can be challenging. Recent advances in computational pathology have the potential to improve staging accuracy and assist expert pathologists (Table 3).
Publications using digital pathology to predict bladder cancer stage.
AdaBoost: Adaptive Boosting; FPN: Feature Pyramid Network; MA-Net: Multi-scale attention network; RBC: Red Blood Cell; ResNet: Residual Neural Network; TCGA: The Cancer Genome Atlas; VGG: Visual Geometry Group Network.
NMIBC (Ta vs. T1)
In patients with NMIBC, tumor stage plays a critical role in risk-stratification and treatment selection. However, accurately distinguishing between non-invasive papillary carcinoma (Ta) and tumor invading the lamina propria (T1) can be challenging even for expert pathologists. 61 Given that T1 disease is associated with higher risk of progression and may warrant more aggressive management, this distinction is clinically important. Yin et al. demonstrated that a supervised machine learning model trained on a reduced set of human-interpretable features from H&E-stained tumor images could differentiate Ta from T1 bladder cancer with an accuracy of 91–96%. 52 A limitation of this study is that it excluded challenging cases for which genitourinary pathologists could not confidently distinguish between Ta and T1, limiting conclusions regarding the practical utility of this approach.
NMIBC vs. MIBC
The distinction between non-muscle invasive and muscle-invasive bladder cancer (MIBC) is also critical for clinical management. Treatment of MIBC typically includes either cystectomy, often with peri-operative systemic therapy, or trimodal therapy, which includes maximal TURBT, radiation therapy, and concurrent chemotherapy. These treatments are generally not indicated for patients with NMIBC. Given the importance of this distinction, it is often necessary to repeat biopsies to ensure there is muscle in the tumor specimen to allow pathologists to distinguish between NMIBC and MIBC.
There have been several machine learning approaches focused on segmenting different tissue layers, particularly muscularis propria, to help aid in the pathologic differentiation between NMIBC and MIBC. Niazi et al. demonstrated a machine learning approach for multi-class image segmentation to identify urothelium, lamina propria, muscularis propria, and muscularis mucosa layers, among other tissues subtypes, from H&E-stained bladder biopsies. 53 Similarly, Subramanya et al. demonstrated an approach for segmenting muscularis propria from non-muscularis propria. 54 Finally, Fahoum et al. developed an algorithm to detect tumor and muscularis propria separately, and then identify when these were in close proximity. 55 Such approaches have the potential to expedite annotation of bladder pathology images and aid expert pathologists in distinguishing MIBC from NMIBC. Future work may build upon these segmentation methods to directly classify NMIBC versus MIBC and inform tumor staging.
Lymph node involvement
Prediction of lymph node metastases in patients with muscle invasive bladder cancer can help inform decisions regarding neoadjuvant treatment prior to cystectomy. Likewise, identification of cancer cells within perivesical lymph nodes from a cystectomy specimen can influence decisions about adjuvant therapy. There have been several approaches employed using digital pathology to improve lymph node staging. These generally fall into one of two categories: prediction of lymph node metastases using WSIs from a primary tumor specimen and identification of metastatic tumor cells using WSIs from surgically resected lymph nodes.
Several groups have explored the prediction of lymph node metastases from primary tumor specimens. Zheng et al. developed a weakly supervised approach to predict lymph node metastases from surgically resected bladder specimens in patients who had not received neoadjuvant chemotherapy. Their model, which integrated digital pathology with clinical data, predicted lymph node metastases with an AUC of 0.864 (95% Confidence Interval [CI], 0.771–0.855) and outperformed a clinical data-only model (AUC 0.697; 95% CI, 0.661–0.728). 57 Using attention heatmaps to facilitate interpretability, they showed that non-tumor stromal regions with lymphocytic infiltration were more abundant in individuals with nodal metastases. Similarly, Harmon et al. developed a hybrid approach to predict nodal metastases from cystectomy specimens using an ensemble classifier that integrates CNN-derived patch-level features and lymphocyte infiltration maps, demonstrating that a model that combines digital pathology and clinicopathologic features (AUC 0.807; 95% CI, 0.702–0.912) could outperform a model using clinicopathologic features alone (AUC 0.678; 95% CI, 0.554–0.802, p = 0.047). 58
For detection of metastases within surgically resected lymph nodes, Wu et al. trained a CNN using annotated image patches to classify WSIs as containing cancer (cancer-positive) or not (cancer-negative). 60 Their model identified 13 micrometastatic cases missed by pathologists out of 140 total positive cases, improved diagnostic sensitivity from 94.7% to 98.6% when used by senior pathologists, and demonstrated generalizability to breast and prostate cancers. Notably, this approach demonstrated potential for substantial workload reduction by allowing for the exclusion of most negative cases while maintaining 100% sensitivity.
In sum, machine learning applied to H&E-stained WSIs has shown promise for bladder cancer staging and offers the potential to reduce pathologist workload. Three general computational pathology strategies for bladder cancer staging are present in the literature, each with value in the appropriate clinical context: models that infer stage directly from the WSIs, models that predict more advanced disease such as nodal involvement, and models that use tissue segmentation to assist a human pathologist in staging. Because accurate staging is critical for therapeutic decision-making and commonly depends on other clinical and radiologic findings, the most effective systems for staging will be those that use computational pathology to augment expert pathologist review, incorporate clinical and radiology data, and are thoughtfully designed for integration into real-world workflows.
Molecular subtype
Intrinsic molecular subtypes of bladder cancer, defined by bulk RNA sequencing, have prognostic significance and potential implications for response to both chemotherapy and immunotherapy.67,68 Predicting molecular subtypes from H&E-stained WSIs using AI offers a compelling alternative to sequencing, given that RNA sequencing is costly, not routinely performed, and molecular subtype distinctions are not visually apparent to expert pathologists.62,68 Computational pathology approaches to predict molecular subtypes in bladder cancer are summarized in Table 4.
Publications using digital pathology to predict bladder cancer molecular subtype.
CLAM: Clustering-constrained Attention Multiple Instance Learning; IHC: Immunohistochemistry; PD-L1: Programmed Death-Ligand 1; ResNet: Residual Neural Network; RetCCL: Retrieval with Clustering-guided Contrastive Learning; TCGA: The Cancer Genome Atlas.
While there are many molecular classification systems for bladder cancer, early classification systems focused on basal and luminal subtypes.68–71 Zheng et al. used two deep learning pipelines—one incorporating both tumor and normal tissue, and another using tumor-only regions—to predict basal and luminal subtype with an optimal AUC of 0.85 (95% CI, 0.77–0.92) surpassing the performance of expert pathologists. 62 Woerl et al. developed a similar approach to predict MD Anderson molecular subtype classifications (basal, luminal, luminal p53-like, and double negative), 63 while Stoll et al. developed a model for a simplified consensus subtype classification (basal, stroma-rich, and merged luminal subtypes). 64 Bai et al. also trained a deep learning model on digital H&E images to predict IHC-defined basal/luminal subtypes, p53 status, and PD-L1 expression. 65
While these approaches rely on existing molecular classification systems, Hamidi et al. proposed a novel 4-class system, including luminal-desert, basal, stromal, and immune molecular subtypes, based on a clustering approach using RNA-sequencing data from four late-phase clinical trials. They demonstrated superior overall survival in patients with basal and immune subtypes, and successfully predicted these subtypes from digital H&E slides using a self-supervised learning approach. 66
These studies highlight the potential of digital pathology as a surrogate for transcriptomic profiling in bladder cancer, enabling molecular subtype prediction and its associated prognostic insights without direct RNA sequencing. This is of particular relevance given that pathology slides are obtained as standard of care, whereas RNA sequencing is not routinely performed in the diagnostic evaluation of bladder cancer. Similar to computational pathology approaches used for bladder cancer grading, the best performing models for molecular subtype prediction use multi-stage pipelines that start with tumor segmentation. Performance of these models decline when classifying more granular, multi-class molecular subtypes, likely due both to the probabilistic and imperfect nature of molecular subtype classification and the natural limits of image-based models in estimating transcriptomic profiles, particularly from bulk RNA sequencing. Integrating spatial transcriptomics or multiplex immunofluorescence data with digital pathology holds promise for identifying more precise H&E-based correlates of molecular subtype and represents an important direction for future work.
Prognosis
Computational pathology has enabled the extraction of prognostic information directly from H&E-stained WSIs, offering an additional objective source of data to inform risk stratification in bladder cancer. Computational pathology approaches for prognostication range from direct prediction of cancer recurrence and overall survival to the identification of novel histologic biomarkers with prognostic significance. Representative studies that have used digital pathology to inform prognosis are summarized in Table 5.
Publications using digital pathology to predict bladder cancer prognosis.
BCG: Bacillus Calmette-Guérin; DenseNet: Densely Connected Convolutional Network; GC: Germinal Center; GRU: Gated Recurrent Unit (a type of recurrent neural network); HR: Hazard Ratio; LASSO: Least Absolute Shrinkage and Selection Operator; MIBC: Muscle Invasive Bladder Cancer; NMIBC: Non-Muscle Invasive Bladder Cancer; NMIPUC: Non-Muscle Invasive Papillary Urothelial Carcinoma; ResNet: Residual Neural Network; TIL: Tumor-Infiltrating Lymphocyte; TMB: Tumor Mutational Burden; TLS: Tertiary Lymphoid Structure; VGG: Visual Geometry Group; Xception: Extreme Inception.
Digital pathology-based prognosis prediction
Recent studies have used machine learning on digital WSIs to predict cancer recurrence and overall survival in bladder cancer. In patients with NMIBC, both feature-based and pure deep learning models have been used to predict recurrence after TURBT.72–75 For more advanced disease, weakly supervised deep learning approaches have been employed to predict overall survival in stage II–IV bladder cancer 76 and across all stages. 77
Several groups have also used machine learning to define novel prognostic categories directly from H&E-stained images. Jiang et al. used an unsupervised deep learning-based clustering approach to group H&E-stained WSIs into three distinct categories, revealing significant differences in overall survival between WSI-based clusters. 78 Similarly, Barrios et al. developed a strongly supervised model with patch-level annotations to classify patients into low and high risk groups, and showed that these classifications were associated with differences in overall survival. 79
Histologic biomarkers of prognosis
Numerous supervised computational approaches have also been used to identify histology-based biomarkers with prognostic significance. These can be broadly categorized into models focused on immune-related and non-immune histologic patterns.
Several studies have sought to identify prognostic biomarkers related to the tumor immune microenvironment. Xu et al. developed a deep learning pipeline to predict tumor mutation burden (TMB) and the spatial distribution of tumor-infiltrating lymphocytes (TILs), demonstrating that tumors with high TMB, low spatial heterogeneity, and high TIL density were associated with improved survival. 80 Similarly, Zheng et al. showed that in MIBC, higher TIL counts, quantified using an automated machine learning algorithm, were associated with better prognosis. 81 A deep learning model developed by van Rijthoven et al. for the automated quantification of tertiary lymphoid structure (TLS) achieved human-level performance across multiple cancer types, including bladder cancer. 82 However, unlike TIL-based models, their model did not identify prognostic differences in bladder cancer based on calculated TLS density.
Beyond H&E-based analyses, there is growing interest in using multiplex immunofluorescence to identify immune-specific prognostic biomarkers. Gavriel et al. applied machine learning to WSIs stained with multiplex immunofluorescence to quantify spatial and immune features, including lymphocytes, macrophages, tumor buds and PD-L1, and demonstrated that a model incorporating these features outperformed TNM stage in predicting 5-year prognosis in MIBC. 83 Similarly, Debatin et al. used a deep neural network-based approach with multiplex fluorescence immunohistochemistry to identify 16 immune parameters with prognostic significance in MIBC, independent of T stage, N stage, and grade. 84 Among these, intraepithelial CD8+ T-cell density showed the strongest association with overall survival.
Other groups have investigated non-immune histologic biomarkers to predict overall survival. Chen et al. developed a pathomics-based machine learning signature incorporating features such as nuclear area, circularity, and cell size to predict overall survival. 85 Zheng et al. created an algorithm to quantify tumor-stroma ratio in MIBC, showing that a higher ratio correlated with improved survival. 86
Altogether, these advances demonstrate that computational pathology has the potential to identify novel prognostic features and improve risk stratification in bladder cancer. Although deep learning-based approaches generally outperform models built on predefined, human-interpretable features for prognostication, the latter remain valuable for isolating individual prognostic biomarkers, such as TILs or intraepithelial CD8+ T-cell density. Of note, many of the prognostic models in this review do not account for key variables such as age, stage, treatment history, or comorbidities, limiting conclusions about their clinical utility. When integrated with established prognostic factors, digital pathology can help improve prognostic precision and inform clinical decision-making.
Treatment response prediction
Predicting treatment response using digital pathology holds promise for optimizing patient care by guiding therapy selection and minimizing unnecessary treatment-related toxicity. Computational pathology may be used to directly predict response to specific therapies, such as intravesical BCG for NMIBC or neoadjuvant chemotherapy for MIBC, or to identify predictive biomarkers of treatment response. Studies evaluating these strategies are summarized in Table 6.
Publications using digital pathology to predict treatment response in bladder cancer.
BCG: Bacillus Calmette-Guérin; CCCbetween: Concordance Correlation Coefficent between AI model and pathologists; CNN: Convolutional Neural Network; CPS: Combined Positive Score; FGFR: Fibroblast Growth Factor Receptor; HoVer-Net: Horizontal and Vertical Network; HR: Hazard Ratio; MIBC: Muscle-Invasive Bladder Cancer; mUC: Metastatic Urothelial Cancer; NMIBC: Non-Muscle Invasive Bladder Cancer; PD-L1: Programmed Death-Ligand 1; ResNet: Residual Neural Network; TIL: Tumor-Infiltrating Lymphocyte.
Treatment response prediction – intravesical BCG
For patients with high-risk NMIBC, intravesical Bacillus Calmette-Guérin (BCG) is considered standard first-line adjuvant therapy following TURBT. However, there are currently no prospectively validated biomarkers to identify which patients are most likely to benefit from this treatment, or when intravesical chemotherapy may be a preferred alternative.
Recent efforts using digital WSIs have shown great promise in predicting BCG response, highlighting the potential of computational pathology to guide treatment decisions. Jiang et al. introduced two ensemble models to predict both early recurrence and BCG response in patients with NMIBC. 87 Similarly, Lotan et al. developed a strongly supervised, interpretable AI-based histologic model capable of predicting BCG-unresponsive disease, recurrence, progression, and need for cystectomy in high-risk NMIBC. 88 This model, termed the computational histology AI (CHAI) platform, was subsequently evaluated by Packiam et al. in a multi-center retrospective international cohort study. 89 Notably, Packiam et al. demonstrated that CHAI biomarker-positive patients had worse recurrence free survival with adjuvant BCG compared to sequential intravesical gemcitabine and docetaxel (Hazard Ratio [HR] 5.4, 95% CI 1.6–18.3, p = 0.007), whereas biomarker-negative patients had similar recurrence-free survival with either regimen (HR 1.3, 95% CI 0.6–2.6, p = 0.5). This result is particularly relevant given recent BCG shortages and increasing evidence to support intravesical gemcitabine and docetaxel as a possible BCG alternative for treatment-naïve high-risk NMIBC.97–99 With prospective validation, similar AI-based digital pathology tools could support individualized treatment decisions in high-risk NMIBC.
Treatment response prediction – neoadjuvant chemotherapy
Standard treatment for MIBC includes neoadjuvant cisplatin-based chemotherapy. However, only about half of patients experience pathologic downstaging following treatment, 100 and it remains unclear which individuals derive the greatest benefit.
Early predictive models based on histologic features, such as image texture, nuclear morphology, cellular clustering, and spatial correlations demonstrated only modest accuracy in predicting chemotherapy response. 90 More recently, Bai et al. introduced a human-interpretable, graph-based multimodal deep learning framework that integrates digital pathology with RNA sequencing data. 91 This approach demonstrates that a multimodal deep learning model that integrates digital pathology and molecular data can predict chemotherapy response in MIBC with an AUC of 0.72 and outperforms unimodal models. Together, these findings suggest that multimodal, AI-driven strategies incorporating digital pathology may help personalize neoadjuvant chemotherapy decisions and optimize treatment selection in MIBC.
Predictive biomarkers – FGFR3
Patients with locally advanced or metastatic urothelial carcinoma who have progressed on prior first-line therapy and harbor FGFR3 mutations are eligible for targeted treatment with erdafitinib, an FGFR1-4 inhibitor. However, molecular testing can be costly and may delay treatment initiation. Machine learning applied to digital pathology offers a promising strategy to pre-screen patients for molecular testing.
Several studies have shown that AI algorithms can detect actionable genetic mutations directly from pathology images. Velmahos et al. used a CNN to quantify TILs and demonstrated that this metric could predict FGFR-activating mutations in bladder cancer. 92 Bannier et al. further validated the association between TIL depletion and FGFR mutation status, and developed a deep learning model that predicted FGFR3 mutations from digital pathology with a sensitivity of 93–100%. 93 Notably, Ramon et al. developed a predictive model for FGFR3 mutations that was prospectively validated under an Investigational Device Exemption (IDE) regulatory designation and implemented in clinical workflows to guide decisions regarding molecular testing. 94 This prospective validation represents a critical step toward the clinical adoption of AI-based tools in pathology for bladder cancer.
Predictive biomarkers – PD-L1
Although PD-L1 status is not currently included in clinical guidelines to guide immunotherapy decisions in bladder cancer, it remains a valuable biomarker for predicting immunotherapy response in other tumor types. Two AI-based tools have been developed to automate PD-L1 assessment in urothelial carcinoma, both demonstrating high accuracy and strong concordance with expert pathologists.95,96 Notably, the model developed by Lee et al. was shown to improve inter-pathologist agreement in previously discrepant cases, suggesting that AI may help standardize PD-L1 combined positive score quantification and facilitate diagnostic consensus. 96
Overall, this evidence suggests that computational pathology has the potential to inform personalized treatment decisions. AI-driven digital pathology models can function as tool to pre-screen patients for actionable molecular traits, such as FGFR3 mutations, and as a standalone predictive biomarker of treatment response. However, the existing models for bladder cancer have been developed and validated using only retrospective data, and rigorous validation in prospective clinical trials will be essential for these tools to move towards widespread clinical adoption.
Recent advances
Foundation models for image feature extraction
A major challenge in applying deep learning to digital pathology is the limited availability of labeled datasets. One widely adopted strategy to mitigate this limitation is to leverage models that were pre-trained to extract meaningful image features, thereby reducing the number of labeled samples needed to achieve strong predictive performance. Traditionally, this has involved using CNNs pre-trained on natural image datasets such as ImageNet, which contains millions of images of everyday objects, such as cars, cats, and planes. 101 Many of the studies included in this review follow this approach, often employing residual neural networks (ResNet) as feature extractors. While useful, these models were not optimized for the unique visual characteristics of histopathology, limiting their performance.
Foundation models for digital pathology image feature extraction offer a more powerful alternative. These models are typically trained on large volumes of unlabeled pathology images using self-supervised learning (SSL) techniques, such as masked autoencoders, which learn to reconstruct missing portions of an image. Although the reconstruction task itself is not clinically meaningful, it encourages the model to learn rich and generalizable visual feature representations that are highly relevant for downstream tasks.
Early foundation models in this domain were trained exclusively on H&E-stained WSIs. However, the field is rapidly moving towards multi-modal foundation models, which integrate data from diverse sources, including digital pathology, pathology reports, DNA and RNA sequencing, proteomics, immunohistochemistry and other modalities. 102 Through techniques such as contrastive learning, these models can align information across modalities and capture complex intermodal relationships, leading to more robust feature representations, even when applied to digital pathology alone.
Foundation models are likely to become increasingly powerful as the scale and diversity of training data grows. As such, they will play a critical role in improving predictive accuracy across a wide range of computational pathology tasks, including mutation pre-screening, prognostication, and prediction of treatment response.
Multimodal machine learning
There is growing interest in integrating information from multiple data types to develop more accurate and informative predictive models. With increasing access to clinical data, genomic data, radiologic imaging, and now digital pathology, researchers are well-positioned to leverage this multimodal data to enhance model performance across a range of clinical applications. In cancer research, combining histopathology with multi-omic, radiomic, and clinical data holds promise for identifying novel biomarkers, predicting patient outcomes, and informing personalized treatment strategies. In bladder cancer, such approaches are beginning to emerge. In March 2025, Bai et al. published a model that integrated histologic features from WSIs and microarray gene expression data to predict response to neoadjuvant chemotherapy in muscle-invasive bladder cancer, demonstrating improved accuracy over unimodal models. 91 Such work highlights the promise of multimodal learning in precision oncology, demonstrating that models incorporating multiple data sources are likely to outperform those relying on digital pathology alone.
3D digital pathology
There have been recent advancements in non-destructive 3D pathology, which is a technology that enables imaging of large tissue specimens to generate a three-dimensional complement to traditional 2D slide-based pathology. 103 This approach offers several potential advantages: (1) visualization of 3D tissue architecture and identification of novel 3D biomarkers, (2) more comprehensive sampling compared to individual 2D sections, and (3) preservation of the original specimen for downstream molecular analysis. 104
Despite its promise, this technology also presents several challenges, including a new pathology image format without clear standards for human interpretation and large volumes of data, which currently cannot be managed at scale. As such, there are emerging approaches to “2.5D pathology”, which use non-destructive 3D pathology coupled with a machine learning triage approach to identify the highest-risk 2D slices, ultimately allowing pathologists to efficiently review the most important sections of tissue in a familiar format.105–107
Three-dimensional pathology has been used in studies related to prostate cancer108–110 and other malignancies. 107 However, its use in bladder cancer remains largely unexplored and represents a valuable area for future investigation.
Large language models
One of the major challenges in developing machine learning models for digital pathology is developing patient cohorts and extracting relevant data from clinical documentation, which can serve as case or slide-level labels. Generating usable datasets from electronic health records often requires substantial manual effort to review pathology reports, clinical notes, and molecular testing results, depending on the outcome of interest. To address this bottleneck, there is growing interest in automating the extraction of structured data from unstructured clinical documentation using large language model (LLMs). These models have the potential to generate high-quality labels without the need for extensive manual annotation.111–113 As natural language processing-based approaches to image annotation are increasingly utilized, we can expect to see a significant increase in the scale of annotated datasets for computational pathology in bladder cancer and other tumor types.
Challenges and future directions
There are numerous challenges facing the field of computational pathology and potential areas for growth. We focus on those issues that are especially pronounced in the context of bladder cancer.
The development of predictive models using digital pathology data is subject to several potential sources of bias from pathology images. These include, but are not limited to, artifacts introduced by variation in staining procedures, imaging techniques, image quality, and institution-specific practices. Although methods such as stain normalization, data augmentation, and noise reduction exist to mitigate these biases, they are not consistently employed in the studies presented in this review. These limitations can substantially affect generalizability of predictive models and highlight the importance of cautious interpretation of results, particularly in the absence of external validation.
Due to the sensitive and often limited availability of well-annotated digital pathology datasets, many predictive models are developed and evaluated using small institutional cohorts or limited publicly available datasets without external validation. Compounding this issue, approaches to performance evaluation vary widely across studies, with little consistency in how results are reported. This inconsistency makes it difficult, if not impossible, to compare computational pathology approaches across studies, ultimately hindering progress. There is growing recognition of the need for standardized benchmarks, performance metrics, and validation protocols in computational pathology to facilitate meaningful comparisons and promote robust model development. 114 Additionally, the field would benefit from standard datasets for external validation, as is common practice for other computer vision problems.
Machine learning applications in digital pathology for bladder cancer will significantly benefit from efforts to create and maintain large, multi-institutional, publicly accessible datasets particularly suited for external validation. Such datasets are instrumental to progress in machine learning research.115,116 Although many public digital pathology datasets exist at the pan-cancer level, such as The Cancer Genome Atlas, they often lack the detailed data necessary to evaluate task-specific models that are most clinically relevant to bladder cancer patients. Bladder cancer-specific datasets that combine digital pathology with robust clinical annotations, and potentially include other data modalities, would be especially valuable for moving the field forward.
While numerous digital pathology approaches have been developed for bladder cancer, as highlighted in this review, none has yet seen widespread adoption in clinical practice. Ultimately, the integration of these tools into practice will depend on their impact on patient outcomes and utility to practicing pathologists. In addition to demonstrating model performance through prospective validation, successful clinical implementation will require overcoming a range of technical, operational, regulatory, financial, and cultural barriers. As computational pathology in bladder cancer continues to show promise, active engagement with key stakeholders, including institutional review boards, regulatory bodies, and patient advocacy groups, will be essential for navigating clinical integration. This will be critical to ensure computational pathology fulfills its potential not just as a research innovation, but as a transformative clinical tool in the management of bladder cancer.
Comprehensive reviews of the literature, such as this one, are essential for understanding the current state of the field and guiding its future development. Limitations of this review include the use of a single database for article identification and the absence of a formal critical appraisal process. Future scoping reviews should build upon this work to further highlight important developments and identify opportunities for advances in computational pathology for bladder cancer.
Conclusion
Recent advances in computational pathology have enabled a wide range of applications in bladder cancer. By leveraging both feature-based models and weakly supervised learning approaches, current research has highlighted the potential of machine learning to predict diagnosis, grade, stage, molecular subtype, prognosis, and treatment response in bladder cancer using digital pathology images. There remains substantial opportunity to advance the field through the integration of foundational models, multimodal analysis, and emerging innovations such as non-destructive 3D pathology. Continued progress will depend on the development of standardized evaluation frameworks, the availability of public benchmarking datasets, and sustained efforts to incorporate digital pathology into clinical workflows. AI-driven methods in digital pathology hold great promise for transforming the diagnosis and management of bladder cancer.
Footnotes
Author contributions
Michael Superdock, Iain Carmichael, and Billy Kim drafted the article and revised it critically for important intellectual content. Sara Wobker revised the article critically for important intellectual content.
Funding
The authors disclosed receipt of the following financial support for the research, authorship, and/or publication of this article: This research was supported by the Pope Fellowship Award of the John William Pope Foundation (M.S.), NIH/NCI T32 CA244125 (M.S.), R01CA292625 (W.Y.K.), and the Thomas M. Mohr Fund for Bladder Cancer Research. This research was funded, in part, by the Advanced Research Projects Agency for Health (ARPA-H) under contract 140D042490008. The views and conclusions contained in this document are those of the authors and should not be interpreted as representing the official policies, either expressed or implied, of the U.S. Government.
Declaration of conflicting interest
Dr. William Kim is an Editorial Board Member of this journal but was not involved in the peer-review process nor had access to any information regarding its peer-review.
