TRACE-PCa: Predicting Prostate Cancer Progression from Longitudinal MRI
During Active Surveillance


1


Abstract

Active surveillance (AS) is the preferred strategy for favorable-risk prostate cancer, yet current protocols rely on scheduled repeat biopsies, most of which reveal no progression and are unnecessary. Existing risk-stratification tools operate on single time-point imaging or depend on explicit lesion segmentation, limiting their ability to capture longitudinal change and excluding patients without an MRI-visible lesion. In this study, we propose an end-to-end temporal and multimodal model for predicting pathological progression during AS without lesion segmentation. We encode each serial scan with a pretrained 3D MRI foundation model and introduce a temporal attention gate that recalibrates the multi-visit features to amplify focal imaging changes associated with progression. The gated imaging representation is then fused with clinical variables in a multimodal framework to estimate the probability of progression. Validated on a longitudinal AS cohort, our approach consistently outperforms competing baselines and performs comparably to the radiologist assessment representing current clinical practice. It maintains high negative predictive value while achieving higher positive predictive value, demonstrating its potential to safely reduce unnecessary biopsies during surveillance. Code will be released upon acceptance.

Prostate cancer active surveillance, Longitudinal MRI, Progression prediction, Multimodal learning, Temporal deep learning

1 Introduction↩︎

Prostate cancer is the most common cancer and the second deadliest cancer among American men, with an estimated 299,010 new cases and 35,250 deaths in 2024 [1]. Active surveillance (AS) has emerged as the preferred management strategy for favorable-risk prostate cancer, aiming to avoid or delay curative treatment and its associated morbidities, including urinary incontinence, sexual dysfunction, and bowel dysfunction [2], [3]. Current AS protocols rely on serial prostate-specific antigen (PSA) measurements, digital rectal examinations, magnetic resonance imaging (MRI), and periodic repeat biopsies for disease monitoring [4]. However, 66–90% of repeat biopsies in AS cohorts demonstrate no pathological progression [5][7], and many of these invasive procedures are therefore unnecessary under current uniform surveillance protocols. This high rate of uninformative biopsies imposes a substantial burden on patients. Personalized, non-invasive tools that can reliably identify patients with true disease progression and spare those who remain stable from unnecessary biopsy are therefore urgently needed [8].

Figure 1: Standard AS monitoring workflow (top) versus the model-assisted workflow (bottom). In the standard protocol, all AS patients undergo scheduled repeat biopsy. The proposed model jointly analyzes baseline and follow-up bp-MRI scans with clinical variables to generate a patient-level risk score, enabling personalized biopsy decisions.

Risk stratification during AS has historically relied on clinical nomograms incorporating PSA kinetics, Gleason grade, tumor volume, and Prostate Imaging Reporting and Data System (PI-RADS) scores derived from magnetic resonance imaging (MRI) [9][13]. Deep learning applied to prostate MRI offers a more reproducible assessment, and many models have shown considerable promise in automatically detecting and classifying clinically significant prostate cancer [14][21]. However, whether based on PI-RADS or these deep learning models, both operate on single time-point imaging and fail to leverage the longitudinal dynamics informative of progression during AS. While dedicated frameworks for scoring radiological change across serial scans have been proposed to address this [22], [23], such assessments remain dependent on subjective visual interpretation.

The aforementioned limitations create a compelling clinical need for automated tools that can objectively quantify radiological change across serial MRI to better inform repeat biopsy decisions in AS. Longitudinal MRI analysis has been explored through delta radiomics pipelines, in which manually segmented lesions are used to extract and compare hand-engineered imaging features across timepoints to predict pathological progression [24][26]. While these studies demonstrated superior predictive performance over single time-point approaches, their reliance on hand-engineered features and small cohorts limited generalizability.

Temporal deep learning frameworks, which jointly encode serial imaging data to learn disease trajectory directly without hand-crafted feature extraction, have demonstrated consistent success in other longitudinal medical imaging settings including Alzheimer’s disease progression [27], [28], lung [29], [30] and breast cancer screening [31][33], establishing the broader feasibility of this paradigm for learning clinically meaningful signals from serial scans. Within prostate AS specifically, a small number of studies have incorporated longitudinal MRI into deep learning pipelines [34][37]. However, these approaches have uniformly relied on explicit lesion segmentation as a necessary prerequisite for temporal analysis, with imaging features extracted from detected lesion regions and compared across serial scans. This dependency is a critical limitation, as lesion segmentation in prostate MRI is inherently challenging and error-prone [19], [38], particularly for the small and subtle lesions characteristic of favorable-risk cancer in the AS setting.

In this study, we propose TRACE-PCa, a temporal and multimodal model that traces longitudinal radiological change from serial biparametric MRI (bp-MRI) scans and clinical variables to predict pathological progression during AS. Unlike prior longitudinal approaches that depend on explicit lesion segmentation, our model learns radiological change directly from serial whole-prostate MRI in an end-to-end manner, without any intermediate segmentation step. This eliminates the compounding error of lesion-dependent pipelines and allows the model to capture imaging dynamics across the entire gland, remaining applicable to all AS patients regardless of lesion visibility. To this end, we adopt a large-scale 3D MRI foundation model to extract image features from serial scans, mitigating the challenge of learning longitudinal representations from limited labeled data. We further propose a temporal attention gate that recalibrates the image features and selectively amplifies focal imaging changes associated with pathological progression. We validate our approach on a large longitudinal AS cohort, demonstrating consistent improvement over other baselines, confirming the value of explicitly modeling temporal dynamics for progression risk prediction.

2 Methods↩︎

Figure 2 presents an overview of our framework, which predicts biopsy-confirmed pathological progression from a pair of serial bp-MRI examinations and clinical variables. Given a baseline and a current visit, each examination is first encoded into a compact image representation by a 3D foundation model applied in a Siamese manner. The two visit representations are then compared by a temporal attention gate, which uses their difference to recalibrate the current-visit features and emphasize progression-relevant change. Finally, the resulting temporal image representation is fused with clinical variables and passed to a classifier to estimate the probability of pathological progression.

2.1 MR image encoding↩︎

Each surveillance examination provides an axial T2-weighted (T2W) volume and an apparent diffusion coefficient (ADC) volume, treated as two separate imaging inputs. Each volume is reoriented to a common coordinate system, center-cropped to \(96\times96\times96\) voxels, and intensity-standardized within its nonzero region, yielding the preprocessed inputs \(X_{\mathrm{T2W}}, X_{\mathrm{ADC}} \in \mathbb{R}^{96\times96\times96}\). We encode both volumes with Triad [39], a 3D vision foundation model that couples a Swin Transformer backbone with a SimMIM self-supervised objective to learn transferable volumetric MRI representations without task-specific labels. This design makes Triad well suited to prostate MRI and particularly advantageous in AS cohorts, where progression events are scarce. We denote the encoder by \(\mathcal{T}\), initialize it with the publicly released Swin-Base weights, and keep it frozen, applying it in a Siamese manner to both modalities with shared parameters.

Applying \(\mathcal{T}\) to each modality yields hierarchical feature maps \(H_{\mathrm{T2W}}=\mathcal{T}(X_{\mathrm{T2W}})\) and \(H_{\mathrm{ADC}}=\mathcal{T}(X_{\mathrm{ADC}})\), spanning four levels with channel dimensions \(\{96,192,384,768\}\) and progressively coarser spatial resolution. We apply 3D global average pooling to each level, concatenate the pooled descriptors across both modalities, and map the result through a projector \(\phi\) into a \(d\)-dimensional embedding. The full image-to-feature mapping is thus \[f = \phi\big(\operatorname{GAP}(H_{\mathrm{T2W}}),\, \operatorname{GAP}(H_{\mathrm{ADC}})\big) \in \mathbb{R}^{d},\] where \(\operatorname{GAP}(\cdot)\) denotes level-wise 3D global average pooling followed by concatenation across levels. Applying this mapping to the baseline and current examinations produces the paired representations \(f_0, f_1 \in \mathbb{R}^{d}\) used for temporal modeling. All backbone features are extracted without gradient computation and cached, so that only the projector and temporal module are trained.

Figure 2: Overview of the proposed framework. Top: For each visit, the T2W and ADC volumes are encoded by a frozen Swin Transformer, producing image features that are pooled and projected into a single imaging feature. Bottom: The imaging features of the first (\mathbf{f}_0) and current (\mathbf{f}_1) visits are passed to the temporal attention gate, which recalibrates the current-visit feature into \tilde{\mathbf{f}}_1 to emphasize progression-relevant change. This temporal representation is fused with clinical features to predict pathological progression (biopsy vs.no biopsy).

2.2 Temporal attention gate↩︎

Given the paired representations \(f_0, f_1 \in \mathbb{R}^{d}\) of the baseline and current examinations, we characterize the radiological change between the two timepoints by an element-wise temporal difference that preserves the direction of change in each feature channel: \[\delta = f_1 - f_0.\]

Rather than treating \(\delta\) merely as an auxiliary feature, the temporal attention gate (TAG) uses it to recalibrate the last-visit representation. The difference is passed through a sigmoid function to produce a channel-wise gate \(g \in (0,1)^{d}\), which then modulates \(f_1\) via element-wise multiplication: \[g = \sigma(\delta), \qquad \tilde{f_1} = f_1 \odot g,\] where \(\sigma(\cdot)\) is the sigmoid function and \(\odot\) denotes the Hadamard product. By operating on the signed difference, the gate is sensitive to the direction of temporal change, preserving channels that increase across visits while down-weighting those that remain stable or decrease. This directs the model toward feature dimensions exhibiting focal progression-associated change, while suppressing temporally static background signal.

2.3 Longitudinal and multimodal fusion↩︎

The gated representation \(\tilde{f_1}\) encodes the last-visit imaging features recalibrated by their longitudinal change, thereby summarizing the temporal imaging trajectory in a single vector. To incorporate non-imaging information, the clinical variables \(c \in \mathbb{R}^{n}\)—including age, PSA kinetics, PSA density, baseline grade group, and biopsy core involvement—are embedded by a dedicated projector \(\psi(\cdot)\) into a shared latent space. The projected clinical embedding is concatenated with the gated imaging representation and passed to a classification head \(h(\cdot)\) to predict the probability of pathological progression: \[\hat{y} = h\big(\big[\,\tilde{f_1} \,\|\, \psi(c)\,\big]\big),\] where \(\|\) denotes channel-wise concatenation. This late-fusion design allows the imaging and clinical branches to be encoded independently before being jointly optimized for progression prediction, enabling the model to leverage complementary signals from serial imaging dynamics and routinely collected clinical measurements.

2.4 Loss Function↩︎

We formulate pathological progression as a binary classification task and optimize the model with focal loss [40]. Progression events are far less frequent than non-progression outcomes, making the cohort highly imbalanced. Under standard cross-entropy, the abundant easy majority-class samples dominate the gradient and dilute the signal from the rare progression cases. Focal loss addresses this by down-weighting confidently classified samples, concentrating training on the ambiguous and misclassified cases that matter most for progression detection.

For the \(i\)-th sample, let \(s_i\) denote the model output logit and \(y_i \in \{0,1\}\) the progression label. The predicted probability and the probability assigned to the ground-truth class are \[p_i = \sigma(s_i), \qquad p_{t,i} = y_i p_i + (1-y_i)(1-p_i),\] where \(\sigma(\cdot)\) is the sigmoid function. The focal loss for sample \(i\) is \[\begin{align} \mathcal{L}_{i} &= -\,\alpha_{t,i}\,(1-p_{t,i})^{\gamma}\,\log p_{t,i}, \\ \alpha_{t,i} &= \alpha\, y_i + (1-\alpha)(1-y_i), \end{align}\] where the modulating factor \((1-p_{t,i})^{\gamma}\) down-weights easy examples and the balancing term \(\alpha_{t,i}\) adjusts the relative weight of positive and negative samples. We set \(\alpha=0.8\) and \(\gamma=2\). The training objective is the mean of \(\mathcal{L}_{i}\) over each minibatch.

3 Experiments and results↩︎

3.1 Dataset↩︎

We utilize an AS cohort comprising 424 patients with favorable-risk prostate cancer who underwent serial bp-MRI examinations, resulting in 1,221 longitudinal scans. Repeat biopsy pathological outcomes, graded by fellowship-trained genitourinary pathologists according to the Gleason grade group (GG) system, served as ground truth. Pathological progression is defined as a transition from \(GG\leq2\) at baseline to \(GG>2\) at a subsequent visit, yielding 82 positive progression cases.

Table 1 compares our dataset against existing longitudinal AS studies. Our cohort is substantially larger, with more total scans. Critically, it also includes patients without an MRI-visible lesion at baseline, whereas prior work has uniformly required a visible lesion as an inclusion criterion, excluding patients with radiologically occult disease. All prior approaches further rely on lesion segmentation, manual or automated, as a prerequisite for feature extraction. Our end-to-end framework requires no lesion-level annotation, enabling application across the full AS population regardless of lesion visibility. This reflects a more clinically representative and challenging setting than prior benchmarks.

3.2 Implementation details and evaluation metrics↩︎

Our model was trained using the AdamW optimizer with a learning rate of \(1\times10^{-4}\) and weight decay of \(1\times10^{-4}\), with a cosine annealing learning rate schedule over 60 epochs. A batch size of 8 was used, and Focal Loss (\(\alpha=0.8\), \(\gamma=2\)) was employed to address class imbalance between progression and non-progression cases. Model selection was based on validation AUC after a 5-epoch warm-up period, with early stopping applied after 10 epochs without improvement. Patient-level five-fold cross-validation was used for all experiments, ensuring that all scan pairs from a given patient were assigned to the same fold. All experiments were conducted on a single NVIDIA Tesla V100 GPU. Model performance was evaluated using Accuracy, Specificity, F1 score, negative predictive value (NPV), positive predictive value (PPV), and area under the receiver operating characteristic curve (ROC-AUC), averaged across all five folds.

3.3 Performance comparison with other methods↩︎

We compare our proposed method against three model-based baselines and the radiologist assessment using PI-RADS, which represents current clinical practice. The clinical nomogram uses only clinical variables with an XGBoost classifier. The lesion-based and gland-based baselines use delta-radiomics features and combine the same clinical variables for prediction. The required lesion and gland segmentations were obtained using segmentation models trained on the public PI-CAI dataset [38]. All learned methods are evaluated under the same 5-fold cross-validation protocol.

As shown in Table 2, our model achieved the strongest overall discrimination, with a mean ROC-AUC of 0.704 (0.028), substantially outperforming the clinical nomogram (0.579), the lesion-based model (0.618), and the gland-based model (0.635). The monotonic improvement from the clinical-only nomogram to the lesion-based and gland-based models—all of which share the same clinical variables—indicates that adding imaging features improves discrimination, and that expanding the imaging context from restricted lesion regions to the whole prostate is further beneficial. Our temporal framework, which additionally models change across serial scans, extends this trend and achieves the largest margin. Beyond AUC, our model attained the highest accuracy (0.708), specificity (0.716), F1 (0.476), and PPV (0.392) among all methods. These gains are particularly relevant in AS, where most repeat biopsies reveal no progression, so that higher specificity translates directly into fewer unnecessary biopsies, while the higher PPV means a positive prediction is more likely to reflect true progression. The lesion- and gland-based baselines had low specificity (0.471 and 0.503), meaning they wrongly flagged many stable patients as progressing. Their slightly higher NPV (0.932 and 0.923 vs.) largely reflects the class imbalance in the cohort, and a model that predicts the majority class for nearly all cases attains high NPV with little genuine discriminative ability.

Figure 3 shows the corresponding ROC curves. Our model consistently dominates the model-based baselines across most of the operating range, with the largest margin at low false positive rates (FPR\(<\)​0.4), the clinically relevant region for minimizing unnecessary biopsies while retaining sensitivity to true progression. The clinical nomogram shows the weakest discrimination, approaching the diagonal at low FPR. The radiologist operating point (orange star) lies slightly above our ROC curve, achieving a marginally higher true positive rate at its fixed operating threshold. Unlike this single fixed point, however, our model produces a continuous risk score, allowing the decision threshold to be tuned to the desired sensitivity–specificity trade-off for different clinical scenarios. Together, these results indicate that our end-to-end temporal framework captures progression-relevant imaging change more effectively than models relying on single-timepoint or lesion-restricted representations.

Table 1: Comparison of datasets used in longitudinal prostate MRI studies for AS progression prediction.
Dataset Positive Total No-lesion Lesion
/total patients scans positive Segmentation
Cleveland [24] 28/50 80 Manual
Cambridge [25] 28/76 297 Manual
Miami [35] 38/206 458 Automated
Ours 82/424 1221 Not required
Table 2: Performance comparison with baseline methods. Results are reported as mean (std) over 5-fold cross-validation.
Method Accuracy Specificity F1 NPV PPV ROC-AUC
Clinical nomogram 0.620 (0.125) 0.623 (0.195) 0.388 (0.051) 0.875 (0.025) 0.303 (0.095) 0.579 (0.072)
Lesion-based 0.540 (0.106) 0.471 (0.166) 0.413 (0.025) 0.932 (0.041) 0.280 (0.034) 0.618 (0.027)
Gland-based 0.562 (0.123) 0.503 (0.182) 0.417 (0.056) 0.923 (0.038) 0.288 (0.046) 0.635 (0.083)
Radiologist 0.684 (0.040) 0.693 (0.040) 0.441 (0.060) 0.892 (0.035) 0.336 (0.044)
TRACE-PCa 0.708 (0.090) 0.716 (0.141) 0.476 (0.032) 0.903 (0.020) 0.392 (0.097) 0.704 (0.028)
Table 3: Ablation on multimodal fusion and longitudinal modeling. Results are reported as mean (std) over 5-fold cross-validation.
Input Accuracy Specificity F1 NPV PPV ROC-AUC
Image-only 0.585 (0.080) 0.552 (0.109) 0.405 (0.033) 0.890 (0.010) 0.284 (0.037) 0.623 (0.043)
Clinical-only 0.686 (0.113) 0.719 (0.201) 0.372 (0.157) 0.880 (0.044) 0.315 (0.085) 0.594 (0.126)
Multimodal 0.693 (0.052) 0.716 (0.098) 0.425 (0.042) 0.885 (0.029) 0.339 (0.026) 0.657 (0.057)
Longitudinal+multimodal 0.708 (0.090) 0.716 (0.141) 0.476 (0.032) 0.903 (0.020) 0.392 (0.097) 0.704 (0.028)
Figure 3: ROC curves comparing our model with baseline methods. The radiologist assessment (PI-RADS > 3) is shown as a single operating point (orange star).

3.4 Ablation study↩︎

3.4.1 Temporal attention gate↩︎

Table 4 compares model performance with and without the temporal attention gate (TAG). While AUC improves only marginally with TAG (0.704 vs. 0.702), Specificity increases substantially from 0.541 to 0.716 (0.175), and PPV improves from 0.313 to 0.392 (0.079). This indicates that while both variants achieve similar overall discriminative ranking, TAG produces substantially fewer false positives at the operating threshold, directly reducing the number of patients who would be recommended for unnecessary biopsy. Despite the marginal change in AUC, this improvement in specificity and PPV is clinically meaningful for reducing unnecessary biopsies in AS.

3.4.2 Last-visit features↩︎

As shown in Table 4, we compare a variant using only the temporal difference feature \(\delta\) against our full model, which additionally incorporates the last-visit representation \(f_1\). Incorporating \(f_1\) improves AUC from 0.660 to 0.704 and Specificity from 0.663 to 0.716, indicating that the current-visit representation provides complementary information beyond the temporal change signal alone, consistent with the clinical intuition that both the trajectory of change and the most recent disease state are informative for progression risk assessment.

3.4.3 Contribution of multimodal fusion and longitudinal modeling↩︎

Table 3 reports an ablation over the input components of our model, isolating the contributions of multimodal fusion and longitudinal modeling. The first three variants all operate on single time-point imaging and/or clinical data, while the last additionally models change across serial scans. Using imaging or clinical variables alone yields limited discrimination (AUC 0.623 and 0.594, respectively). Although the clinical-only variant attains relatively high accuracy and specificity, this reflects a bias toward predicting the majority stable class rather than genuine discriminative ability, as evidenced by its low AUC and F1. Combining the two modalities improves AUC to 0.657 and raises F1 and PPV over either single-modality variant, indicating that imaging and clinical information are complementary. Introducing longitudinal modeling on top of multimodal fusion (Longitudinal+multimodal, our full model) provides a further substantial gain, increasing AUC from 0.657 to 0.704 and improving F1 (0.425\(\rightarrow\)​0.476) and PPV (0.339\(\rightarrow\)​0.392) while maintaining specificity. This confirms that explicitly modeling temporal change across serial scans contributes information beyond what static multimodal features capture, and is the largest single contributor to the final performance.

3.4.4 Image encoder feature stage↩︎

Figure 4a shows model performance when using features extracted from different backbone stages. Performance decreases monotonically as deeper stages are used, from an AUC of 0.704 at stage 1 to 0.539 at stage 4. This indicates that low-level features, which retain fine-grained spatial detail, are more informative for capturing subtle longitudinal imaging change than high-level semantic features, which are increasingly abstracted away from voxel-level detail as network depth increases. Based on this result, we adopt stage-1 features for our final model.

3.4.5 Projector dimension↩︎

Figure 4b shows the effect of the projector output dimension. Performance is relatively stable across dimensions (AUC 0.661–0.704), with the best result achieved at a dimension of 64. Smaller (32) and larger (128, 256) dimensions yield modest but consistent performance drops, suggesting that a moderate projector dimension provides sufficient capacity for temporal feature encoding without introducing unnecessary parameters that may increase overfitting risk given the limited size of the longitudinal cohort. We select a projector dimension of 64 for our final model.

Table 4: Ablation study on temporal model components. Values are reported as mean (STD).
\(\delta\) \(f_1\) TAG AUC PPV Specificity
0.660 (0.014) 0.375 (0.102) 0.663 (0.247)
0.702 (0.036) 0.313 (0.035) 0.541 (0.157)
0.704 (0.028) 0.392 (0.097) 0.716 (0.141)
Figure 4: Ablation on model hyperparameters. (a) Effect of the image encoder feature stage. (b) Effect of the projector output dimension. The peak in each panel is marked with a yellow point.

4 Conclusion↩︎

In this study, we proposed TRACE-PCa, an end-to-end temporal deep learning framework for predicting pathological progression in prostate cancer active surveillance from longitudinal bp-MRI and clinical variables. By operating directly on the whole prostate without requiring lesion segmentation, our method is applicable across the full AS population, including patients without an MRI-visible lesion at baseline, a group systematically excluded by prior lesion-dependent approaches. Central to our framework is a temporal attention gate that recalibrates the current-visit representation using the encoded temporal change, improving specificity and PPV over naive temporal fusion while preserving discriminative performance. Across a large longitudinal cohort, our model consistently outperformed clinical, lesion-based, gland-based, and PI-RADS-based baselines on most metrics. While our cohort is larger than those in prior studies, it remains single-institutional and moderate in size; future work will extend validation to larger, multi-institutional cohorts.

References↩︎

[1]
R. Raychaudhuri, D. W. Lin, and R. B. Montgomery, “Prostate Cancer: A Review,” JAMA, vol. 333, no. 16, pp. 1433–1446, Apr. 2025, doi: 10.1001/jama.2025.0228.
[2]
S. Carlsson et al., “Long-term outcomes of active surveillance for prostate cancer – the Memorial Sloan Kettering Cancer Center experience,” The Journal of urology, vol. 203, no. 6, pp. 1122–1127, Jun. 2020, doi: 10.1097/JU.0000000000000713.
[3]
F. C. Hamdy et al., “Fifteen-Year Outcomes after Monitoring, Surgery, or Radiotherapy for Prostate Cancer,” New England Journal of Medicine, vol. 388, no. 17, pp. 1547–1558, Apr. 2023, doi: 10.1056/NEJMoa2214122.
[4]
J. A. Eastham et al., “Clinically localized prostate cancer: AUA/ASTRO guideline, part II: Principles of active surveillance, principles of surgery, and follow-up,” Journal of Urology, vol. 208, no. 1, pp. 19–25, 2022, doi: 10.1097/ju.0000000000002758.
[5]
F.-J. H. Drost et al., “Can active surveillance really reduce the harms of overdiagnosing prostate cancer? A reflection of real life clinical practice in the PRIAS study,” Translational Andrology and Urology, vol. 7, no. 1, pp. 98–105, Feb. 2018, doi: 10.21037/tau.2017.12.28.
[6]
S. P. Porten et al., “Changes in prostate cancer grade on serial biopsy in men undergoing active surveillance,” Journal of Clinical Oncology: Official Journal of the American Society of Clinical Oncology, vol. 29, no. 20, pp. 2795–2800, Jul. 2011, doi: 10.1200/JCO.2010.33.0134.
[7]
S. Jain et al., “Gleason upgrading with time in a large prostate cancer active surveillance cohort,” Journal of Urology, vol. 194, no. 1, pp. 79–84, 2015, doi: 10.1016/j.juro.2015.01.102.
[8]
C. M. Moore et al., “Best Current Practice and Research Priorities in Active Surveillance for Prostate Cancer-A Report of a Movember International Consensus Meeting,” European Urology Oncology, vol. 6, no. 2, pp. 160–182, Apr. 2023, doi: 10.1016/j.euo.2023.01.003.
[9]
C. Lee, A. Light, E. S. Saveliev, M. Van Der Schaar, et al., “Developing machine learning algorithms for dynamic estimation of progression during active surveillance for prostate cancer,” npj Digital Medicine, vol. 5, no. 1, p. 110, Aug. 2022, doi: 10.1038/s41746-022-00659-w.
[10]
M. R. Cooperberg et al., “Tailoring Intensity of Active Surveillance for Low-Risk Prostate Cancer Based on Individualized Prediction of Risk Stability,” JAMA Oncology, vol. 6, no. 10, p. e203187, Oct. 2020, doi: 10.1001/jamaoncol.2020.3187.
[11]
A. Tomer et al., “Personalised biopsy schedules based on risk of Gleason upgrading for patients with low-risk prostate cancer on active surveillance,” BJU International, vol. 127, no. 1, pp. 96–107, 2021, doi: 10.1111/bju.15136.
[12]
A. Light et al., “Development and External Validation of the STRATified CANcer Surveillance (STRATCANS) Multivariable Model for Predicting Progression in Men with Newly Diagnosed Prostate Cancer Starting Active Surveillance,” Journal of Clinical Medicine, vol. 12, no. 1, p. 216, Jan. 2023, doi: 10.3390/jcm12010216.
[13]
A. Tomer, D. Nieboer, M. J. Roobol, E. W. Steyerberg, et al., “Shared decision making of burdensome surveillance tests using personalized schedules and their burden and benefit,” Statistics in Medicine, vol. 41, no. 12, pp. 2115–2131, 2022, doi: 10.1002/sim.9347.
[14]
C. A. Hamm et al., “Interactive Explainable Deep Learning Model Informs Prostate Cancer Diagnosis at MRI,” Radiology, vol. 307, no. 4, p. e222276, May 2023, doi: 10.1148/radiol.222276.
[15]
Y. J. Lee et al., MRI-based Deep Learning Algorithm for Assisting Clinically Significant Prostate Cancer Detection: A Bicenter Prospective Study,” Radiology, vol. 314, no. 3, p. e232788, Mar. 2025, doi: 10.1148/radiol.232788.
[16]
L. Shao et al., “An MRI–pathology foundation model for noninvasive diagnosis and grading of prostate cancer,” Nature Cancer, pp. 1–17, Sep. 2025, doi: 10.1038/s43018-025-01041-x.
[17]
J. C. Cai et al., “Fully Automated Deep Learning Model to Detect Clinically Significant Prostate Cancer at MRI,” Radiology, vol. 312, no. 2, p. e232635, Aug. 2024, doi: 10.1148/radiol.232635.
[18]
S. J. Fransen et al., “Patient perspectives on the use of artificial intelligence in prostate cancer diagnosis on MRI,” European Radiology, vol. 35, no. 2, pp. 769–775, Feb. 2025, doi: 10.1007/s00330-024-11012-y.
[19]
C. X. Li et al., ProstAtlasDiff: Prostate cancer detection on MRI using Diffusion Probabilistic Models guided by population spatial cancer atlases,” Medical Image Analysis, vol. 101, p. 103486, Apr. 2025, doi: 10.1016/j.media.2025.103486.
[20]
R. J. Paproski et al., “Predicting clinically significant prostate cancer with or without digital rectal exam and MRI data using ClarityDX Prostate models,” npj Digital Medicine, Apr. 2026, doi: 10.1038/s41746-026-02642-1.
[21]
F. Vasconcelos Ordones et al., “A Novel Machine Learning-based Predictive Model of Clinically Significant Prostate Cancer and Online Risk Calculator,” Urology, vol. 196, pp. 20–26, Feb. 2025, doi: 10.1016/j.urology.2024.11.001.
[22]
C. Englman et al., PRECISE Version 2: Updated Recommendations for Reporting Prostate Magnetic Resonance Imaging in Patients on Active Surveillance for Prostate Cancer,” European Urology, vol. 86, no. 3, pp. 240–255, Sep. 2024, doi: 10.1016/j.eururo.2024.03.014.
[23]
C. M. Moore et al., “Reporting Magnetic Resonance Imaging in Men on Active Surveillance for Prostate Cancer: The PRECISE RecommendationsA Report of a European School of Oncology Task Force,” European Urology, vol. 71, no. 4, pp. 648–655, Apr. 2017, doi: 10.1016/j.eururo.2016.06.011.
[24]
A. Midya et al., “Delta radiomic patterns on serial bi-parametric MRI are associated with pathologic upgrading in prostate cancer patients on active surveillance: Preliminary findings,” Frontiers in Oncology, vol. 13, Sep. 2023, doi: 10.3389/fonc.2023.1166047.
[25]
N. Sushentsev et al., “Time series radiomics for the prediction of prostate cancer progression in patients on active surveillance,” European Radiology, vol. 33, no. 6, pp. 3792–3800, 2023, doi: 10.1007/s00330-023-09438-x.
[26]
N. Sushentsev et al., “Comparative performance of MRI-derived PRECISE scores and delta-radiomics models for the prediction of prostate cancer progression in patients on active surveillance,” European Radiology, vol. 32, no. 1, pp. 680–689, Jan. 2022, doi: 10.1007/s00330-021-08151-x.
[27]
J. Sun, J.-D. J. Han, and W. Chen, “Deep learning models identify brain changes during the progression of Alzheimer’s disease,” npj Systems Biology and Applications, vol. 12, no. 1, p. 42, Feb. 2026, doi: 10.1038/s41540-026-00666-7.
[28]
H. Kim, B. K. Karaman, Q. Zhao, A. Q. Wang, et al., “Learning-based inference of longitudinal image changes: Applications in embryo development, wound healing, and aging brain,” Proceedings of the National Academy of Sciences, vol. 122, no. 8, p. e2411492122, Feb. 2025, doi: 10.1073/pnas.2411492122.
[29]
D. Ardila et al., “End-to-end lung cancer screening with three-dimensional deep learning on low-dose chest computed tomography,” Nature Medicine, vol. 25, no. 6, pp. 954–961, Jun. 2019, doi: 10.1038/s41591-019-0447-x.
[30]
R. Paez et al., “Longitudinal lung cancer prediction convolutional neural network model improves the classification of indeterminate pulmonary nodules,” Scientific Reports, vol. 13, no. 1, p. 6157, Apr. 2023, doi: 10.1038/s41598-023-33098-y.
[31]
J. Donnelly et al., AsymMirai: Interpretable Mammography-based Deep Learning Model for 1–5-year Breast Cancer Risk Prediction,” Radiology, vol. 310, no. 3, p. e232780, Mar. 2024, doi: 10.1148/radiol.232780.
[32]
B. K. Karaman, K. Dodelzon, G. B. Akar, and M. R. Sabuncu, “Longitudinal Mammogram Risk Prediction,” in Medical Image Computing and Computer Assisted InterventionMICCAI 2024, 2024, pp. 437–446, doi: 10.1007/978-3-031-72086-4_41.
[33]
Z. Zhou, D. Arefan, M. L. Zuley, and S. Wu, \(\Delta\)T-Mamba3D: A Time-Aware Spatio-Temporal State-Space Model for Breast Cancer Risk Prediction,” Proceedings of the AAAI Conference on Artificial Intelligence, vol. 40, no. 16, pp. 13862–13870, Mar. 2026, doi: 10.1609/aaai.v40i16.38395.
[34]
C. Roest, T. C. Kwee, A. Saha, J. J. Fütterer, et al., AI-assisted biparametric MRI surveillance of prostate cancer: Feasibility study,” European Radiology, vol. 33, no. 1, pp. 89–96, Jan. 2023, doi: 10.1007/s00330-022-09032-7.
[35]
Y. Wang and B. Lou, “Predicting Prostate Cancer Progression During Active Surveillance Using Longitudinal bpMRI Scans and A Multi-scale Foundation Model,” MIDL, 2025.
[36]
V. Wallaengen et al., mpMRI-Based Risk Estimation to Optimize Prostate Cancer Patient Selection for Active Surveillance,” Cancers, vol. 18, no. 5, p. 842, Jan. 2026, doi: 10.3390/cancers18050842.
[37]
C. Roest et al., “Development and Validation of a Deep Learning Model Based on MRI and Clinical Characteristics to Predict Risk of Prostate Cancer Progression,” Radiology: Imaging Cancer, vol. 7, no. 1, p. e240078, Jan. 2025, doi: 10.1148/rycan.240078.
[38]
A. Saha et al., “Artificial intelligence and radiologists in prostate cancer detection on MRI (PI-CAI): An international, paired, non-inferiority, confirmatory study,” The Lancet Oncology, vol. 25, no. 7, pp. 879–887, Jul. 2024, doi: 10.1016/S1470-2045(24)00220-1.
[39]
S. Wang et al., “Vision foundation model for 3D magnetic resonance imaging segmentation, classification, and registration,” Medical Image Analysis, vol. 110, p. 103992, May 2026, doi: 10.1016/j.media.2026.103992.
[40]
T.-Y. Lin, P. Goyal, R. Girshick, K. He, and P. Dollár, “Focal loss for dense object detection,” in 2017 IEEE international conference on computer vision (ICCV), 2017, pp. 2999–3007, doi: 10.1109/ICCV.2017.324.

  1. *Corresponding author: cwarnold@ucla.edu↩︎