Abstract
Advancements in artificial intelligence (AI) are transforming medical imaging diagnostics, offering new possibilities for automated pancreatic tumor detection in computed tomography scans. Pancreatic ductal adenocarcinoma continues to be one of the most lethal malignancies, with early detection being critical for improving survival rates. Deep learning models can learn hierarchical feature representations directly from imaging data, enhancing tumor detection accuracy. However, variations in model performance, impaired generalizability, and limited interpretability remain critical barriers to clinical adoption. This article provides a comprehensive overview of deep learning-based pancreatic tumor detection, discussing fundamental concepts, recent advancements, and challenges for clinical adoption. Implementation of deep learning tumor detection models into imaging workflows holds promise for improving early detection rates of pancreatic tumors. Addressing issues of standardization, external validation, and model transparency will be essential to enable the integration of AI into pancreatic cancer screening and diagnostics, ultimately improving early detection and patient outcomes.
Keywords: artificial intelligence, deep learning, pancreatic cancer, computed tomography, early detection
Summary
This review explores the role of deep learning for pancreatic tumor detection in computed tomography, offering insights into advancements in detection models and challenges for clinical integration.
Essentials
CT imaging remains the primary tool for pancreatic cancer diagnosis, yet conventional methods can miss nearly 40% of early-stage tumors.
Deep learning models enhance pancreatic tumor detection by learning complex spatial patterns directly from imaging data, improving diagnostic accuracy.
Challenges such as model generalizability, interpretability, and practical clinical integration must be addressed for widespread adoption.
Efforts toward standardizing model development methods, evaluation, and reporting are key to improving reproducibility and reliability in real-world applications.
Introduction
In recent years, artificial intelligence (AI) has demonstrated its transformative power across different fields, with the greatest impact in data-intensive tasks that rely on pattern recognition such as medical imaging diagnostics.1 Advances in computational power, coupled with refined AI architectures and access to large-scale training data, have driven the increased exploration of AI models for screening complex disease processes where early detection is critical for prognosis.2 Among these, pancreatic ductal adenocarcinoma (PDAC) remains one of the most fatal malignancies, with a limited 5-year survival rate of just 13% across all disease stages despite advancements in treatment approaches.3 With the lack of specific early symptoms and rapid tumor progression, PDAC is often diagnosed at an advanced stage, limiting treatment options and significantly impacting survival outcomes. Contrast-enhanced computed tomography (CT) is the standard imaging modality for the diagnosis and initial evaluation of pancreatic cancer, offering high-resolution imaging of the pancreas and surrounding structures. Although early detection is crucial for improving prognosis,4 subtle early-stage tumors can often be overlooked due to their small size and resemblance to normal tissue. Conventional diagnostic methods still fail to identify nearly 40% of pancreatic tumors at an early stage,5 highlighting the need for improved detection strategies.
In the early phases of AI-driven tumor detection, 2 major approaches took the lead in the quantitative analysis of medical imaging features: radiomics-based machine learning models and deep learning (DL) approaches. Both techniques have shown promise in the detection of different pancreatic tumors.6–12 While both extract quantitative features from medical images, they do so in fundamentally different ways. Radiomics models rely on predefined, handcrafted features derived from imaging data—such as shape, texture, and intensity-based metrics—requiring expert-driven feature selection and statistical analysis.13 In contrast, DL models automatically learn hierarchical features directly from the images, capturing complex patterns and learning connections without the need for manual feature engineering. The depth in DL models comes from their multiple layers of interconnected artificial neurons, which allow them to extract hierarchical features from the data, making them especially powerful for image analysis.14 This complexity also makes them more computationally demanding than radiomics-based machine learning models, as the increasing number of layers and parameters requires significant processing power.15 Even though both techniques might appear fundamentally different, growing evidence shows overlap and complementarity in their applications. Increasing implementations of DL have led to emerging hybrid approaches such as deep radiomics where DL complements or replaces parts of the radiomics pipeline. Leveraging the strengths of both hand-crafted radiomics features oriented to a target segmentation volume, and automatically learned deep features, can increase the performance and interpretation of models to facilitate their clinical implementation. Lesion detection models have already effectively used DL segmentation models to automatically delineate the radiomics extraction volume, bypassing the need for the labor-intensive manual segmentation.6,16 Additionally, models integrating deep feature pipelines with layers of handcrafted radiomics are increasingly being tested to improve accuracy and explainability.17
As computational power and model architectures continue to evolve, DL has gained increasing attention for its ability to learn hierarchical feature representations directly from imaging data. DL models can leverage large-scale datasets to automatically capture complex spatial patterns, subtle tumor characteristics, and lesion boundaries, leading to enhanced robustness and diagnostic accuracy.18 Given the expanding body of evidence in DL-based tumor detection, a focused review separate from the radiomics-based approaches is warranted. This article provides a comprehensive overview of emerging DL methodologies, outlining fundamental concepts and practices in DL for medical imaging and discussing their potential to revolutionize early diagnosis in clinical practice. We offer insights into the current state of pancreatic tumor detection models and discuss their challenges for potential integration into clinical workflows.
Computer vision tasks for tumor detection
Computer vision is a branch of AI focused on enabling computers to analyze visual patterns, allowing them to “see” and interpret the content of an image. This visual understanding is achieved by modeling connections between extracted image features through neuron-like units with learnable synapses that represent the strength of feature interactions.19 In the context of early tumor detection, DL models leverage computer vision to perform key tasks in anomaly detection such as image classification and semantic segmentation across different image modalities.20
One fundamental operation enabling DL-based algorithms to systematically analyze images is the convolution. A convolution applies trainable filters over sections of an image to extract meaningful features such as edges, textures, and shapes while preserving spatial relationships. Stacking multiple convolutional layers, along with other operational layers describing relationships between features, allows DL architectures to create a hierarchical understanding of visual data. An example of this is the U-Net, an encoding-decoding architecture commonly used for segmentation tasks to simultaneously capture broad contextual information and fine image details.21 The encoder progressively reduces spatial resolution to capture high-level features, followed by the decoder, which is applied to restore spatial resolution, enabling precise anatomical delineation of input images.
Image classification
Classification is a supervised learning task, meaning the user has control over the input data and the corresponding expected output during training. In this context, the goal is to train an algorithm to recognize patterns in labeled data to categorize the input (eg, CT scans) into predefined categories (eg, “normal pancreas” vs “PDAC”). DL classification models extract relevant features using operations such as convolutional layers, which learn to identify distinguishing patterns from labeled training examples. Convolutional neural networks (CNNs) leverage these learning mechanisms to recognize subtle variations in texture and density that may not be immediately visible to the human eye, and in the case of tumor detection, might indicate malignancies.20 Once trained, these models can generalize learned features to new cases, enabling classification of unseen images (Figure 1). A key advantage of standalone classification DL models is their ability to focus on global features, allowing generalization from fewer training examples. Additionally, classification tasks typically require less intricate annotations, as images are labeled globally rather than requiring detailed region-specific markings. However, achieving a reliable classification still requires high-quality training labels. To ensure training accuracy in tumor detection, ground truth labels are often derived from histological analysis, providing a robust foundation for learning and validation.
Figure 1.
A histology-informed deep learning framework for CT image classification. A convolutional neural network (CNN) processes CT scan images to extract feature maps and predict an image label. The predicted label is compared to the histology-informed ground truth label, based on histopathological analysis. A loss function computes the error between the predicted and the true labels, enabling a backpropagation algorithm to modify the weights in the CNN model and minimize the prediction error. This process is performed iteratively until the calculated loss stabilizes, and the prediction accuracy no longer improves. Integration of histological labels aims to enhance the accuracy of the model in medical image classification.
Classification models and performance metrics
A reliable assessment of classification models requires splitting the data into training/validation sets for development, and reserving a separate testing set to evaluate generalization. This can determine the presence of overfitting, where models perform well on training data but fail on new unseen cases. Additionally, performing an external validation using independent datasets provides a more robust evaluation of performance and generalizability across diverse populations or acquisition conditions. Classification models for tumor detection are often assessed using several complementary key metrics. Accuracy measures the overall correctness of the classification (ie, distinguishing tumor vs no tumor cases); however, this measure alone can be misleading in highly imbalanced tasks, such as detecting low-incidence tumors. Sensitivity, or recall, evaluates the ability of a model to detect cases with tumors (true positive rate), while specificity quantifies its ability to correctly identify negative controls (true negative rate). Metrics like precision (positive predictive value) also play an important role in tumor detection, where false positives are costly and can lead to anxiety and unnecessary invasive procedures. Low-precision AI models can also result in reduced trust in AI-assisted diagnostics. The F1-score provides a balanced measure between the precision and recall of a model. Visual metrics, such as the receiver operating characteristic (ROC) curve, help illustrate the trade-off between sensitivity and the false positive rate, while the area under this curve (AUC-ROC) reflects the overall discriminative ability of a model. Together, these metrics provide a comprehensive performance evaluation of classification models, ensuring reliability for real-world applications.
Image segmentation
In CT images, the semantic segmentation task involves assigning voxel-level labels to delineate and isolate specific areas of interest (Figure 2). Unlike standard classification, which assigns a single label to an image, semantic segmentation provides a detailed, voxel-level understanding. DL models can automatically delineate tumors and organ structures from surrounding tissues, improving anatomical understanding, lesion localization, and tumor burden estimation. An advantage of segmentation architectures over classification models for lesion detection is their ability to precisely localize tumor. However, segmentation models usually require larger, high-quality training datasets due to the increased complexity of the task. Obtaining these datasets is especially challenging, as it involves a labor-intensive, expert-labeled manual annotation, with target structures meticulously labeled voxel by voxel.22
Figure 2.
AI-based segmentation pipeline for medical image analysis. This pipeline displays a 3D U-Net model used to perform automated segmentation of CT scan volumes. The top section illustrates the U-Net architecture, an encoder-decoder architecture that processes a stack of CT slices using 3D convolutions (blue) to extract spatial features, followed by downsampling pooling layers (green) and upsampling layers (red) for spatial reconstruction, and a final softmax layer (yellow) to convert the output into voxel-wise probabilities. In the training phase, the segmentation network takes a CT scan volume as input to the encoder-decoder architecture to produce segmentation predictions. Model outputs are compared to expert-labeled reference segmentation masks, and discrepancies are used to iteratively readjust the weights through backpropagation, refining their accuracy over successive training iterations. During inference, a trained model processes a new CT scan, generating an AI-labeled segmentation mask.
Segmentation models and performance metrics
Similar to the classification task, segmentation models should be assessed separately on independent test sets. However, unlike classification, segmentation requires additional voxel-wise accuracy, making the evaluation more intricate. Metrics such as the Dice similarity coefficient (DSC) and the Normalized Surface Dice (NSD) have been specifically used for this task. The DSC measures the spatial overlap between predicted and ground truth masks, with higher values indicating better segmentation quality.23,24 On the other hand, the NSD considers boundary-based discrepancies, making it particularly useful in cancer imaging where precise contour delineation and boundary determination are critical.25 While overall detection accuracy is important, precise tumor localization relies on segmentation metrics to ensure reliability of model predictions. Nonetheless, ground truth annotations used as the reference standard typically rely on expert annotations that can vary between observers, leading to an expert-specific bias.26 Because of this intrinsic variability, segmentation algorithms should focus on delivering reproducible results with strong generalization, rather than aiming to perfectly match a specific reference.
New architectures
Advancements in DL architectures have led to different configurations that improve performance across different tasks. Hybrid models, such as those integrating segmentation and classification within a single framework, have led to improved results in tumor detection, localization and differentiation.10 Another key innovation in modern architectures is the use of vision transformers (ViTs), which replace traditional convolutions with attention mechanisms.27 The attention mechanism enables a model to simultaneously process different parts of an input and weigh them according to the context, allowing models to focus on the most relevant features. This context-aware system enhances spatial understanding and preserves global relationships, and it is the mechanism powering most of the popular large language models (LLMs) these days. Recent developments in multimodal models, such as CLIP (Contrastive Language-Image Pretraining), demonstrate the potential of integrating visual and language information within a shared framework, allowing models to understand visual information in the context of natural language descriptions.28 These new emerging DL architectures offer the ability to capture multiple relationships in an image, further enhancing performance in complex visual tasks.
DL-based pancreatic tumor detection models
The augmentation of computing power, paired with improved model architectures and increasingly refined training datasets, has led to the increasing exploration of DL-based models for pancreatic tumor detection in recent years. Numerous studies have explored DL approaches to improve the diagnosis of pancreatic tumors in CT imaging.7,10,28–38 These models leverage classification, segmentation, and hybrid architectures to distinguish pancreatic lesions from normal pancreatic tissue and surrounding structures. In this setting, DL-based models could act as an independent screener, flagging potential abnormalities for evaluation that might otherwise go unnoticed by radiologists. Models like PANDA (Cao et al.), one of the largest pancreatic lesion detection models for non-contrast CT, have shown the ability to enhance radiologist performance in challenging diagnostic scenarios. In a large real-world validation study, PANDA achieved an impressive 92.9% sensitivity for pancreatic lesion detection using CT without contrast enhancement, demonstrating its potential to improve pancreatic tumor detection in opportunistic non-contrast CT scan evaluations. Liu et al.39 developed a segmentation-based pancreatic segmentation model that detects pancreatic anomalies and outputs the probability of these being a PDAC. With this model, they achieved the highest performance in the PANORAMA global challenge for PDAC detection on contrast enhanced CT, achieving an AUC-ROC for detection of 0.926 on the held-out testing set used for final evaluation. Several studies have contrasted the performance of DL models with expert radiologists, with some achieving comparable accuracy,37,40 while others have displayed superior detection capabilities, particularly for subtle or early-stage tumors.10,41 Figure 3 shows a pancreatic tumor case initially missed by radiologists but detected by our in-house trained U-Net. Among published studies, the U-Net architecture remains the primary backbone for segmentation task models, with recent modifications such as the incorporation of ViTs within the processing framework enhancing its performance.10,32 A representative selection of published DL developments for pancreatic tumor detection is presented in Table 1.
Figure 3.
Pancreatic neuroendocrine tumor (PNET) initially missed on clinical evaluation and retrospectively detected by AI. Arterial-phase CT images of a patient with a pathologically confirmed small (<2 cm) PNET (yellow arrow) are shown in axial (A), coronal (B), and sagittal (C) planes. Insets show expert manual segmentations: tumor (red), pancreas (yellow), and pancreatic duct (blue). The lesion was initially overlooked (false negative) by two experienced radiologists in a retrospective reader study.6 The output of a PNET detection model trained in-house is displayed as a 3D rendering in (D), showing tumor and duct probability maps over the pancreatic parenchyma. The AI model identified the lesion with a maximum tumor probability of 0.99. The ground truth tumor annotation is shown for comparison in (E), overlaid on the same 3D render.
Table 1.
Representative peer-reviewed studies of deep learning models for pancreatic tumor detection.
| Study | Tumor subtypes | Model publicly available | Imaging modality | Training/validation cohort | Independent testing cohort | Comparison to radiologist performance | Deep learning architecture | Summary metricsa |
|---|---|---|---|---|---|---|---|---|
| Classification-based models | ||||||||
| Yan et al., 202430 | Pancreatic tumor, NOS | No | NC-CT | N = 519 | N = 304 | No | MSMP + ResNet50 (CNN-based) | Precision: 0.682, Recall: 0.905, F1-score: 0.779 |
| Korfiatis et al., 202338 | PDAC | No |
|
N = 1080 |
|
No | Attention ResNet |
|
| Viriyasaranon et al., 202336 | PDAC | No |
|
|
|
No | ShuffleNet V2 (CNN-based) |
|
| PVT (Transformer-based) |
|
|||||||
| Liu et al., 202041 | PDAC | No |
|
N = 412 |
|
|
VGG network (CNN based) |
|
| Segmentation-based models | ||||||||
| Liu et al., 202539 | PDAC | Yes |
|
|
|
No | nnU-Net + ResU-Net |
|
|
Pancreatic tumor, NOS | Yes | CE-CT | N = 3410 | N = 6173 | No | SWIN UNETR |
|
| Dong et al., 202429 | Pancreatic tumor, NOS | No | CE-CT | N = 281 (MSD 2018) |
|
No | AMFF-Net (Transformer-based) | Pancreas DSC: 0.821, pancreatic tumor DSC: 0.570 |
| Park et al., 202340 | Solid and cystic tumors | No |
|
N = 852 |
|
|
nnU-Net |
|
|
|
No |
|
N = 107 | No | No | U-Net | Mean DSC: 0.845 ± 0.163 |
| Abel et al., 202143 | Non-PDAC cystic lesions | No |
|
N = 221 patients, 543 cysts | No | 3 radiologists, (visual metrics) | nnU-Net | Mean SENS: 0.788, with 0.48 FP per case. |
| Combined segmentation-classification models | ||||||||
|
|
No | NC-CT | N = 3208 | N = 6239 | Reader studies with multiple readers and configurations | U-Net segmentation + multi-task CNN classification + transformer classification |
|
| Chen et al., 202337 | PDAC | Yes |
|
N = 1023 | N = 1473 |
|
Segmentation UNet + classification CNN |
|
| Alves et al. 202234 | PDAC | No |
|
N = 242 |
|
No | nnU-Net |
|
Summary metrics from the highest performing model reported in the evaluation with less risk of bias (ie, cross-validation results, internal independent test set, OR external validation).
Acc = accuracy; AUC = area under the ROC curve; CE = contrast-enhanced; CI = confidence interval; CNN = convolutional neural network; CT = computed tomography; CV = cross-validation; DSC = Dice similarity coefficient; FP = false positives; MSD = The Medical Segmentation Decathlon44; MSMP = multiscale and multiperceptron; N/A = not applicable; NC = non-contrast; NOS = not otherwise specified; PDAC = pancreatic ductal adenocarcinoma; PNET = pancreatic neuroendocrine tumors; PreDx = prediagnostic scans; SENS = sensitivity; specificity; SWIN UNET = Swin UNet Transformers; TCIA = The Cancer Imaging Archive45; TS = test set; US = United States; ViT = vision transformer.
Small tumor detection
While any form of tumor detection can be valuable, models that perform well only on large, hard-to-miss tumors offer minimal benefit to the diagnostic workflow. Despite advancements in automated tumor diagnosis using DL models, detecting small pancreatic tumors in medical imaging remains one of the greatest challenges. Small lesions often exhibit only subtle visual cues that can be easily overlooked, even by experienced radiologists.5 Although the definition of a small tumor can be somewhat arbitrary, it is most commonly defined as one with the largest diameter of less than 2 centimeters (ie T1 stage). This threshold has demonstrated prognostic significance, with higher chances of tumor resectability and lower risk of metastasis at presentation. It is widely used in clinical guidelines and research studies to classify early-stage disease, ensuring consistency in diagnosis and treatment planning.42 Thus, a timely diagnosis of these small lesions is perhaps where AI models have the potential to make the greatest clinical impact.
Several studies already recognize the importance of differentially evaluating small tumor detection. An outline of the reported performance of published studies in small tumors is presented in Table 2. Alves et al.34 aimed to train a model for small (<2 cm) tumor detection, achieving an AUC of 0.876 in the small PDACs of their independent test set. Chen et al.37 conducted a stratified analysis of their model by tumor size, reporting a sensitivity of 86.4% in their local test set and 74.7% in a nationwide test set for PDACs under 2 cm compared to over 90% sensitivity for larger tumors. Viriyasaranon et al. explored the performance of different DL models using artificially generated pseudo-tumor (ie, computer simulated tumors inserted in the training set images) segmentations to improve training efficiency and reduce the segmentation burden. They found that the tumor detection accuracy of their trained models dropped significantly for T1 tumors, falling from 94.3% and 95.7% across all tumor stages to 54.0% and 55.3% in small tumors for their CNN and ViT models, respectively.36 Park et al.,40 in a multivariable sensitivity analysis of their U-Net DL model, found that the diagnostic performance was the lowest for subcentimeter cystic lesions, with sensitivity dropping to 38% and 16% in their 2 testing sets. Korfiatis et al.38 went a step further by conducting an additional validation of their CNN-based classification model on a curated testing set of prediagnostic scans, achieving an 84% diagnostic accuracy. Testing on prediagnostic scans—defined by the authors as presumed negative scans performed between 3 and 36 months before the clinical diagnosis of PDAC—offers a unique opportunity to assess the added value of DL models to identify subtle disease-related patterns beyond human perception. This is particularly important because models trained solely on diagnostic scans are inherently biased toward visible lesions and may fail to capture the earliest manifestations of disease. Despite promising results, most DL models still face challenges in detecting small pancreatic tumors, with performance often declining as tumor size decreases. Advancing these models through improved training strategies, multi-modal imaging, and large-scale comprehensive datasets could enhance early detection across multiple pancreatic tumor subtypes, ultimately improving prognosis and treatment outcomes.
Table 2.
Performance metrics of deep learning studies on small pancreatic ductal adenocarcinomas.
| Study | Training cohort tumor size | Small tumor definition | Number small tumors (testing) | Metrics on small tumors | Comparison with radiologist in small tumors |
|---|---|---|---|---|---|
|
(PDAC) median 3.0 cm (IQR: 2.3-4.4). | T1 tumor |
|
Proportion of T1 detected tumors on external test: 0.92 | No |
| Korfiatis et al., 202338 | N/A | PreDx Scans | N = 100 |
|
No |
| Viriyasaranon et al., 202336 | Unknown | T1 tumor | N = 63 |
|
No |
| Park et al., 202340 | Median: 3.1 cm (IQR: 0.5-12.7) | <1 cm |
|
|
|
| Chen et al., 202337 | Median 2.9 (IQR: 2.1-4.4) | <2 cm |
|
|
|
| Alves et al. 202234 | Median: 2.8 cm (IQR: 2.3-3.7) | <2 cm | N = 73 | AUC: 0.876 | No |
| Liu et al., 202041 | Median: 3.0 (IQR: 2.2-4.6) | <2 cm | N = 38 | Combined local test set: SENS: 0.921 |
|
Acc = accuracy; AUC = area under the ROC curve; CI = confidence interval; N/A = not applicable; PDAC = pancreatic ductal adenocarcinoma; PreDx = prediagnostic scans; SENS = sensitivity; SPEC = specificity; TS = test set.
Performance across different tumor subtypes
Perhaps the higher incidence and aggressive nature of PDAC, compared to other pancreatic tumors, has led most published detection models to focus specifically on distinguishing PDAC from a “normal” pancreas. While highly relevant in clinical settings, this approach is not always realistic. If the ultimate goal of pancreatic lesion detection models is to develop an automated screening tool, the range of potential lesions it will encounter is much broader. Encountering benign conditions (eg, chronic pancreatitis, benign cystic lesions, intrapancreatic splenules) as well as various premalignant and malignant conditions other than PDAC (eg, intraductal papillary mucinous neoplasms, neuroendocrine tumors, metastases) can significantly impact the model performance. For instance, small benign lesions may be misclassified as malignant, increasing the false-positive rate (Figure 4). Similarly, small or inconspicuous tumors can be overlooked by a model trained on an unrepresentative dataset, reducing the detection accuracy for these tumors. Some published models already account for this broader spectrum of pancreatic lesions in their training data.10,40 For instance, the PANDA model by Cao et al.10 was trained on 8 different pancreatic lesion categories and demonstrated an outstanding lesion detection performance on non-contrast CT. However, its sensitivity for neuroendocrine tumors was notably lower than for other lesions, which could be the result of the limited representation in the training cohort and absence of contrast enhancement. Park et al. trained their model on different solid and cystic pancreatic lesions, demonstrating performance variability between these 2 categories.10,40 These findings highlight some of the challenges models face in generalizing to a broader range of lesion types and emphasize the need for more inclusive training strategies that encompass the full spectrum of pancreatic lesions.
Figure 4.
False positive abnormality detection. Arterial-phase CT images from a renal donor patient with no pancreatic pathology. A deep learning model trained in-house to detect pancreatic neuroendocrine tumors (PNETs) incorrectly classified this case as a PNET due to the presentation of the vascular structure highlighted (circle) in the axial (A), coronal (B), and sagittal (C) views. Model abnormality predictions are shown as an overlay in the CT planes (D, E, F). The 3D renderings show the model prediction in relation to the pancreatic parenchyma (G) and vasculature (H).
Challenges for clinical implementation
Impaired generalization
Despite significant advancements in DL models for pancreatic tumor detection, several challenges remain before widespread clinical implementation can be achieved. A major challenge models face in achieving clinical applicability is generalizing performance beyond the training dataset. For instance, Liu et al.41 observed a significant performance decline in their CNN classification model, trained exclusively on an Asian population, when evaluated on an external cohort from the United States. They attributed the performance drop to differences in population characteristics and scanning parameters, highlighting the variability in model robustness across diverse patient groups.
Most models struggle to handle cases with anomalous anatomical variations or rare conditions, which are often underrepresented in training datasets. To illustrate this, the case of a patient with widespread fatty replacement of the pancreas and a neuroendocrine tumor at the pancreatic head border is presented in Figure 5. The performance of 3 top-performing, publicly available segmentation models (Figure 5B–D)28,32,46 is contrasted against the manual tumor and pancreatic segmentation performed by an experienced radiologist (Figure 5A). In this case, all 3 models failed to capture the entire pancreas due to fatty replacement, which is a relatively common anatomical variation. TotalSegmentator, trained for normal anatomical structures only, does not provide tumor predictions, but the model segmentation accuracy for the gland can be assessed (Figure 4B).46 However, for models designed to predict tumor regions, this variation resulted in either failure to correctly identify the tumor location (CLIP-UniversalModel28) or complete omission of its presence (Vista3D32). Although this behavior is not uncommon, improvements in DL architectures have led to better generalization of models to unseen cases and continuous enhancement of model predictions. Nonetheless, a widespread clinical application of DL models for automated pancreatic tumor screening will require proof of better generalization and robustness across different clinical scenarios.
Figure 5.
Performance of publicly available pancreas segmentation models in a real-world case of a patient with fat infiltration of the pancreas and a pathologically proven neuroendocrine tumor. (A) Manual segmentation: expert-labeled ground truth segmentation of the pancreas (yellow) and pancreatic tumor (red), with corresponding volumetric measurements. (B) TotalSegmentator46: automated segmentation of the pancreas (green), contrasted against expert-labeled ground truth (DSC: 0.55). This model is not trained to provide tumor predictions. (C) CLIP-UniversalModel28: automated segmentation of the pancreas (green), contrasted against expert-labeled ground truth (DSC: 0.68). Although a pancreatic tumor was predicted (purple), the location was incorrect with no overlap with the pancreatic tumor region (DSC: 0.0). (D) Vista3D: automated segmentation of the pancreas (green), contrasted against expert-labeled ground truth (DSC: 0.51). The case was a false negative with no pancreatic tumor detected. Moreover, an adrenal adenoma was incorrectly predicted as part of the pancreas parenchyma (inset). cc = cubic centimeters; DSC = Dice similarity coefficient.
Reproducibility challenges
Beyond generalization across data heterogeneity, variability in model development and reporting further hinders reproducibility of DL detection models. Differences in training methodologies, dataset preprocessing, ground truth definitions, and evaluation metrics can lead to inconsistent performance across studies, making it difficult to compare models or replicate results in different clinical settings. Without proper validation and standardized reporting, model predictions can vary significantly, raising concerns about reliability, fairness, and real-world applicability. Additionally, inconsistencies in annotation protocols and the lack of standardized ground truth definitions contribute to labeling discrepancies, further limiting reproducibility. Some models also lack external validation of their findings, preventing a clear assessment of their robustness when applied to new patient populations or imaging conditions.
To address these challenges, standardization initiatives such as CLAIM (Checklist for Artificial Intelligence in Medical Imaging) aim to establish guidelines for model development, validation, and reporting, ensuring greater consistency across AI models.47,48 By harmonizing evaluation protocols and promoting transparent reporting, these initiatives help bridge the gap between research and clinical implementation of DL-based tumor detection models. Other efforts, such as openly sharing code and final model versions alongside published results, further enhance model evaluation, reproducibility, and continuous model improvement. Multi-institutional benchmarks, such as the recent PANORAMA challenge for PDAC detection,49 also play a key role by providing standardized heterogeneous datasets and evaluation metrics that encourage transparent comparisons across algorithms and drive the progress of AI models. Despite these efforts, resulting models can still underperform in unfamiliar conditions, as shown in Figure 6 where impaired calibration led the model to assign a very low probability of PDAC despite correctly localizing the tumor and identifying ductal dilation. Achieving true reproducibility will require ongoing multi-institutional validation, homogeneous annotation strategies, prospective evaluations of performance, and potentially regulatory oversight, to ensure AI models perform reliably and consistently across diverse clinical settings.
Figure 6.
Multilabel model prediction with accurate tumor and duct localization, but impaired calibration. Venous-phase CT images from a patient with a confirmed pancreatic ductal adenocarcinoma (PDAC), visible in the axial (A), coronal (B), and sagittal (C) planes (yellow arrows). Insets show ground-truth segmentations for the tumor (red), pancreas (yellow), and duct (blue). Panels (D) and (E) display 3D renderings of the prediction from the winning model from the PANORAMA challenge.39 Shown are anterior(D) and posterior (E) views, respectively, highlighting the model prediction for tumor regions (orange) and pancreatic duct (blue). Although the tumor and dilated duct were accurately identified, model calibration failed to classify this case as a PDAC with a maximum probability of 5.1%. Panel (F) shows the 3D rendering of the expert-labeled ground truth segmentation for the PDAC (red) and pancreatic duct (blue).
Addressing the “black-box” effect
An additional challenge specific to DL models in a clinical context is the “black box effect,” which refers to the lack of transparency in the way models make their final predictions. Unlike traditional diagnostic methods, where reasoning can be traced back to biological mechanisms, the complex learning process of neural networks and the hidden feature connections driving predictions make interpretability far more challenging. This lack of explainability, combined with the risk of model “hallucinations” and false positives, often raises concerns among clinicians, as understanding the rationale behind DL-driven diagnoses is critical for trust and clinical decision-making.
To address this challenge, ongoing efforts in Explainable AI focus on techniques such as saliency maps, feature attribution and attention mechanisms, which help visualize the most influential regions within an image that drive the prediction.50 By enhancing transparency, these methods improve interpretability and foster clinician trust in DL-based diagnostic models.51 Integrating explainability frameworks, improving cross-cohort model validation, and aligning AI models with standardized reporting guidelines will be essential to ensure reproducibility, robustness, and move toward the widespread clinical adoption of automated pancreatic tumor screening.
Future directions
As DL architectures evolve, meaningful improvements in pancreatic tumor detection models will also require parallel advancements in training datasets. The advent of photon-counting CT provides a promising avenue to explore by offering higher spatial resolution and improved tissue contrast.52 At the same time, multimodal integration of different inputs, such as different image modalities, clinical history, laboratory values, and genomic information, can potentially build more comprehensive AI models that better reflect the complexity of real-world diagnosis and provide more robust AI screening and diagnostic tools.53,54 Additionally, exploration of datasets specifically designed for AI feature extraction, as opposed to human visual interpretation, carries the potential of improving model understanding beyond human perception. The adoption of federated learning strategies can also play a critical role in the improvement of these detection models by enabling institutions to collaboratively train models on diverse datasets.55
Leveraging electronic health records for early detection
One promising direction in multimodal detection is the analysis of longitudinal electronic health records (EHR). Emerging applications of LLMs show strong potential to extract information from unstructured clinical narratives and temporal trends, generating representations that can be interpreted by AI systems.56 These models can potentially identify subtle and evolving signals, such as symptom patterns, laboratory value changes, or medication adjustments, that may appear before anatomical abnormalities become detectable. For instance, in the setting of pancreatic cancer, the onset of new or worsening diabetes has been recognized as a potential early marker of disease.57 AI models may be able to detect concerning patterns in advance and integrate them with imaging and molecular data into multimodal prediction frameworks, enabling earlier risk stratification and more effective diagnostic and monitoring strategies.
Integration of systemic imaging biomarkers
One key advantage of DL models is their ability to evaluate medical images holistically and detect subtle cues in imaging biomarkers that may not directly involve the tumor itself. For instance, changes in body composition, such as reductions in skeletal muscle mass or alterations in fat distribution, can serve as early indicators of pancreatic disease and may help stratify patients who are at increased risk of malignancy.58 Sarcopenia, for instance, has been associated with both onset and poor prognosis in pancreatic cancer. Depending on the diagnostic criteria, it can be identified in up to 65-70% of patients at the time of diagnosis.59,60 DL models are especially well suited to recognize these nuanced features, analyzing not only the volume of skeletal muscle but also its quality, which may be overlooked by human observers in routine clinical practice.61 By incorporating such non-tumor-specific biomarkers, DL approaches could enhance predictive performance and contribute to both earlier detection and more accurate disease prognostication.
Combining liquid biopsy with computer vision
Another promising area of research is the integration of CT detection models with liquid biopsy techniques. Liquid biopsy provides a minimally invasive approach to detect tumor-derived material in blood or other body fluids, including circulating tumor DNA (ctDNA), circulating tumor cells, and exosomal markers. Although more commonly used for disease monitoring, these biomarkers have also demonstrated potential for identifying early molecular changes related to pancreatic cancer, often before abnormalities can be seen on imaging studies.4 Among these, ctDNA has garnered significant attention due to its ability to detect clonal somatic mutations, such as the KRAS mutations commonly found in pancreatic tumors.62 Studies have shown that combining ctDNA analysis with protein biomarkers (eg, CA19-9, CEA, HGF, and osteopontin) can significantly improve diagnostic sensitivity for pancreatic cancer.63 However, ctDNA detection still displays low sensitivity in early-stage disease where ctDNA levels in blood are extremely low, restricting its use as an isolated screening tool.64 Multimodal AI has the potential to address these challenges by combining liquid biopsy data with information from imaging studies, clinical history, laboratory results, and genetic risk factors. By analyzing large multimodal datasets, these models could uncover complex patterns that may not be apparent through a single input. For example, early molecular alterations identified in ctDNA can be interpreted in the context of subtle imaging changes or evolving laboratory trends, with dynamic thresholds to call anatomical alterations suspicious for malignant disease.
Conclusions
DL has demonstrated significant potential in automating pancreatic tumor detection in computed tomography, offering promising advantages for early diagnosis. By learning complex spatial patterns and subtle imaging biomarkers, these models can enhance detection accuracy and aid in the identification of small, inconspicuous tumors, complementing radiologists in the diagnostic workflows. However, several challenges must be addressed before clinical integration, including overcoming limited generalization, reproducibility issues, and the “black box effect,” which hampers interpretability and physician trust.
Ongoing advancements in AI architectures, coupled with the expansion of heterogeneous, multi-institutional datasets, will be critical for enhancing model performance and robustness. Bridging the gap between proof-of-concept studies and clinical application remains a critical challenge. Prospective validation of AI predictions in real-world clinical decision-making settings is essential to further elucidate the role of AI in early pancreatic cancer detection and assess its impact on patient outcomes. The future of early pancreatic cancer detection will depend on developing multimodal AI systems that are trained on rich and diverse sources of information, encompassing imaging, clinical records, molecular profiling, and systemic biomarkers. As these technologies evolve, rigorous validation, adherence to regulatory standards, and seamless integration into existing radiology workflows will be necessary to build trust among physicians and fully realize the potential of AI-driven pancreatic tumor detection in clinical practice.
Supplementary Material
Glossary
Abbreviations
- AUC =
area under the ROC curve
- CLIP =
Contrastive Language-Image Pretraining
- CNN =
convolutional neural network
- DL =
deep learning
- DSC =
Dice similarity coefficient
- LLMs =
large language model
- NSD
= Normalized Surface Dice
- PDAC =
pancreatic ductal adenocarcinoma
- ROC =
receiver operating characteristic
Contributor Information
Felipe Lopez-Ramirez, The Russell H. Morgan Department of Radiology and Radiological Science, Johns Hopkins University School of Medicine, Baltimore, MD 21287, United States.
Emir A Syailendra, The Russell H. Morgan Department of Radiology and Radiological Science, Johns Hopkins University School of Medicine, Baltimore, MD 21287, United States.
Florent Tixier, The Russell H. Morgan Department of Radiology and Radiological Science, Johns Hopkins University School of Medicine, Baltimore, MD 21287, United States.
Satomi Kawamoto, The Russell H. Morgan Department of Radiology and Radiological Science, Johns Hopkins University School of Medicine, Baltimore, MD 21287, United States.
Elliot K Fishman, The Russell H. Morgan Department of Radiology and Radiological Science, Johns Hopkins University School of Medicine, Baltimore, MD 21287, United States.
Linda C Chu, The Russell H. Morgan Department of Radiology and Radiological Science, Johns Hopkins University School of Medicine, Baltimore, MD 21287, United States.
Author contributions
Felipe Lopez-Ramirez (Conceptualization, Writing—original draft, Writing—review & editing), Emir A. Syailendra (Writing—original draft, Writing—review & editing), Florent Tixier (Writing—original draft, Writing—review & editing), Satomi Kawamoto (Writing—review & editing), Elliot K. Fishman (Conceptualization, Writing—review & editing), and Linda C. Chu (Conceptualization, Writing—review & editing)
Supplementary material
Supplementary material is available at Radiology Advances online.
Funding
This study was supported by a grant from the Lustgarten Foundation for Pancreatic Cancer Research.
Conflicts of interest
Felipe Lopez-Ramirez, Florent Tixier, Satomi Kawamoto, and Linda C. Chu receive salary support from The Lustgarten Foundation. Emir Syailendra receives salary support from the IPMN Global Foundation. Elliot K. Fishman reports grant support from the Lustgarten Foundation, Siemens, and is the co-founder of HipGraphics.
References
- 1. Pinto-Coelho L. How artificial intelligence is shaping medical imaging technology: a survey of innovations and applications. Bioengineering. 2023;10(12):1435. 10.3390/bioengineering10121435 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 2. Najjar R. Redefining radiology: a review of artificial intelligence integration in medical imaging. Diagnostics. 2023;13(17):2760. 10.3390/diagnostics13172760 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 3. Siegel RL, Miller KD, Wagle NS, Jemal A. Cancer statistics, 2023. CA Cancer J Clin. 2023;73(1):17-48. 10.3322/caac.21763 [DOI] [PubMed] [Google Scholar]
- 4. Ahmed TM, Kawamoto S, Lopez-Ramirez F, et al. Early detection of pancreatic cancer in the era of precision medicine. Abdom Radiol (NY). 2024;49(10):3559-3573. 10.1007/s00261-024-04358-w [DOI] [PubMed] [Google Scholar]
- 5. Kang JD, Clarke SE, Costa AF. Factors associated with missed and misinterpreted cases of pancreatic ductal adenocarcinoma. Eur Radiol. 2021;31(4):2422-2432. 10.1007/s00330-020-07307-5 [DOI] [PubMed] [Google Scholar]
- 6. Lopez-Ramirez F, Soleimani S, Azadi JR, et al. Radiomics machine learning algorithm facilitates detection of small pancreatic neuroendocrine tumors on CT. Diagn Interv Imaging. 2025;106(1):28-40. 10.1016/j.diii.2024.08.003 [DOI] [PubMed] [Google Scholar]
- 7. Anghel C, Grasu MC, Anghel DA, Rusu-Munteanu G, Dumitru RL, Lupescu IG. Pancreatic adenocarcinoma: imaging modalities and the role of artificial intelligence in analyzing CT and MRI images. Diagnostics. 2024;14(4):438. 10.3390/diagnostics14040438 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 8. Javed S, Qureshi TA, Gaddam S, et al. Risk prediction of pancreatic cancer using AI analysis of pancreatic subregions in computed tomography images. Front Oncol. 2022;12:1007990. 10.3389/fonc.2022.1007990 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 9. Chen P, Chang D, Yen H, et al. Radiomic features at CT can distinguish pancreatic cancer from noncancerous pancreas. Radiol Imaging Cancer. 2021;3(4):e210010. 10.1148/rycan.2021210010 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 10. Cao K, Xia Y, Yao J, et al. Large-scale pancreatic cancer detection via non-contrast CT and deep learning. Nat Med. 2023;29(12):3033-3043. 10.1038/s41591-023-02640-w [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11. Chu LC, Park S, Kawamoto S, et al. Utility of CT radiomics features in differentiation of pancreatic ductal adenocarcinoma from normal pancreatic tissue. AJR Am J Roentgenol. 2019;213(2):349-357. 10.2214/ajr.18.20901 [DOI] [PubMed] [Google Scholar]
- 12. Ahmed TM, Kawamoto S, Hruban RH, Fishman EK, Soyer P, Chu LC. A primer on artificial intelligence in pancreatic imaging. Diagn Interv Imaging. 2023;104(9):435-447. 10.1016/j.diii.2023.03.002 [DOI] [PubMed] [Google Scholar]
- 13. Zwanenburg A, Vallières M, Abdalah MA, et al. The image biomarker standardization initiative: standardized quantitative radiomics for high-throughput image-based phenotyping. Radiology. 2020;295(2):328-338. 10.1148/radiol.2020191145 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 14. An G, Akiba M, Omodaka K, Nakazawa T, Yokota H. Hierarchical deep learning models using transfer learning for disease detection and classification based on small number of medical images. Sci Rep. 2021;11(1):4250. 10.1038/s41598-021-83503-7 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 15. Hosny A, Parmar C, Quackenbush J, Schwartz LH, Aerts HJWL. Artificial intelligence in radiology. Nat Rev Cancer. 2018;18(8):500-510. 10.1038/s41568-018-0016-5 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 16. Beuque MPL, Lobbes MBI, van Wijk Y, et al. Combining deep learning and handcrafted radiomics for classification of suspicious lesions on contrast-enhanced mammograms. Radiology. 2023;307(5):e221843. 10.1148/radiol.221843 [DOI] [PubMed] [Google Scholar]
- 17. Chen Z, Liu H, Sun H, et al. Integrating radiomics and deep learning for enhanced prediction of high-grade patterns in stage IA lung adenocarcinoma. Transl Lung Cancer Res. 2025;14(4):1076-1088. 10.21037/tlcr-24-995 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 18. Li M, Jiang Y, Zhang Y, Zhu H. Medical image analysis using deep learning algorithms. Front Public Health. 2023;11:1273253. 10.3389/fpubh.2023.1273253 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 19. Guo Y, Liu Y, Oerlemans A, Lao S, Wu S, Lew MS. Deep learning for visual understanding: a review. Neurocomputing. 2016;187:27-48. 10.1016/j.neucom.2015.09.116 [DOI] [Google Scholar]
- 20. Cai L, Gao J, Zhao D. A review of the application of deep learning in medical image classification and segmentation. Ann Transl Med. 2020;8(11):713. 10.21037/atm.2020.02.44 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 21. Ronneberger O, Fischer P, Brox T. U-Net: convolutional networks for biomedical image segmentation. In: Navab N, Hornegger J, Wells WM, Frangi AF, eds. Medical Image Computing and Computer-Assisted Intervention—MICCAI 2015. Lecture Notes in Computer Science. Vol 9351. Cham, Switzerland: Springer; 2015:234-241. 10.1007/978-3-319-24574-4_28 [DOI] [Google Scholar]
- 22. Park S, Chu LC, Fishman EK, et al. Annotated normal CT data of the abdomen for deep learning: challenges and strategies for implementation. Diagn Interv Imaging. 2020;101(1):35-44. 10.1016/j.diii.2019.05.008 [DOI] [PubMed] [Google Scholar]
- 23. Dice LR. Measures of the amount of ecologic association between species. Ecology. 1945;26(3):297-302. 10.2307/1932409 [DOI] [Google Scholar]
- 24. Zou KH, Warfield SK, Bharatha A, et al. Statistical validation of image segmentation quality based on a spatial overlap index. Acad Radiol. 2004;11(2):178-189. 10.1016/s1076-6332(03)00671-8 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 25. Nikolov S, Blackwell S, Zverovitch A, et al. Clinically applicable segmentation of head and neck anatomy for radiotherapy: deep learning algorithm development and validation study. J Med Internet Res. 2021;23(7):e26151. 10.2196/26151 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 26. Yang F, Zamzmi G, Angara S, et al. Assessing inter-annotator agreement for medical image segmentation. IEEE Access. 2023;11:21300-21312. 10.1109/ACCESS.2023.3249759 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 27. Dosovitskiy A, Beyer L, Kolesnikov A, et al. An image is worth 16 × 16 words: transformers for image recognition at scale, arXiv, Version 2 (latest). Posted online June 3, 2021, 10.48550/arxiv.2010.11929, preprint: not peer reviewed. [DOI]
- 28. Liu J, Zhang Y, Wang K, et al. Universal and extensible language-vision models for organ segmentation and tumor detection from abdominal computed tomography. Med Image Anal. 2024;97:103226. 10.1016/j.media.2024.103226 [DOI] [PubMed] [Google Scholar]
- 29. Dong K, Hu P, Zhu Y, et al. Attention‐enhanced multiscale feature fusion network for pancreas and tumor segmentation. Med Phys. 2024;51(12):8999-9016. 10.1002/mp.17385 [DOI] [PubMed] [Google Scholar]
- 30. Yan T, Tang G, Zhang H, et al. Multiscale and multiperception feature learning for pancreatic lesion detection based on noncontrast CT. Phys Med Biol. 2024;69(10):105014. 10.1088/1361-6560/ad3c0c [DOI] [PubMed] [Google Scholar]
- 31. Li J, Yin W, Wang Y. PAPNet: convolutional network for pancreatic cyst segmentation. J Xray Sci Technol. 2023;31(3):655-668. 10.3233/XST-230011 [DOI] [PubMed] [Google Scholar]
- 32. He Y, Guo P, Tang Y, et al. VISTA3D: a unified segmentation foundation model for 3D medical imaging, arXiv, Version 3 (Latest, Revised 22). November 2024, 10.48550/arxiv.2406.05285, preprint: not peer reviewed. [DOI] [Google Scholar]
- 33. Ma H, Liu Z, Zhang J, et al. Construction of a convolutional neural network classifier developed by computed tomography images for pancreatic cancer diagnosis. World J Gastroenterol. 2020;26(34):5156-5168. 10.3748/wjg.v26.i34.5156 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 34. Alves N, Schuurmans M, Litjens G, Bosma JS, Hermans J, Huisman H. Fully automatic deep learning framework for pancreatic ductal adenocarcinoma detection on computed tomography. Cancers. 2022;14(2):376. 10.3390/cancers14020376 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 35. Chu LC, Park S, Kawamoto S, et al. Application of deep learning to pancreatic cancer detection: lessons learned from our initial experience. J Am Coll Radiol. 2019;16(9 Pt B):1338-1342. 10.1016/j.jacr.2019.05.034 [DOI] [PubMed] [Google Scholar]
- 36. Viriyasaranon T, Chun JW, Koh YH, et al. Annotation-efficient deep learning model for pancreatic cancer diagnosis and classification using CT images: a retrospective diagnostic study. Cancers. 2023;15(13):3392. 10.3390/cancers15133392 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 37. Chen P, Wu T, Wang P, et al. Pancreatic cancer detection on CT scans with deep learning: a nationwide population-based study. Radiology. 2023;306(1):172-182. 10.1148/radiol.220152 [DOI] [PubMed] [Google Scholar]
- 38. Korfiatis P, Suman G, Patnam NG, et al. Automated artificial intelligence model trained on a large data set can detect pancreas cancer on diagnostic computed tomography scans as well as visually occult preinvasive cancer on prediagnostic computed tomography scans. Gastroenterology. 2023;165(6):1533-1546.e4. 10.1053/j.gastro.2023.08.034 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 39. Liu H, Gao R, Grbic S. AI-assisted early detection of pancreatic ductal adenocarcinoma on contrast-enhanced CT, arXiv, Version 1. Posted online March 14, 2025. 10.48550/arxiv.2503.10068, preprint: not peer reviewed. [DOI]
- 40. Park HJ, Shin K, You MW, et al. Deep learning–based detection of solid and cystic pancreatic neoplasms at contrast-enhanced CT. Radiology. 2023;306(1):140-149. 10.1148/radiol.220171 [DOI] [PubMed] [Google Scholar]
- 41. Liu K, Wu T, Chen P, et al. Deep learning to distinguish pancreatic cancer tissue from non-cancerous pancreatic tissue: a retrospective study with cross-racial external validation. Lancet Digit Health. 2020;2(6):e303-e313. 10.1016/S2589-7500(20)30078-9 [DOI] [PubMed] [Google Scholar]
- 42. Amin MB, Edge SB, Greene FL, et al. AJCC Cancer Staging Manual. 8th ed. New York, NY: Springer; 2017. [Google Scholar]
- 43. Abel L, Wasserthal J, Weikert T, et al. Automated detection of pancreatic cystic lesions on CT using deep learning. Diagnostics. 2021;11(5):901. 10.3390/diagnostics11050901 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 44. Antonelli M, Reinke A, Bakas S, et al. The medical segmentation decathlon. Nat Commun. 2022;13(1):4128. 10.1038/s41467-022-30695-9 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 45. Clark K, Vendt B, Smith K, et al. The cancer imaging archive (TCIA): maintaining and operating a public information repository. J Digit Imaging. 2013;26(6):1045-1057. 10.1007/s10278-013-9622-7 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 46. Wasserthal J, Breit H, Meyer MT, et al. TotalSegmentator: robust segmentation of 104 anatomic structures in CT images. Radiol Artif Intell. 2023;5(5):e230024. 10.1148/ryai.230024 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 47. Mongan J, Moy L, Kahn J, Charles E. Checklist for artificial intelligence in medical imaging (CLAIM): a guide for authors and reviewers. Radiol Artif Intell. 2020;2(2):e200029. 10.1148/ryai.2020200029 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 48. Tejani AS, Klontzas ME, Gatti AA, et al. ; CLAIM 2024 Update Panel. Checklist for artificial intelligence in medical imaging (CLAIM): 2024 update. Radiol Artif Intell. 2024;6(4):e240300. 10.1148/ryai.240300 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 49. Alves N, Schuurmans M, Rutkowski D, et al. The PANORAMA study protocol: pancreatic cancer diagnosis—radiologists meet AI. Zenodo. 2024. 10.5281/zenodo.10599559 [DOI]
- 50. Barredo Arrieta A, Díaz-Rodríguez N, Del Ser J, et al. Explainable artificial intelligence (XAI): concepts, taxonomies, opportunities and challenges toward responsible AI. Inform Fusion. 2020;58:82-115. 10.1016/j.inffus.2019.12.012 [DOI] [Google Scholar]
- 51. Lavista Ferres JM, Oviedo F, Robinson C, et al. Performance of explainable artificial intelligence in guiding the management of patients with a pancreatic cyst. Pancreatology. 2024;24(7):1182-1191. 10.1016/j.pan.2024.09.001 [DOI] [PubMed] [Google Scholar]
- 52. Schwartz FR, Sodickson AD, Pickhardt PJ, Sahani DV, Lev MH, Gupta R. Photon-counting CT: technology, current and potential future clinical applications, and overview of approved systems and those in various stages of research and development. Radiology. 2025;314(3):e240662. 10.1148/radiol.240662 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 53. Cui H, Zhao Y, Xiong S, et al. Diagnosing solid lesions in the pancreas with multimodal artificial intelligence: a randomized crossover trial. JAMA Netw Open. 2024;7(7):e2422454. 10.1001/jamanetworkopen.2024.22454 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 54. Paniccia A, Polanco PM, Boone BA, et al. Prospective, multi-institutional, real-time next-generation sequencing of pancreatic cyst fluid reveals diverse genomic alterations that improve the clinical management of pancreatic cysts. Gastroenterology. 2023;164(1):117-133.e7. 10.1053/j.gastro.2022.09.028 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 55. Pati S, Baid U, Edwards B, et al. Federated learning enables big data for rare cancer boundary detection. Nat Commun. 2022;13(1):7346. 10.1038/s41467-022-33407-5 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 56. Pellegrini C, Özsoy E, Bani-Harouni D, Keicher M, Navab N. From EHRs to patient pathways: scalable modeling of longitudinal health trajectories with LLMs, arXiv, Version 1. Posted online June 5, 2025, 10.48550/arxiv.2506.04831, preprint: not peer reviewed. [DOI]
- 57. Pannala R, Basu A, Petersen GM, Chari ST. New-onset diabetes: a potential clue to the early diagnosis of pancreatic cancer. Lancet Oncol. 2009;10(1):88-95. 10.1016/S1470-2045(08)70337-1 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 58. Klatte DCF, Weston A, Ma Y, et al. Temporal trends in body composition and metabolic markers prior to diagnosis of pancreatic ductal adenocarcinoma. Clin Gastroenterol Hepatol. 2024;22(9):1830-1838.e9. 10.1016/j.cgh.2024.03.038 [DOI] [PubMed] [Google Scholar]
- 59. Choi MH, Yoon SB. Sarcopenia in pancreatic cancer: effect on patient outcomes. World J Gastrointest Oncol. 2022;14(12):2302-2312. 10.4251/wjgo.v14.i12.2302 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 60. Chan MY, Chok KSH. Sarcopenia in pancreatic cancer—effects on surgical outcomes and chemotherapy. World J Gastrointest Oncol. 2019;11(7):527-537. 10.4251/wjgo.v11.i7.527 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 61. Gu S, Wang L, Han R, et al. Detection of sarcopenia using deep learning-based artificial intelligence body part measure system (AIBMS). Front Physiol. 2023;14:1092352. 10.3389/fphys.2023.1092352 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 62. Macgregor-Das A, Yu J, Tamura K, et al. Detection of circulating tumor DNA in patients with pancreatic cancer using digital next-generation sequencing. J Mol Diagn. 2020;22(6):748-756. 10.1016/j.jmoldx.2020.02.010 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 63. Cohen JD, Javed AA, Thoburn C, et al. Combined circulating tumor DNA and protein biomarker-based liquid biopsy for the earlier detection of pancreatic cancers. Proc Natl Acad Sci U S A. 2017;114(38):10202-10207. 10.1073/pnas.1704961114 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 64. Jaworski JJ, Morgan RD, Sivakumar S. Circulating cell-free tumour DNA for early detection of pancreatic cancer. Cancers. 2020;12(12):3704. 10.3390/cancers12123704 [DOI] [PMC free article] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Data Citations
- Alves N, Schuurmans M, Rutkowski D, et al. The PANORAMA study protocol: pancreatic cancer diagnosis—radiologists meet AI. Zenodo. 2024. 10.5281/zenodo.10599559 [DOI]






