Next Article in Journal
Photoacoustic Imaging for Women’s Gynecological Health: Advances and Clinical Prospects
Previous Article in Journal
Efficient and Dynamically Consistent Joint Torque Estimation for Wearable Neurotechnology via Knowledge Distillation
Previous Article in Special Issue
Engineering the Image Representation for Deep Learning in Contrast-Enhanced Mammography: A Systematic Analysis of Preprocessing and Anatomical Masking
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Clinically Robust Deep Learning for Contrast-Enhanced Mammography: Multicenter Evaluation Across Convolutional Neural Network Architectures

by
Roberta Fusco
1,
Vincenza Granata
1,*,
Paolo Vallone
1,
Teresa Petrosino
1,
Maria Daniela Iasevoli
1,
Roberta Galdiero
1,
Mauro Mattace Raso
1,
Davide Pupo
1,
Filippo Tovecci
1,
Annamaria Porto
1,
Gerardo Ferrara
2,
Modesta Longobucco
3,
Giulia Capuano
3,
Roberto Morcavallo
3,
Caterina Todisco
3,
Fabiana Antenucci
4,
Mario Sansone
4,
Mimma Castaldo
5,
Daniele La Forgia
3 and
Antonella Petrillo
1
1
Radiology Division, Istituto Nazionale Tumori-IRCCS-Fondazione G. Pascale, 80131 Naples, Italy
2
Pathology Division, Istituto Nazionale Tumori-IRCCS-Fondazione G. Pascale, 80131 Naples, Italy
3
Struttura Semplice Dipartimentale di Radiodiagnostica Senologica—IRCCS Istituto Tumori Giovanni Paolo II, 70124 Bari, Italy
4
Biomedical Engineering Faculty, Università Degli Studi di Napoli Federico II, 80125 Naples, Italy
5
Unit of “Progettazione e Manutenzione Edile ed impianti”, Istituto Nazionale Tumori IRCCS Fondazione Pascale, IRCCS di Napoli, 80131 Naples, Italy
*
Author to whom correspondence should be addressed.
Bioengineering 2026, 13(4), 475; https://doi.org/10.3390/bioengineering13040475
Submission received: 24 March 2026 / Revised: 15 April 2026 / Accepted: 16 April 2026 / Published: 17 April 2026
(This article belongs to the Special Issue New Sights of Deep Learning and Digital Model in Biomedicine)

Abstract

Background: This study investigates the impact of anatomically constrained preprocessing and deep learning architecture selection on benign versus malignant breast lesion classification in contrast-enhanced mammography (CEM), with the goal of improving robustness and clinical reliability across heterogeneous data sources. Methods: In this retrospective multicenter study, CEM images from 300 patients (314 lesions) were combined with 1003 publicly available CEM images, yielding a total of 1120 breast cases. Automatic breast segmentation was performed using the LIBRA framework to generate breast-mask images. Eleven deep learning models, including classical convolutional neural networks, attention-based networks, hybrid convolutional neural networks (CNNs), Transformer architectures, and mammography-specific models, were trained and evaluated using both original DICOM images and breast-mask inputs. Performance was assessed using accuracy, balanced accuracy, sensitivity, specificity, AUROC, and AUPRC on cross-validation and independent test sets. Hyperparameter optimization was conducted for the best-performing architecture. Results: Models trained on breast-mask images consistently outperformed those trained on original DICOM images across all architectures and metrics, with AUROC improvements ranging from +0.06 to +0.21. Among all models, ResNet50 trained on breast-mask images achieved the best performance (AUROC = 0.931; AUPRC = 0.933; balanced accuracy = 0.834), further improved after optimization (balanced accuracy = 0.886; sensitivity = 0.842; specificity = 0.930). Classical CNN architectures demonstrated performance comparable to or exceeding that of more complex hybrid CNN–Transformer models when anatomically focused preprocessing and rigorous optimization were applied. Conclusions: Anatomically constrained preprocessing through breast-mask segmentation substantially enhances deep learning performance and stability in CEM-based breast lesion classification. These findings indicate that input representation quality and training optimization are critical determinants of clinically relevant performance, often outweighing architectural complexity, and may support more reliable AI-assisted decision support in CEM workflows.

1. Introduction

Breast cancer remains the most frequently diagnosed malignancy in women worldwide, and early detection continues to represent a decisive factor in improving prognosis and survival outcomes [1,2]. Although screening mammography has significantly reduced mortality, its diagnostic performance is limited in women with dense breast tissue, where lesion conspicuity decreases due to reduced contrast between tumoral and fibroglandular structures [1,2,3,4]. To overcome these limitations, functional imaging techniques such as contrast-enhanced mammography (CEM) and dynamic contrast-enhanced magnetic resonance imaging (DCE-MRI) have progressively gained clinical relevance [3,4,5,6,7,8].
CEM combines high-resolution digital mammography with iodinated contrast administration, enabling visualization of tumor-related neoangiogenesis through dual-energy subtraction imaging [5,6,7,8,9,10,11,12,13,14]. This hybrid morphological–functional approach improves sensitivity, particularly in dense breasts and diagnostic problem-solving settings [5,6,7,8,9,10,11,12,13,14]. While DCE-MRI remains the most sensitive modality for breast cancer detection and characterization [4,8], it is associated with higher costs, longer acquisition times, and limited accessibility. Consequently, CEM has emerged as a cost-effective and widely deployable alternative that preserves functional information while maintaining compatibility with mammographic workflows.
Despite these advances, interpretation of CEM remains operator-dependent and may be influenced by subtle enhancement patterns and background parenchymal variability. In this context, radiomics and artificial intelligence (AI) have introduced quantitative frameworks capable of extracting imaging biomarkers beyond human visual perception [6,11,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30]. Multiple studies have demonstrated the potential of machine learning and deep learning approaches for lesion characterization, receptor status prediction, and molecular subtype inference using MRI and CEM data [11,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30], highlighting the growing role of computational imaging in precision oncology.
In this context, our group has previously investigated radiomics-based machine and deep learning approaches applied to combined CEM and DCE-MRI datasets, demonstrating that handcrafted radiomic features, particularly wavelet-derived texture descriptors extracted from both mammographic projections and MRI enhancement phases, achieve excellent discriminative performance for benign versus malignant lesion classification (Gradient Boosting Machine, AUC = 0.907) and provide informative, albeit more moderate, predictions of histological grade and HER2 receptor status [30]. While those results established the diagnostic value of engineered radiomic signatures from multiparametric imaging, several important limitations remained: the analysis was restricted to a relatively small cohort (n = 153), relied exclusively on handcrafted feature engineering rather than end-to-end representation learning, and did not systematically explore the impact of input representation or architectural design on model behavior. Subsequently, a focused engineering analysis using two standard convolutional architectures—VGG16 and MobileNetV2—on the publicly available CDD-CESM dataset provided initial controlled evidence that LIBRA-based anatomical breast masking systematically improves discrimination performance, sensitivity to malignant cases, and training stability compared to raw DICOM inputs [31]. That study confirmed anatomical constraint as a first-class design variable in CEM-based deep learning pipelines. However, it was confined to two architectures and a single public dataset, leaving open the question of whether such improvements generalize across broader and more heterogeneous architectural families, including hybrid convolutional neural network (CNN) –Transformer and mammography-specific models, and whether they persist in multicenter settings that combine institutional and public data. The present study addresses both remaining gaps: by extending the architectural evaluation to eleven models and incorporating a larger multicenter dataset (n = 1120), it provides a comprehensive and externally grounded assessment of the interplay between preprocessing, architecture, and clinical generalizability in CEM-based deep learning.
Importantly, the scientific contribution of the present work is not limited to confirming the utility of breast-mask preprocessing across a broader set of architectures. Rather, it establishes a novel and clinically relevant finding: that anatomically constrained preprocessing, when combined with rigorous training optimization, renders classical CNN architectures competitive with and in several cases superior to more complex hybrid CNN–Transformer and mammography-specific models. This result challenges the prevailing assumption in the field that architectural sophistication is the primary determinant of deep learning performance in breast imaging, and instead positions input representation quality and training strategy as first-class design variables. Furthermore, the multicenter experimental design, integrating institutional data from two IRCCS centers with the publicly available CDD-CESM archive, provides an externally grounded validation framework that goes substantially beyond the scope of any single-dataset, two-architecture study. We acknowledge the reviewer’s observation that the eleven models are established architectures and that LIBRA preprocessing benefits were initially documented in [31]. Scientific contribution in applied engineering research is not limited to algorithmic invention: the present study provides the first multicenter evidence that the preprocessing performance benefit generalizes uniformly across five distinct architectural families and heterogeneous institutional datasets (n = 1120). This reproducible engineering finding provides evidence-based design guidance for CEM AI systems, demonstrating that input representation engineering yields consistent performance gains independently of architectural choice. Early CNN architectures such as VGG [31] and ResNet [32] demonstrated promising results in mammographic abnormality detection. More recently, domain-adapted and hybrid architectures—including GLAM-Net, ViT-Mammo, FCCS-Net, and Transformer-based frameworks—have been proposed to better capture multi-view correlations and global contextual information in breast imaging [33,34,35,36,37,38,39,40,41,42,43,44,45,46]. However, while architectural innovation has been extensively explored, comparatively less attention has been devoted to systematic multicenter validation and to the role of input representation in shaping model robustness.
The present work addresses a systematic optimization problem evaluating how preprocessing pipeline design architectural selection and hyperparameter optimization determine AI performance in CEM-based breast lesion classification. The LIBRA breast-mask preprocessing is itself an engineering contribution, applying image-processing operations from biomedical signal theory to constrain the input representation with quantifiable and reproducible effects on model performance. The finding that input representation engineering can substitute for architectural complexity provides direct design guidance for clinical AI systems. From a biomedical engineering perspective, image preprocessing and anatomical constraint may substantially influence learning behavior. Variability related to acquisition protocol, device characteristics, anatomical differences, and contrast kinetics can introduce non-diagnostic signals that deep learning systems may inadvertently exploit [34,35,47,48,49,50]. In mammography and CEM, background structures such as pectoral muscle, air regions, and acquisition artifacts may confound feature learning if not properly controlled for. Prior studies suggest that intensity normalization, histogram-based enhancement, and segmentation-guided analysis can improve lesion conspicuity and downstream model stability [35,36,37,47,48,49,50]. Nevertheless, the relative contribution of input representation compared with architectural complexity remains insufficiently characterized in CEM.
In this study, we perform a comprehensive multicenter evaluation of deep learning models for benign versus malignant lesion classification in contrast-enhanced mammography. Eleven architectures, including classical CNNs, attention-augmented networks, hybrid CNN, Transformer models, and mammography-specific systems, are evaluated under identical training conditions using both original DICOM inputs and anatomically constrained breast-mask representations. We assess discrimination performance, sensitivity–specificity balance, and generalization across heterogeneous data sources. By systematically comparing architectures and input representations, we aim to determine whether clinically robust performance in CEM. Building on our prior radiomic analysis [30] and the initial controlled deep learning investigation [31], both of which established the value of CEM-derived imaging biomarkers and anatomical preprocessing, this study represents a systematic and comprehensive progression toward a multicenter, multi-architecture deep learning framework, addressing scalability, architectural diversity, and generalizability across heterogeneous data sources.

2. Methods

2.1. Patient Selection

Patient enrollment took place between October 2017 and January 2025. The retrospective, multicenter study was conducted following approval from the local Institutional Review Board (Protocol No. 67/25 OSS of National Cancer Institute IRCCS of Naples Pascale Foundation). Participants provided written informed consent. A total of 300 patients with 314 breast lesions were included in the analysis, each having undergone CEM imaging. The cohort had a mean age of 52.8 years (±12.3), with ages ranging from 25 to 92 years. The inclusion criteria comprised patients with histologically confirmed breast lesions who underwent CEM imaging as part of their preoperative staging. This study involved two institutions: the Istituto Nazionale Tumori–IRCCS–Fondazione G. Pascale (Naples) and the Oncological Institute of Bari (Bari). Exclusion criteria included the presence of breast implants, pregnancy or suspected pregnancy, inability to remain still during imaging, renal impairment, or ongoing chemotherapy at the time of examination.

2.2. Imaging Protocol

The same acquisition protocol was implemented by centers. The CEM protocol included image acquisition in both cranio-caudal (CC) and mediolateral oblique (MLO) projections, initiated two minutes following intravenous injection of an iodinated contrast agent (Visipaque 320; GE Healthcare, Inc., Princeton, NJ, USA) at a dosage of 1.5 mL/kg body weight and an injection rate of 2–3 mL/s. Additional image series were acquired at approximately four and eight minutes post-injection, again in both CC and MLO views. Each CEM exam comprised a dual-energy acquisition: a low-energy (LE) exposure (26–30 kVp) and a high-energy (HE) exposure (45–49 kVp). The resulting LE and HE images were digitally subtracted to generate recombined images that emphasize areas of contrast uptake, providing functional insight into lesion vascularization. Post-processing of all CEM images was centralized and conducted at a single institution, encompassing both segmentation and CNN model analysis.

CDD-CESM Archive from Cancer Imaging Archive

To increase image number for CNN training, a public dataset was considered: the CDD-CESM Archive from the Cancer imaging archive [34]. This dataset is a collection of 1003 high-resolution contrast-enhanced spectral mammography (CESM) images with annotations and medical reports. CESM is done using standard digital mammography equipment, with additional software that performs dual-energy image acquisition. Two minutes after intravenously injecting the patient with non-ionic low-osmolar iodinated contrast material (dose: 1.5 mL/kg), cranio-caudal (CC) and mediolateral oblique (MLO) views are obtained. Each view comprises two exposures, one with low energy (peak kilo-voltage values ranging from 26 to 31 kVp) and one with high energy (45 to 49 kVp). Low- and high-energy images are then recombined and subtracted through appropriate image processing to suppress the background breast parenchyma. A complete examination is carried out in about 5–6 min. For our analysis, the 1003 CEM subtracted images of the CDD-CESM Archive were used.

2.3. Histopathological Analysis

Histopathological evaluation of tissue specimens was considered the diagnostic gold standard. Both tumor grade and HER2 status were assessed through immuno-histochemical analysis. Tumor grading was performed according to the modified Scarff–Bloom–Richardson system, as refined by Elston and Ellis, which classifies tumors into three grades based on tubule formation, nuclear pleomorphism, and mitotic count. HER2 (human epidermal growth factor receptor 2) expression was evaluated using IHC staining, with scores ranging from 0 to 3+. Tumors were classified as HER2-positive when strong complete membrane staining was observed in more than 10% of tumor cells (score 3+). In cases with an equivocal IHC result (score 2+), HER2 amplification was confirmed using fluorescence in situ hybridization (FISH), in accordance with ASCO/CAP guidelines. The identification of HER2 overexpression is clinically relevant, as it is associated with a more aggressive tumor phenotype and potential eligibility for targeted therapies such as trastuzumab.

2.4. Segmentation of the Breast Region

Before image processing, we used the LIBRA system (BreastCancer LIBRA, released as part of CaPTk [7,8]) for automatic segmentation of the breast region in the original CEM DICOM images. LIBRA is a dedicated algorithm for mammographic breast region extraction that employs intensity-based filtering, morphological refinement, and anatomical priors to separate the breast tissue from the background, pectoral muscle, and acquisition artifacts.
This tool has been widely used in the literature for quantitative breast imaging analysis and provides robust and reproducible breast masks.
In our workflow, LIBRA was applied directly to the raw CEM DICOM images to generate a binary breast mask for each view. These masks were then used to derive an alternative set of inputs, referred to in this work as LIBRA breast masks [7,8]. Then, the performance of all deep learning models was evaluated using two complementary input modalities: (i) the original enhanced images, and (ii) the corresponding breast masks produced by LIBRA. This dual evaluation allowed us to assess the contribution of breast morphology alone to compare model performance across anatomically constrained versus full-image inputs.

2.5. Image-Processing Pipeline

In this work, a mammography image classification model is proposed, encompassing three main processing stages: image normalization and enhancement, breast region segmentation, and deep-learning-based classification. Eleven CNN architectures were tested [31,32,33,35,36,37,38,39,40,41,42,43,44,45,46]. The working of each block is explained in the following subsections.

2.5.1. Image Enhancement and Segmentation

The enhancement block is designed to standardize mammography inputs and improve the visibility of diagnostically relevant structures prior to learning. As a preliminary normalization step, each DICOM mammogram undergoes percentile-based intensity windowing (5th–99.5th percentile), which acts as a contrast-stretching mechanism to suppress outliers and harmonize acquisition variability. Pixel intensities are subsequently normalized to the [0, 1] range and converted into an 8-bit representation, after which images are resized to a fixed spatial resolution to ensure input homogeneity [35].
Following normalization, a Global Histogram Matching (GHM) procedure is applied to reduce inter-patient and inter-device variability. A global reference cumulative distribution function (CDF) is computed over the entire dataset, excluding background regions, and each image histogram is transformed to match this reference distribution. This type of histogram-based contrast normalization has been widely adopted in mammographic enhancement pipelines and is reported to improve lesion conspicuity and downstream learning stability [47].
To enhance local structures, we apply a Local Contrast Mapping (LCM) operator, which sharpens tissue boundaries by subtracting a Gaussian-smoothed version of the image, similar to the LCM-based local enhancement strategy described by Vaishya et al. [36] for mammographic lesion detection. This is followed by Contrast-Limited Adaptive Histogram Equalization (CLAHE), which improves micro-contrast without excessively amplifying noise—a well-established technique also adopted in previous mammographic processing pipelines to enhance faint calcification and soft-tissue structures [36].
Finally, a denoising stage is applied, implemented via wavelet-based filtering or non-local means, depending on library availability. Such filtering strategies have been shown to improve Peak Signal-to-Noise Ratio (PSNR) and lesion visibility, which is particularly beneficial in the context of enhancing fine structures such as microcalcifications. Overall, this enhancement pipeline produces highly standardized, contrast-balanced, and noise-suppressed images that are optimally prepared for segmentation and learning.
All preprocessing operations (percentile-based windowing, intensity normalization, Global Histogram Matching, CLAHE, and denoising) were applied uniformly to the entire dataset before data splitting. These transformations are purely image-based, do not incorporate class labels, and do not involve model-driven parameter estimation. For this reason, they do not introduce data leakage. Their purpose is to harmonize acquisition variability across institutions and devices, ensuring that all images share a consistent intensity distribution prior to training. Since no statistics are computed in a way that depends on the training/test partition or on label information, preprocessing acts as a global, deterministic standardization step and does not bias the evaluation process.
After enhancement, a global Otsu thresholding algorithm is applied. Otsu’s method, a non-parametric, unsupervised global thresholding strategy, remains a widely used approach in mammographic segmentation due to its robustness and simplicity, as also reported in Vaishya et al.’s work [36], where it was effectively combined with morphological refinement to extract abnormal regions in mammograms.
Since Otsu’s threshold may inconsistently select either the dense or fatty component depending on the histogram pattern, we automatically evaluate both binary configurations and select the one best corresponding to plausible breast anatomy based on area coherence criteria. The selected binary mask is refined through morphological closing to fill holes and connect fragmented components, followed by opening to remove small isolated artifacts [34,36].

2.5.2. Learning and Classification

The learning block is responsible for training a deep neural classifier on mammograms to distinguish malignant from benign/normal cases. Our framework supports eleven state-of-the-art architectures, including ResNet, DenseNet, EfficientNet, MobileNetV2, hybrid CNN-Transformer networks, and domain-specific mammography models such as GLAM-Net and TransBreastNet (Table 1). The value of hybrid CNN-Transformer architectures for breast imaging has been recently demonstrated extensively in the literature: for example, TransBreastNet integrates convolutional spatial encoding with Transformer-based temporal modeling to improve multi-task mammographic diagnosis [37], while GLAM-Net and ViT-Mammo incorporate attention mechanisms tailored to breast anatomy and achieve superior diagnostic accuracy compared to general-purpose backbones (Table 1) [34].
Training is performed using a supervised learning paradigm with balanced sampling and cross-entropy loss. The classifier head is trained first, followed by fine-tuning of the backbone with a differential learning rate strategy, where the classifier uses a higher learning rate than the feature extractor. Optimization employs the Adam optimizer with cosine annealing scheduling and optional gradient clipping for stability.
To mitigate class imbalance, we employ weighted loss functions and stratified folds, consistent with recent best practices in large-scale mammography benchmarks, such as those reported by Sharma et al. [34]. Multi-view fusion is performed by averaging posterior probabilities across available mammographic projections, aligning with evidence from multi-view architectures such as GLAM-Net, which demonstrate superior performance when integrating CC and MLO views.
We calculated the Balanced Accuracy (BalAcc), defined as the average of sensitivity and specificity, which provides a more robust assessment under class imbalance and better reflects clinical utility.
Sensitivity (recall for malignant cases) and specificity (true-negative rate) were included to quantify the model’s ability to correctly identify malignant lesions while avoiding clinically costly false positives.
We also evaluated performance using the Area Under the Receiver Operating Characteristic Curve (AUROC) and the Area Under the Precision–Recall Curve (AUPRC).
All metrics were computed on each cross-validation fold and on the independent held-out test set. The results are reported as point estimates derived from the best-performing model configurations identified during training. For test-set proportional metrics (sensitivity and specificity), 95% confidence intervals (CIs) were estimated using the Wilson score method. For AUROC, 95% CIs were estimated using the DeLong method.
Decision thresholds (Thr) for malignancy detection were consistently selected using the Youden index as the primary operating criterion throughout this study. The Youden index provides a balanced trade-off between sensitivity and specificity.
In scenarios characterized by a pronounced imbalance between sensitivity and specificity, additional analyses were conducted to assess whether calibration of the decision threshold could mitigate this effect. In particular, probability calibration techniques were investigated on validation data to evaluate their impact on the operating point defined by the Youden index. These analyses were performed exclusively on validation prediction, and the resulting thresholds were subsequently applied unchanged to the independent test set.
Final performance evaluation was conducted on a held-out test set.

2.5.3. Configuration Settings

All experiments were conducted using a fixed configuration. Training was performed using a batch size of 32, a maximum of 30 epochs per fold, and a 5-fold stratified cross-validation scheme. To control class imbalance at the case level, the training set was always balanced using the moderate undersampling strategy implemented in the code with a moderate undersampling ratio fixed to 2.0. This approach ensured that the majority class was reduced in a controlled manner without artificially replicating minority cases. A balanced train–test split was generated by assigning 15% of the malignant cases to the test set and matching them with an equal number of benign/negative cases. This partitioning was performed prior to any cross-validation procedure, and the test set was kept completely uninvolved in model training, fold assignment, model selection, and hyperparameter tuning throughout the entire experimental workflow, ensuring full independence of the final evaluation.
After identifying the best models, we performed an additional hyperparameter optimization stage to further refine the best-performing architectures. To this end, we implemented a structured grid search procedure aimed at identifying the optimal combination of learning parameters, including learning rate, backbone learning rate, dropout rate, undersample ratio, and augmentation. The batch size was kept fixed at 32 for all configurations.
Specifically, the grid search varied the classifier head learning rate (H LR: 1 × 10−3, 1 × 10−4), the backbone learning rate (B LR: 1 ×10−4, 3 × 10−5), the dropout rate in the final classification layer (Drop: 0.2, 0.3, 0.5), the majority-class undersampling ratio at the case level (R: 1.5, 2.0), and the strength of data augmentation (Aug: light augmentation versus stronger augmentation). The light augmentation strategy consists of minimal geometric perturbations designed to preserve breast anatomy while introducing mild variability. This setting included random horizontal flipping (p = 0.5), rotations up to 10°, and affine transformations with translation (±5%), scale factor (0.9–1.1), and shear (±8°). A strong augmentation strategy consists of a broader and more challenging set of perturbations, including random horizontal flipping (p = 0.5), rotations up to 15°, and affine transformations with translation (±10%), scale factor (0.85–1.15), and shear (±12°).
For each combination in the grid, a model instance was trained using a 3-fold stratified cross-validation scheme on the training + validation split. To reduce computational cost while preserving comparability, each fold was trained for a maximum of 5 epochs (including an initial 2-epoch warm-up phase during which the backbone remained frozen), with cosine-annealing learning-rate scheduling and early stopping based on validation performance. Model selection within the grid was driven by validation balanced accuracy, with accuracy, AUROC, AUPRC, sensitivity for malignant cases (recall), and specificity for benign/negative cases recorded for all configurations. The best hyperparameter setting was then used to retrain the final model and to produce the test-set results reported in Section 3. Throughout the entire hyperparameter optimization procedure, the independent held-out test set was completely excluded from the 3-fold cross-validation scheme and was never used to guide model selection or configuration choices. Test-set evaluation was performed exclusively after the best configuration was identified and the final model was retrained on the full training + validation set.

3. Results

The final dataset comprised a total of 1120 breast cases derived from contrast-enhanced mammography examinations including our cases and the CDD-CESM Archive. Among these, 379 cases (33.8%) were histopathologically confirmed as malignant, while 741 cases (66.2%) were classified as benign or negative. The resulting class distribution reflects the expected imbalance encountered in real-world clinical screening and diagnostic settings and was explicitly addressed during model training through balanced sampling strategies and weighted loss functions.
Table 2 summarizes the results obtained when the models were trained on the original DICOM images, while Table 3 shows the performance achieved when the same architectures were trained on breast-mask images.
Among the models trained on DICOM images, ResNet18 CBAM achieves the best overall trade-off between sensitivity and specificity, with a balanced accuracy of 0.807, AUROC of 0.844 and AUPRC of 0.835. DenseNet121 also performs strongly, with the highest malignant recall (0.860) in the group, indicating excellent sensitivity to malignant lesions. EfficientB0 provides solid performance with relatively lightweight architecture, resulting in an excellent accuracy–complexity trade-off.
When trained on breast-mask images, all models exhibit a clear and systematic performance improvement. This gain is substantial (AUROC increases between +0.06 and +0.21 across models) and consistent across all metrics, including accuracy, balanced accuracy, AUROC and AUPRC. In particular, ResNet50 reaches the highest AUROC (0.931), while EfficientB0 attains the highest AUPRC (0.937). DenseNet121 consistently ranks among the top performing models on all metrics, and both ResNet18 and FCCSNet remain highly competitive.
The final evaluation of the held-out test set further demonstrates the capability of the model (Table 4).
The final evaluation on the held-out test set further demonstrates the capability of the model. The confusion matrix (Table 4) highlights strong performance in both malignant and benign/negative classes, achieving a balanced distribution of correct predictions. The normalized values confirm good sensitivity to malignant cases and high specificity toward non-malignant ones. The ROC curve (Figure 1A) shows an AUROC of 0.844, reflecting strong discriminative power of the model to differentiate malignant from benign/negative samples. Overall, these results validate the reliability of ResNet18_CBAM for lesion classification on unprocessed DICOM mammograms.
On the held-out test set, the ResNet50 model achieves the strongest performance among all evaluated architectures trained on breast-mask images. As reported in Table 4, the confusion matrix demonstrates high true-positive and true-negative rates, confirming robust discrimination between malignant and benign/negative samples. The ROC curve (Figure 1B) shows an AUROC of 0.931, confirming excellent discriminative power and a substantial performance gain introduced by breast-mask preprocessing.
The confusion matrix on the held-out test set (Table 4) demonstrates balanced performance across both classes, with high sensitivity for malignant lesions and strong specificity toward benign/negative cases. These results highlight the model’s ability to correctly identify malignancies while minimizing false positives. The ROC curve (Figure 1C) confirms the excellent discriminative capability of EfficientNetB0, achieving an AUROC of 0.922, the second-highest among all models trained on breast-mask images.
The confusion matrix evaluated on the held-out test set (Table 4) shows balanced performance between malignant and benign/negative classes, with 84% sensitivity for malignant lesions and 81% specificity for benign/negative cases. This balanced behavior highlights DenseNet121’s ability to correctly discriminate between the two classes while avoiding excessive false positives. The ROC curve (Figure 1D) confirms the strong discriminative capability of this architecture, with an AUROC of 0.916, comparable to that of EfficientNetB0 and only slightly lower than that of the ResNet50 variant.
The confusion matrix evaluated on the held-out test set (Table 4) shows an imbalanced error profile between malignant and benign/negative classes. In particular, the model achieves very high specificity (98%), while sensitivity for malignant lesions is markedly lower (32%). The ROC curve (Figure 1E) confirms an overall good discriminative capability, with an AUROC of 0.887. These results suggest that TransBreastNet is able to separate the classes in terms of ranking performance, but the selected operating threshold leads to reduced sensitivity to malignant lesions in the final classification. To further investigate this imbalance, additional analyses were conducted in scenarios characterized by a pronounced sensitivity–specificity asymmetry, including validation-based probability calibration and threshold adjustment strategies. Nevertheless, these approaches did not yield a substantial improvement in malignant sensitivity on the test set. This outcome indicates that the observed discrepancy between AUROC and sensitivity is not primarily attributable to suboptimal threshold selection; rather, a significant fraction of malignant cases are associated with low predicted confidence and are therefore misclassified as benign rather than lying close to the decision boundary.
Below (Table 5), we report the results of the hyperparameter optimization performed through a grid-search procedure applied to ResNet50 (the best model trained on the breast-mask dataset).
ResNet50 is a 50-layer deep convolutional neural network based on residual learning. Its key innovation is the bottleneck residual block, which enables the training of very deep architectures without suffering from vanishing gradients. Each bottleneck block contains: a 1 × 1 convolution (channel reduction), a 3 × 3 convolution (spatial feature extraction), a 1 × 1 convolution (channel expansion), and a residual skip connection added before the ReLU activation. The network contains four main stages: Conv2_x: 3 bottleneck blocks (64 channels); Conv3_x: 4 blocks (128 channels); Conv4_x: 6 blocks (256 channels); and Conv5_x: 3 blocks (512 channels). The architecture concludes with global average pooling and a fully connected classifier.
The best-performing configuration of ResNet50 was selected for retraining and final evaluation on the independent test set. The model demonstrates strong classification performance with high specificity and recall balance. The classifier correctly identifies 93% of benign and negative samples and 84% of malignant lesions. The precision–recall confirms the robustness of the classifier in high-precision regions, achieving an AUPRC of 0.929, while the ROC curve (Figure 1F) illustrates a stable trade-off between sensitivity and specificity, with an AUROC of 0.897.
In an additional exploratory analysis, the best-performing model from the binary classification task (ResNet50) was further evaluated for its ability to discriminate between Luminal A and Luminal B breast cancer subtypes, restricted to HER2-negative cases. Among malignant cases, 214 had available histological subtype information; of these, 89 cases were Luminal A or Luminal B subtypes restricted to HER2-negative status. This experiment was conducted using the same training and validation strategy adopted for the primary task. However, the model demonstrated poor diagnostic performance: confusion matrices showed inconsistent class separation across validation folds and the test set, and discriminative ability was low, with AUROC and AUPRC values close to those expected under random classification. Given these limited results and the reduced sample size of the subtype-specific cohort, no further optimization or investigation of this task was pursued.

4. Discussion

The present study provides robust evidence that deep learning models trained on breast-mask images derived through LIBRA segmentation significantly outperform models trained on raw DICOM mammograms. This improvement is consistent across all evaluated architectures and performance metrics, including accuracy, balanced accuracy, AUROC, AUPRC, sensitivity, and specificity. Such systematic enhancement strongly supports the hypothesis that anatomically constrained preprocessing increases the signal-to-noise ratio, reduces background variability, and highlights subtle malignant patterns that are often overshadowed in full-field mammography. These findings are in line with previous research demonstrating that segmentation-guided mammographic analysis and parenchymal isolation improve downstream classification performance by minimizing non-diagnostic structures and acquisition-related variability [7,8,48,49,50].
A key contribution of this work lies in the breadth of the architectural comparison. We evaluated eleven deep learning architectures, spanning classical CNNs, attention-enhanced models, multi-scale fusion networks, densely connected architectures, lightweight mobile models, hybrid CNN–Transformer backbones, and mammography-specific networks such as GLAM-Net and FCCSNet [43,44,45,46]. This comprehensive evaluation allowed us to assess the influence of architectural design on model performance in CEM-based lesion classification. Although specialized architectures have been increasingly proposed to address mammographic challenges [43,44,45,46], our results demonstrate that traditional CNNs remain highly competitive when the input is well preprocessed and the training pipeline is carefully optimized.
These findings further contextualize and extend our group’s prior work along two complementary lines of research. The first is our radiomic analysis [30], which demonstrated that handcrafted texture features from CEM and DCE-MRI—when combined with ensemble machine learning algorithms such as Gradient Boosting Machine—achieved an AUC of 0.907 for malignancy classification in a multicenter cohort of 153 patients. That study established the diagnostic potential of engineered imaging biomarkers extracted via the PyRadiomics platform, encompassing first-order statistics, shape descriptors, and wavelet-filtered texture matrices (GLCM, GLRLM, GLSZM). However, it was necessarily limited by sample size, dependence on manual segmentation and expert-driven feature engineering, the focus on a bimodal protocol (CEM + DCE-MRI) not universally available in clinical practice, and the absence of a systematic evaluation of end-to-end representation learning. The second is an initial engineering-oriented deep learning investigation [31], which focused exclusively on VGG16 and MobileNetV2 trained on the publicly available CDD-CESM dataset (n = 1003), demonstrating through a controlled experimental design that LIBRA-based anatomical breast masking consistently improves AUROC, sensitivity, and training stability for both high-capacity and lightweight CNN architectures. That study provided the first formal, architecture-agnostic evidence that input representation—rather than model complexity—is a primary determinant of learning behavior in CEM. However, it remained limited to two architectures, a single public dataset, and a binary classification task without multicenter validation. The present work extends both prior contributions across several complementary dimensions: (i) the transition from handcrafted radiomics to end-to-end deep feature extraction, enabling task-relevant representation learning directly from pixel-level data; (ii) a substantially larger and multicenter dataset (n = 1120), combining institutional data with the public CDD-CESM archive; (iii) the systematic evaluation of eleven deep learning architectures under rigorously controlled training conditions, spanning classical CNNs, attention-enhanced models, hybrid CNN–Transformer frameworks, and mammography-specific networks; and (iv) extended hyperparameter optimization to further characterize the interplay between preprocessing strategy, architectural choice, and training configuration. Collectively, these contributions establish the present study as an innovative and methodologically comprehensive evolution of both preceding lines of research, moving toward clinically scalable, architecturally robust, and externally validated deep learning solutions for CEM-based breast lesion characterization.
When trained on original DICOM images, models such as ResNet18 CBAM and DenseNet121 achieved strong but heterogeneous performance profiles. However, once LIBRA-generated breast-mask inputs were adopted, every architecture exhibited a marked performance gain, with AUROC increases ranging from +0.06 to +0.21. Among these models, ResNet50 achieved the highest AUROC, while EfficientNetB0 reached the highest AUPRC. DenseNet121 and MobileNetV2 also demonstrated stable and competitive results. These findings indicate that input representation may exert an influence on performance that rivals, or even exceeds, architectural sophistication.
The improvement observed with breast-mask inputs can be interpreted from a biological and imaging standpoint. CEM highlights regions of contrast uptake associated with tumor-related angiogenesis. When background tissue, pectoral muscle, and acquisition artifacts are removed, the model is constrained to focus on functional enhancement patterns and surrounding parenchymal texture. This reduces the risk of learning spurious associations, a well-recognized limitation in mammography AI systems [7,8,48,49,50], and allows even lightweight network architectures to perform at a high level.
The hyperparameter optimization stage further underscores the importance of training strategy. Differential learning rates, dropout tuning, undersampling ratio selection, and augmentation intensity all significantly influenced final performance. The optimized ResNet50 configuration achieved balanced sensitivity and specificity on the independent test set, demonstrating that well-engineered optimization procedures can elevate classical CNNs to near state-of-the-art levels, rivaling more complex hybrid architectures.
The behavior of TransBreastNet provides additional insight. Although it achieved strong threshold-independent discrimination, its operating point on the test set revealed a conservative error profile characterized by very high specificity and low malignant sensitivity. Calibration and threshold adjustment strategies did not substantially mitigate this imbalance, suggesting that the issue was not purely related to threshold selection but to intrinsic representational characteristics. Hybrid CNN-Transformer architectures [37] may require larger datasets or richer supervisory signals to fully exploit global attention mechanisms. In anatomically constrained settings such as breast-mask preprocessing, convolutional backbones may capture local enhancement patterns more effectively, while global attention modules provide limited additional benefit.
From a clinical perspective, achieving a balanced sensitivity–specificity profile is essential. High sensitivity minimizes missed cancers, whereas excessive false positives increase biopsy rates, patient anxiety, and healthcare burden. The balanced performance observed in the optimized ResNet50 model contrasts with several mammography AI studies reporting extreme operating behaviors [34], and suggests that background suppression and tissue-focused analysis promote clinically meaningful discrimination.
The performance of our optimized models is consistent with broader trends in AI-based breast imaging. Recent systems increasingly integrate attention mechanisms, hybrid CNN, Transformer backbones, and multi-view modeling strategies [37,38,39,43,44,45,46]. Additionally, generative approaches such as CycleGAN and Pix2Pix have been explored for virtual contrast enhancement in CEM [35]. Although generative pipelines were not incorporated in the present study, combining segmentation-driven preprocessing with virtual enhancement techniques represents a promising avenue for future research.
Despite these promising findings, several limitations must be acknowledged. Although multicentric and augmented with CDD-CESM public data [34], the dataset size remains moderate. The classification task was binary, whereas clinical workflows require multi-class stratification and integration of molecular or prognostic markers. Moreover, no clinical metadata or temporal imaging information were incorporated, despite evidence that multimodal integration enhances predictive modeling [37].
Overall, our findings support a representation-driven paradigm in medical AI development. In contrast-enhanced mammography, systematic engineering of input representation and rigorous optimization appear to be at least as impactful as architectural complexity in achieving clinically robust performance.

5. Conclusions

In conclusion, this study demonstrates that anatomically constrained preprocessing through breast-mask segmentation substantially improves deep learning performance in contrast-enhanced mammography, consistently enhancing discrimination between malignant and benign lesions. By isolating diagnostically relevant breast tissue and suppressing background variability, this approach increases robustness and clinical reliability across architectures. Moreover, our findings show that classical CNN models remain highly competitive when combined with anatomically focused inputs and rigorous optimization, often matching or outperforming more complex hybrid CNN–Transformer architectures. This suggests that data representation quality and training strategy are at least as critical as model complexity. Future work should explore the integration of breast-mask preprocessing with hybrid architectures, multimodal data fusion, temporal modeling, and generative virtual enhancement techniques to further advance AI-driven breast cancer characterization in CEM.

Author Contributions

Conceptualization: R.F., V.G. and A.P. (Antonella Petrillo), Methodology: R.F., V.G., M.S. and D.L.F. Formal Analysis: R.F., V.G., F.A. and M.S. Investigation: R.F., V.G., P.V., T.P., M.D.I., R.G., M.M.R., D.P., F.T., A.P. (Annamaria Porto), G.F., M.L., G.C., R.M., C.T., F.A., M.S., M.C., D.L.F. and A.P. (Antonella Petrillo), Writing—Original Draft Preparation: R.F. and V.G. Writing—Review & Editing: R.F., V.G., P.V., T.P., M.D.I., R.G., M.M.R., D.P., F.T., A.P. (Annamaria Porto), G.F., M.L., G.C., R.M., C.T., F.A., M.S., M.C., D.L.F. and A.P. (Antonella Petrillo), Funding Acquisition: A.P. (Antonella Petrillo). All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the Italian Ministry of Health through the Ricerca Corrente funds.

Institutional Review Board Statement

This study was conducted according to the guidelines of the Declaration of Helsinki. This retrospective, multicenter study was conducted following approval from the local Institutional Review Board. Clinical Trial Number: Protocol No. 67/25 OSS of National Cancer Institute IRCCS of Naples Pascale Foundation. The authorization of the study protocol was: Director’s Decision No. 1920 of 5 December 2025.

Informed Consent Statement

Traceable participants provided written informed consent.

Data Availability Statement

The optimized ResNet50 model weights (best_ResNet50_binary.pth) and the preprocessing reference CDF map (global_cdf_map.npy) required for inference are deposited at Zenodo (https://zenodo.org/records/19589397, accessed on 23 March 2026). The CDD-CESM public dataset used in this study is available through the Cancer Imaging Archive at https://www.cancerimagingarchive.net/collection/cdd-cesm/ (accessed on 23 March 2026).

Acknowledgments

The authors are grateful to Alessandra Trocino, librarian of the National Cancer Institute of Naples, Italy. Moreover, the authors are grateful to Paola Gargiulo, Giuditta Giannotti and Paolo Pariante as research support staff, and Rosa Briante, Serena Santucci, Martina Totaro and Martina Tarallo, scholarship holders of the Radiology Division at the National Cancer Institute of Naples, Italy.

Conflicts of Interest

The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.

References

  1. AIOM. I Numeri del Cancro in Italia; AIOM: Milano, Italy, 2020. [Google Scholar]
  2. American Cancer Society. Breast Cancer Facts Figures 2019–2020; American Cancer Society Inc.: Atlanta, GA, USA, 2019; Available online: https://www.cancer.org/acs/groups/content/@epidemiologysurveilance/documents/document/acspc-030975.pdf (accessed on 15 January 2025).
  3. Schwab, F.D.; Huang, D.J.; Schmid, S.M.; Schötzau, A.; Güth, U. Self detection and clinical breast examination: Comparison of the two “classical” physical examination methods for the diagnosis of breast cancer. Breast 2015, 24, 90–92. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  4. Heywang-Köbrunner, S.; Viehweg, P.; Heinig, A.; Küchler, C. Contrast enhanced MRI of the breast: Accuracy, value, controversies, solutions. Eur. J. Radiol. 1997, 24, 94–108. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  5. Dessouky, B.; Elsaid, N.; Shaaban, Y. Role of contrast-enhanced digital mammography in evaluation of breast lesions. Menoufia Med. J. 2017, 30, 861. [Google Scholar]
  6. Fusco, R.; Sansone, M.; Filice, S.; Granata, V.; Catalano, O.; Amato, D.M.; Di Bonito, M.; D’Aiuto, M.; Capasso, I.; Rinaldo, M.; et al. Integration of DCE-MRI and DW-MRI Quantitative Parameters for Breast Lesion Classification. Biomed Res. Int. 2015, 2015, 237863. [Google Scholar] [CrossRef] [Scilit] [PubMed] [PubMed Central]
  7. Keller, B.M.; Nathan, D.L.; Wang, Y.; Zheng, Y.; Gee, J.C.; Conant, E.F.; Kontos, D. Estimation of breast percent density in raw and processed full field digital mammography images via adaptive fuzzy c-means clustering and support vector machine segmentation. Med. Phys. 2012, 39, 4903–4917. [Google Scholar] [CrossRef] [Scilit]
  8. Saslow, D.; Boetes, C.; Burke, W.; Harms, S.; Leach, M.O.; Lehman, C.D.; Morris, E.; Pisano, E.; Schnall, M.; Sener, S.; et al. American Cancer Society Guidelines for Breast Screening with MRI as an Adjunct to Mammography. CA A Cancer J. Clin. 2007, 57, 75–89. [Google Scholar]
  9. Cappabianca, S.; Granata, V.; Di Grezia, G.; Mandato, Y.; Reginelli, A.; Di Mizio, V.; Grassi, R.; Rotondo, A. The role of nasoenteric intubation in the MR study of patients with Crohn’s disease: Our experience and literature review. Radiol. Med. 2011, 116, 389–406. (In Italian) [Google Scholar] [CrossRef] [Scilit]
  10. Maglogiannis, I.; Zafiropoulos, E.; Anagnostopoulos, I. An intelligent system for automated breast cancer diagnosis and prognosis using SVM based classifiers. Appl. Intell. 2007, 30, 24–36. [Google Scholar] [CrossRef] [Scilit]
  11. Petrillo, A.; Fusco, R.; Di Bernardo, E.; Petrosino, T.; Barretta, M.L.; Porto, A.; Granata, V.; Di Bonito, M.; Fanizzi, A.; Massafra, R.; et al. Prediction of Breast Cancer Histological Outcome by Radiomics and Artificial Intelligence Analysis in Contrast-Enhanced Mammography. Cancers 2022, 14, 2132. [Google Scholar] [CrossRef] [Scilit]
  12. Kim, J.J.; Kim, J.Y.; Hwangbo, L.; Suh, H.B.; Son, Y.; Nickel, M.D.; Grimm, R. Ultrafast Dynamic Contrast-Enhanced MRI Using Compressed Sensing: Associations of Early Kinetic Parame-ters with Prognostic Factors of Breast Cancer. AJR Am. J. Roentgenol. 2021, 217, 56–63. [Google Scholar] [CrossRef] [Scilit]
  13. Grassi, R.; Belfiore, M.P.; Montanelli, A.; Patelli, G.; Urraro, F.; Giacobbe, G.; Fusco, R.; Granata, V.; Petrillo, A.; Sacco, P.; et al. COVID-19 pneumonia: Computer-aided quantification of healthy lung parenchyma, emphysema, ground glass and consolidation on chest computed tomography (CT). Radiol. Med. 2021, 126, 553–560. [Google Scholar] [CrossRef] [Scilit]
  14. Fusco, R.; Petrillo, M.; Granata, V.; Filice, S.; Sansone, M.; Catalano, O.; Petrillo, A. Magnetic Resonance Imaging Evaluation in Neoadjuvant Therapy of Locally Advanced Rectal Cancer: A Systematic Review. Radiol. Oncol. 2017, 51, 252–262. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  15. Feng, S.; Yin, J. Radiomics of dynamic contrast-enhanced magnetic resonance imaging parametric maps and apparent diffusion coefficient maps to predict Ki-67 status in breast cancer. Front. Oncol. 2022, 12, 847880. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  16. Nicosia, L.; Pesapane, F.; Bozzini, A.C.; Latronico, A.; Rotili, A.; Ferrari, F.; Signorelli, G.; Rai-mondi, S.; Vignati, S.; Gaeta, A.; et al. Prediction of the Malignancy of a Breast Lesion Detected on Breast Ultrasound: Radiomics Applied to Clinical Practice. Cancers 2023, 15, 964. [Google Scholar] [CrossRef] [Scilit]
  17. Cui, H.; Sun, Y.; Zhao, D.; Zhang, X.; Kong, H.; Hu, N.; Wang, P.; Zuo, X.; Fan, W.; Yao, Y.; et al. Radiogenomic analysis of prediction HER2 status in breast cancer by linking ultrasound radiomic feature module with biological functions. J. Transl. Med. 2023, 21, 44. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  18. Sinha, S.; Lucas-Quesada, F.A.; DeBruhl, N.D.; Sayre, J.; Farria, D.; Gorczyca, D.P.; Bassett, L.W. Multifeature analysis of Gd-enhanced MR images of breast lesions. J. Magn. Reson. Imaging 1997, 7, 1016–1026. [Google Scholar] [CrossRef] [Scilit]
  19. Vomweg, T.W.; Buscema, P.M.; Kauczor, H.U.; Teifke, A.; Intraligi, M.; Terzi, S.; Heussel, C.P.; Achenbach, T.; Rieker, O.; Mayer, D.; et al. Improved artificial neural networks in prediction of malignancy of lesions in contrast-enhanced MR-mammography. Med. Phys. 2003, 30, 2350–2359. [Google Scholar] [CrossRef] [Scilit]
  20. Sathya, D.J.; Geetha, K. Mass classification in breast DCE-MR imagesusing an artificial neural network trained via a bee colony optimization algorithm. Science 2013, 39, 294. [Google Scholar] [CrossRef] [Scilit]
  21. Petrillo, A.; Fusco, R.; Barretta, M.L.; Granata, V.; Mattace Raso, M.; Porto, A.; Sorgente, E.; Fanizzi, A.; Massafra, R.; Lafranceschina, M.; et al. Radiomics and artificial intelligence analysis by T2-weighted imaging and dynamic contrast-enhanced magnetic resonance imaging to predict Breast Cancer His-tological Outcome. Radiol. Med. 2023, 128, 1347–1371. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  22. Petrillo, A.; Fusco, R.; Petrosino, T.; Vallone, P.; Granata, V.; Rubulotta, M.R.; Pariante, P.; Raiano, N.; Scognamiglio, G.; Fanizzi, A.; et al. A multicentric study of radiomics and artificial intelligence analysis on contrast enhanced mammography to identify different histotypes of breast cancer. Radiol. Med. 2024, 129, 864–878. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  23. Degenhard, A.; Tanner, C.; Hayes, C.; Hawkes, D.J.O.; Leach, M. The UK MRI Breast Screening Study Comparison between radiological and artificial neural network diagnosis in clinical screening. Physiol. Meas. 2002, 23, 727–739. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  24. Li, C.; Song, L.; Yin, J. Intratumoral and Peritumoral Radiomics Basedon Functional Parametric Maps from Breast DCE-MRI for Prediction of HER-2 and Ki-67 Status. J. Magn. Reson. Imaging 2021, 54, 703–714. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  25. Shin, J.K.; Kim, J.Y. Dynamic contrast-enhanced and diffusion-weighted MRI of estrogen receptor-positive invasive breast cancers: Associations between quantitative MR parameters and Ki-67 proliferation status. J. Magn. Reson. Imaging 2017, 45, 94–102. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  26. Fusco, R.; Piccirillo, A.; Sansone, M.; Granata, V.; Vallone, P.; Barretta, M.L.; Petrosino, T.; Siani, C.; Di Giacomo, R.; Petrillo, A.; et al. Radiomic and Artificial Intelligence Analysis with Textural Metrics, Morphological and Dynamic Perfusion Features Extracted by Dynamic Contrast Enhanced Magnetic Resonance Imaging in the Classification of Breast Lesions. Appl. Sci. 2021, 11, 1880. [Google Scholar] [CrossRef] [Scilit]
  27. La Forgia, D.; Fanizzi, A.; Campobasso, F.; Bellotti, R.; Didonna, V.; Lorusso, V.; Mo-schetta, M.; Massafra, R.; Tam-borra, P.; Tangaro, S.; et al. Radiomic Analysis in Con-trast-Enhanced Spectral Mammography for Predicting Breast Cancer Histological Outcome. Diagnostics 2020, 10, 708. [Google Scholar] [CrossRef] [Scilit]
  28. Marino, M.A.; Leithner, D.; Sung, J.; Avendano, D.; Morris, E.A.; Pinker, K.; Jochelson, M.S. Radiomics for Tumor Characterization in Breast Cancer Patients: A Feasibility Study Comparing Contrast-Enhanced Mammography and Magnetic Reso-nance Imaging. Diagnostics 2020, 10, 492. [Google Scholar] [CrossRef] [Scilit]
  29. Stefano, A.; Bini, F.; Giovagnoli, E.; Dimarco, M.; Lauciello, N.; Narbonese, D.; Pasini, G.; Marinozzi, F.; Russo, G.; D’Angelo, I. Comparative Evaluation of Machine Learning-Based Ra-diomics and Deep Learning for Breast Lesion Classification in Mammography. Diagnostics 2025, 15, 953. [Google Scholar] [CrossRef] [Scilit]
  30. Fusco, R.; Granata, V.; Petrosino, T.; Vallone, P.; Iasevoli, M.A.D.; Mattace Raso, M.; Setola, S.V.; Pupo, D.; Ferrara, G.; Fanizzi, A.; et al. Machine and Deep Learning on Radiomic Features from Contrast-Enhanced Mammography and Dynamic Contrast-Enhanced Magnetic Resonance Imaging for Breast Cancer Characterization. Bioengineering 2025, 12, 952. [Google Scholar] [CrossRef] [Scilit]
  31. Fusco, R.; Granata, V.; Vallone, P.; Petrosino, T.; Iasevoli, M.D.; Mattace Raso, M.; Pupo, D.; Trovato, P.; Simonetti, I.; Pariante, P.; et al. Engineering the Image Representation for Deep Learning in Contrast-Enhanced Mammography: A Systematic Analysis of Preprocessing and Anatomical Masking. Bioengineering 2026, 13, 322. [Google Scholar] [CrossRef] [Scilit]
  32. Makeev, A.; Rodal, G.; Ghammraoui, B.; Badal, A.; Glick, S.J. Exploring CNN potential in discriminating benign and malignant calcifications in conventional and dual-energy FFDM: Simulations and experimental observations. J. Med. Imaging 2021, 8, 033501. [Google Scholar] [CrossRef] [Scilit]
  33. Sharma, S.; Singh, Y.; Choudhury, T. Advanced deep learning architectures for enhanced mammography classification: A comparative study of CNNs and ViT. Discov. Artif. Intell. 2025, 5, 187. [Google Scholar] [CrossRef] [Scilit]
  34. Khaled, R.; Helal, M.; Alfarghaly, O.; Mokhtar, O.; Elkorany, A.; El Kassas, H.; Fahmy, A. Categorized Digital Database for Low energy and Subtracted Contrast Enhanced Spectral Mammography Images; National Cancer Institute: Bethesda, MD, USA, 2021; The Cancer Imaging Archive. [Google Scholar] [CrossRef]
  35. Rofena, A.; Guarrasi, V.; Sarli, M.; Piccolo, C.L.; Sammarra, M.; Zobel, B.B.; Soda, P. A deep learning approach for virtual contrast enhancement in Contrast Enhanced Spectral Mammography. Comput. Med. Imaging Graph. 2024, 116, 102398. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  36. Vaish, R.; Shukla, P. Deep-CNN for Disease Classification using Enhanced Mammographic Images. Front. Biomed. Technol. 2025, 12, 435–445. [Google Scholar]
  37. Brahmareddy, A.; Selvan, M.P. TransBreastNet a CNN transformer hybrid deep learning framework for breast cancer subtype classification and temporal lesion progression analysis. Sci. Rep. 2025, 15, 35106. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  38. Kaddes, M.; Ayid, Y.M.; Elshewey, A.M.; Fouad, Y. Breast cancer classification based on hybrid CNN with LSTM model. Sci. Rep. 2025, 15, 4409. [Google Scholar] [CrossRef] [Scilit]
  39. Lilhore, U.K.; Sharma, Y.K.; Shukla, B.K.; Vadlamudi, M.N.; Simaiya, S.; Alroobaea, R.; Alsafyani, M.; Baqasah, A.M. Hybrid convolutional neural network and bi-LSTM model with EfficientNet-B0 for high-accuracy breast cancer detection and classification. Sci. Rep. 2025, 15, 12082. [Google Scholar] [CrossRef] [Scilit] [PubMed] [PubMed Central]
  40. He, K.; Zhang, X.; Ren, S.; Sun, J. Deep Residual Learning for Image Recognition. In Proceedings of the 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, NV, USA, 27–30 June 2016; IEEE: New York, NY, USA, 2016; pp. 770–778. [Google Scholar] [CrossRef] [Scilit]
  41. Huang, G.; Liu, Z.; Van Der Maaten, L.; Weinberger, K.Q. Densely connected convolutional networks. arXiv 2017, arXiv:1608.06993. [Google Scholar]
  42. Tan, M.; Le, Q. Efficientnet: Rethinking model scaling for convolutional neural networks. arXiv 2019, arXiv:1905.11946. [Google Scholar]
  43. Maurya, R.; Pandey, N.N.; Dutta, M.K.; Mohan, K. FCCS-Net: Breast cancer classification using Multi-Level fully Convolutional-Channel and spatial attention-based transfer learning approach. Biomed. Signal Process. Control 2024, 94, 106258. [Google Scholar]
  44. Ma, L.; Zhang, Y.; Liu, Y.; Wu, J. Transm: Transformer-based multi-viewnetwork for breast cancer detection from mammograms. Biomed. Signal Process. Control 2023, 83, 104710. [Google Scholar]
  45. Li, W.; Wang, M.; Zhao, J. Glam-net: A global-local attention-based multiview network for mammogram classification. J. Biomed. Inform. 2021, 124, 103939. [Google Scholar] [CrossRef] [Scilit]
  46. Lyu, P.-F.; Wang, Y.; Meng, Q.-X.; Fan, P.-M.; Ma, K.; Xiao, S.; Cao, X.C.; Lin, G.-X.; Dong, S.-Y. Mapping the intellectual structure and research hotspots of artificial intelligence in cancer research: A bibliometric analysis. Front. Oncol. 2022, 12, 854742. [Google Scholar] [CrossRef] [Scilit]
  47. Alshamrani, K.; Alshamrani, H.A.; Alqahtani, F.F.; Almutairi, B.S. Enhancement of Mammographic Images Using Histogram-Based Techniques for Their Classification Using CNN. Sensors 2022, 23, 235. [Google Scholar] [CrossRef] [Scilit] [PubMed] [PubMed Central]
  48. Magni, V.; Cozzi, A.; Muscogiuri, G.; Benedek, A.; Rossini, G.; Fanizza, M.; Di Giulio, G.; Sardanelli, F. Background parenchymal enhancement on contrast-enhanced mammography: Associations with breast density and patient’s characteristics. Radiol. Med. 2024, 129, 1303–1312. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  49. Yang, W.; Yang, Y.; Zhang, N.; Yin, Q.; Zhang, C.; Han, J.; Zhou, X.; Liu, K. The features associated with mammography-occult MRI-detected newly diagnosed breast cancer analysed by comparing machine learning models with a logistic regression model. Radiol. Med. 2024, 129, 751–766. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  50. Kim, J.Y.; Kim, J.J.; Lee, H.J.; Hwangbo, L.; Song, Y.S.; Lee, J.W.; Lee, N.K.; Hong, S.B.; Kim, S. Added value of diffusion-weighted imaging in detecting breast cancer missed by artificial intelligence-based mammography. Radiol. Med. 2025. [Google Scholar] [CrossRef] [Scilit] [PubMed]
Figure 1. ROC curves for all evaluated models on the held-out test set (malignant vs. benign + negative). (A) ResNet18_CBAM (DICOM); (B) ResNet50 (breast mask); (C) EfficientNetB0 (breast mask); (D) DenseNet121 (breast mask); (E) TransBreastNet (breast mask); (F) ResNet50 optimized (breast mask).
Figure 1. ROC curves for all evaluated models on the held-out test set (malignant vs. benign + negative). (A) ResNet18_CBAM (DICOM); (B) ResNet50 (breast mask); (C) EfficientNetB0 (breast mask); (D) DenseNet121 (breast mask); (E) TransBreastNet (breast mask); (F) ResNet50 optimized (breast mask).
Bioengineering 13 00475 g001
Table 1. Overview of the trained deep learning models and their main characteristics.
Table 1. Overview of the trained deep learning models and their main characteristics.
ModelArchitecture TypeKey CharacteristicsReference
DenseNet121CNN (Dense)Dense connectivity with feature reuse and reduced parameter count; enhances feature propagation and reduces the number of parameters through dense layer connectivity.[33,41]
ResNet18CNN (Residual)Lightweight residual architecture with stable convergence due to skip-connections.[36]
ResNet50CNN (Residual)A deep residual network known for stable training of very deep models via identity skip connections.[33,40]
EfficientNetB0Scaled CNNCompound scaling strategy balancing depth, width and resolution.[39,42]
FCCSNetFCN + AttentionCross-stage attention and fully convolutional design tailored for mammography.[33,43]
VGG16CNN (Very Deep)Sequential 3 × 3 convolutions, high capacity, strong baseline performance.[32,38,40]
MobileNetV2Lightweight CNNDepthwise separable convolutions and inverted residuals for efficient inference.[36]
ResNet18-CBAMCNN + AttentionResNet18 enhanced with Channel & Spatial Attention (CBAM).[36]
GLAMNetCNN + Global–Local AttentionFuses CC/MLO views using global–local attention for robust lesion localization and classification.[33,45]
TransBreastNetCNN + TransformerMulti-view fusion and global context modeling.[36,44]
ViT-MammoVision TransformerPatch-level self-attention adapted to high-resolution mammograms.[33,46]
Table 2. Performance of CNN models trained on original DICOM images.
Table 2. Performance of CNN models trained on original DICOM images.
ModelBalAccAUROCAUPRCSensitivity/RecallSpecificity
DenseNet1210.800.850.830.860.74
TransBreastNet0.750.810.800.830.67
FCCSNet0.720.760.780.680.75
GLAMNet0.750.820.800.770.74
ResNet18_CBAM0.810.840.840.750.86
ResNet500.640.720.670.540.74
ResNet180.690.760.760.700.68
MobileNetV20.670.750.730.580.75
VGG160.720.830.800.610.83
EfficientB00.780.830.780.790.77
Vit_mammo0.650.720.730.490.81
Table 3. Performance of CNN models trained on breast-mask images.
Table 3. Performance of CNN models trained on breast-mask images.
ModelBalAccAUROCAUPRCSensitivity/RecallSpecificity
DenseNet1210.830.920.930.840.81
TransBreastNet0.830.870.880.790.86
FCCSNet0.820.890.900.890.74
GLAMNet0.820.900.8930.750.88
ResNet18_CBAM0.770.900.920.880.67
ResNet500.8340.930.930.930.74
ResNet180.730.820.830.810.65
MobileNetV20.740.800.790.670.81
VGG160.800.8930.910.750.84
EfficientB00.820.920.940.840.79
ViT-Mammo0.840.890.890.860.83
Table 4. Confusion matrix results for all evaluated models on the independent held-out test set (57 malignant, 57 benign/negative cases). TP = true positive (correctly identified malignant); TN = true negative (correctly identified benign/negative); FP = false positive; FN = false negative. Sensitivity = TP/57; specificity = TN/57.
Table 4. Confusion matrix results for all evaluated models on the independent held-out test set (57 malignant, 57 benign/negative cases). TP = true positive (correctly identified malignant); TN = true negative (correctly identified benign/negative); FP = false positive; FN = false negative. Sensitivity = TP/57; specificity = TN/57.
ModelInputPredicted: Malignant (M)Predicted: Benign/Neg (B/N)SensitivitySpecificityAUROC
True
M
True B/NTrue
M
True B/N
 ResNet18_CBAM DICOMTP = 43FP = 8FN = 14TN = 490.750.860.84
ResNet50  Breast MaskTP = 53FP = 15FN = 4TN = 420.930.740.93
EfficientNetB0  Breast MaskTP = 48FP = 12FN = 9TN = 450.840.790.92
DenseNet121  Breast MaskTP = 48FP = 11FN = 9TN = 460.840.810.92
TransBreastNet  Breast MaskTP = 18FP = 1FN = 39TN = 560.320.980.87
ResNet50  Breast MaskTP = 48FP = 4FN = 9TN = 530.840.930.90
Note: The best-performing model overall is ResNet50 (Breast Mask) for sensitivity (AUROC = 0.93), and ResNet50 Optimized for combined sensitivity (0.84) and specificity (0.93).
Table 5. Top 10 hyperparameter configurations from the grid search on ResNet50.
Table 5. Top 10 hyperparameter configurations from the grid search on ResNet50.
H LRB LRDropRAugBalAccAUCAUPRCRecallSpecYoudenThr
1 × 10−31 × 10−40.52H0.890.900.930.840.930.770.51
1 × 10−41 × 10−40.21.5L0.850.910.940.750.950.700.57
1 × 10−41 × 10−40.52L0.830.900.930.820.840.670.45
1 × 10−31 × 10−40.31.5H0.830.910.910.840.820.670.12
1 × 10−33 × 10−50.51.5L0.830.920.940.840.820.670.46
1 × 10−31 × 10−40.51.5L0.820.900.900.700.950.650.42
1 × 10−43 × 10−50.31.5L0.820.890.920.750.900.650.51
1 × 10−41 × 10−40.31.5L0.820.950.950.930.700.630.36
1 × 10−31 × 10−40.31.5L0.820.900.910.810.820.630.56
1 × 10−41 × 10−40.22L0.810.880.890.740.880.610.33
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Fusco, R.; Granata, V.; Vallone, P.; Petrosino, T.; Iasevoli, M.D.; Galdiero, R.; Mattace Raso, M.; Pupo, D.; Tovecci, F.; Porto, A.; et al. Clinically Robust Deep Learning for Contrast-Enhanced Mammography: Multicenter Evaluation Across Convolutional Neural Network Architectures. Bioengineering 2026, 13, 475. https://doi.org/10.3390/bioengineering13040475

AMA Style

Fusco R, Granata V, Vallone P, Petrosino T, Iasevoli MD, Galdiero R, Mattace Raso M, Pupo D, Tovecci F, Porto A, et al. Clinically Robust Deep Learning for Contrast-Enhanced Mammography: Multicenter Evaluation Across Convolutional Neural Network Architectures. Bioengineering. 2026; 13(4):475. https://doi.org/10.3390/bioengineering13040475

Chicago/Turabian Style

Fusco, Roberta, Vincenza Granata, Paolo Vallone, Teresa Petrosino, Maria Daniela Iasevoli, Roberta Galdiero, Mauro Mattace Raso, Davide Pupo, Filippo Tovecci, Annamaria Porto, and et al. 2026. "Clinically Robust Deep Learning for Contrast-Enhanced Mammography: Multicenter Evaluation Across Convolutional Neural Network Architectures" Bioengineering 13, no. 4: 475. https://doi.org/10.3390/bioengineering13040475

APA Style

Fusco, R., Granata, V., Vallone, P., Petrosino, T., Iasevoli, M. D., Galdiero, R., Mattace Raso, M., Pupo, D., Tovecci, F., Porto, A., Ferrara, G., Longobucco, M., Capuano, G., Morcavallo, R., Todisco, C., Antenucci, F., Sansone, M., Castaldo, M., La Forgia, D., & Petrillo, A. (2026). Clinically Robust Deep Learning for Contrast-Enhanced Mammography: Multicenter Evaluation Across Convolutional Neural Network Architectures. Bioengineering, 13(4), 475. https://doi.org/10.3390/bioengineering13040475

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop